2 msg2 postfix server on the same domain in differen...
3 msgmailer-deamon sends error messages to: question
3 msgProcmail
15 msgMAIL FROM timeout with ciphers=high
2 msgmilter, broken pipe

How to listen on 587 as well as 25?
\ Leo Ofenstein (30 Nov 2007)
. \ Matt Hayes (30 Nov 2007)
. . \ Victor Duchovni (30 Nov 2007)
. . . \ Leo Ofenstein (30 Nov 2007)
. . . . \ mouss (30 Nov 2007)
. . . \ Matt Hayes (30 Nov 2007)
. . . \ Charles Marcus (15 Dec 2007)
. . . . \ Victor Duchovni (16 Dec 2007)
. . . . . \ Charles Marcus (16 Dec 2007)
. . . . . . \ Sahil Tandon (16 Dec 2007)
. . . . . . . \ Charles Marcus (16 Dec 2007)
. . \ Charles Marcus (30 Nov 2007)
. . . \ Victor Duchovni (30 Nov 2007)
. . . . \ Charles Marcus (30 Nov 2007)
. . . . . \ Victor Duchovni (30 Nov 2007)
. \ Brian Mathis (30 Nov 2007)
. . \ mouss (30 Nov 2007)

6 msgreject_sender_login_mismatch doesnt work
2 msgsmtp auth
4 msgPostfix with MYSQL compile error
8 msgmynetworks=<empty> vs mynetworks=<defa...
3 msgmessage_size_limit with ldap search parameter
2 msgPipe debugging
12 msgdestination_concurrency_limit not respected ?
13 msgVirtual spam forwarding issues
2 msgcleaning up deferred queue
2 msgstatic nexthop per domain
2 msgSimple postmap question
9 msgIssues with Recipient_Canonical mapping
3 msgMail server reboot after got flood
3 msgcan't create a virtual domain
Subject:How to listen on 587 as well as 25?
Group:Postfix-users
From:Leo Ofenstein
Date:30 Nov 2007


 

I have a small server, hosting a few domains for local non-profits. One
of them, a food co-op, just moved to a new location and got a new ISP
(AT&T). It seems that AT&T, the better to serve you, blocks port 25, so
the co-op is now unable to send email through our little server
(although, of course, their AT&T account works fine).

So, it looks like what I need to do is set postfix to listen on a
different port (587 seems to be recommended most) and allow tcp traffic
through my SonicWall on that port as well... and keep 25 for the others,
too.

Attached is master.cf, but it seems to not be paying any attention to
port 587 yet.




#
# Postfix master process configuration file. For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
-o content_filter=spamfilter:dummy

587 inet n - n - - smtpd

pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
tlsmgr unix - - n 1000? 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
-o fallback_relay=

showq unix n - n - - showq
error unix - - n - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
scache unix - - n - 1 scache

maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}

old-cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
cyrus unix - n n - - pipe
user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
spamfilter unix - n n - - pipe
flags=Rq user=spamfilter argv=/usr/local/bin/spamfilter.sh -f $(sender) -- $(recipient)




© 2004-2008 readlist.com