This file is indexed.

/usr/share/doc/sendpage-common/docs/postfix.txt is in sendpage-common 1.0.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Postfix to Sendpage Email Configuration, from Randy Emler with additions
by Chris Hubbell:


Modify the /etc/postfix/transport file to include
	<your paging hostname>		sendpage:localhost
	
	Example:
	spage.yourdomain.com      sendpage:localhost

Modify the /etc/postfix/master.cf file to include	
	sendpage     unix  -       n       n       -       -       pipe
	    flags= user=nobody argv=/usr/bin/sendmail2snpp -f $(user) $(sender)
	
	Just make sure the "argv=" points to the proper path for the agent.

Modify the /etc/postfix/main.cf file to include
	transport_maps = hash:/etc/postfix/transport

Uncomment "local_recipient_maps" in main.cf:
	local_recipient_maps =

Run: "postmap transport" to create the transport.db file

Make sure your paging box accepts smtp connections from your corporate mail
gateway box.

Run: "service postfix stop", "service postfix start"

Make sure recipients are setup in the sendpage.cf file like the following
	[recip:joe_blow]
	dest = 5551212@mypagingqueue
		
Try sending an email page addressed like the following

	To:joe_blow@spage.yourdomain.com
	Subject: Test Page
	
	Hello, I am a test page thru email using sendpage.