From: James B. <jl...@bo...> - 2018-12-17 01:33:32
|
I using 126 not 125 for smtpDestinationSSL and smtpAuthServer in ASSP, guess I can’t use same port for both? What should be sending on port 125? James. > On 17 Dec 2018, at 12:24 pm, Daniel Miller <dm...@am... <mailto:dm...@am...>> wrote: > > Um...where's your port 125 listener? > > Daniel > > On 12/16/2018 3:56 PM, James Brown wrote: >> >> master.cf (non-commented out stuff only): >> >> pickup unix n - n 60 1 pickup >> cleanup unix n - n - 0 cleanup >> qmgr unix 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 >> proxywrite unix - - n - 1 proxymap >> smtp unix - - n - - smtp >> relay unix - - n - - smtp >> -o syslog_name=postfix/$service_name >> showq unix n - n - - showq >> error unix - - n - - error >> retry 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 >> >> 127.0.0.1:10026 inet n - n - - smtpd >> -o smtpd_sasl_auth_enable=yes >> 127.0.0.1:126 inet n - n - - smtpd >> -o syslog_name=assptls >> -o smtpd_tls_wrappermode=yes >> -o smtpd_proxy_filter= >> -o myhostname=mail.bordo.com.au <http://mail.bordo.com.au/> >> 465 inet n - n - 20 smtpd >> -o smtpd_proxy_filter=127.0.0.1:10025 >> -o smtpd_client_connection_count_limit=100 >> >> proxywrite unix - - n - 1 proxymap >> vacation unix - n n - - pipe >> flags=DRhu user=_vacation argv=/var/spool/vacation/vacation.pl -f ${sender} -- ${recipient} >> >> dovecot unix - n n - - pipe >> flags=DRhu user=_vmail argv=/usr/local/libexec/dovecot/deliver -f ${sender} -d ${recipient} |