MESSAGE
DATE | 2022-01-18 |
FROM | Ruben Safir
|
SUBJECT | Re: [Hangout - NYLXS] Adding Additional domains and outgoing email
|
I am sorry, that is wrong. I am getting main and master confused.
This is in main
www2:/etc/postfix # grep "^smtpd" main.cf smtpd_helo_required = yes smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname, regexp:/etc/postfix/helo.regexp, permit smtpd_sender_restrictions = hash:/etc/postfix/access, reject_unknown_sender_domain smtpd_recipient_restrictions = smtpd_data_restrictions = reject_unauth_pipelining, permit smtpd_sasl_type = dovecot smtpd_sasl_auth_enable = yes smtpd_sasl_path = private/auth smtpd_sasl_auth_enable = yes smtpd_use_tls = yes smtpd_tls_loglevel = 1 smtpd_tls_CAfile = /etc/postfix/tls/smtpd.pem smtpd_tls_cert_file = /etc/postfix/tls/smtpd.pem smtpd_tls_key_file = /etc/postfix/tls/smtpd.pem smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache smtpd_tls_security_level = may smtpd_tls_received_header = yes smtpd_tls_ask_ccert = yes smtpd_delay_reject = yes smtpd_banner = $myhostname ESMTP
THIS is in Master www2:/etc/postfix # grep "smtpd" master.cf|grep -v "#" smtp inet n - n - - smtpd submission inet n - n - - smtpd -o smtpd_tls_security_level=encrypt
So it looks I have work to do in master.
> > UNDER main.cf I have this: > > smtpd_data_restrictions = reject_unauth_pipelining, permit > > ############################################################ > # SASL stuff > ############################################################ > smtp_sasl_auth_enable = no > smtp_sasl_security_options = > smtp_sasl_password_maps = > smtpd_sasl_type = dovecot > smtpd_sasl_path = private/auth > smtpd_sasl_auth_enable = yes > smtpd_use_tls = yes > smtpd_tls_loglevel = 1 > smtpd_tls_CAfile = /etc/postfix/tls/smtpd.pem > #smtpd_tls_CApath = > smtpd_tls_cert_file = /etc/postfix/tls/smtpd.pem > smtpd_tls_key_file = /etc/postfix/tls/smtpd.pem > smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache > smtpd_tls_security_level = may > smtpd_tls_received_header = yes > smtpd_tls_ask_ccert = yes > smtpd_delay_reject = yes > smtpd_banner = $myhostname ESMTP > > I don't see sasl on telnet > > www2:/etc/postfix # telnet www2.mrbrklyn.com 587 > Trying 96.57.23.82... > Connected to www2.mrbrklyn.com. > Escape character is '^]'. > 220 mrbrklyn.com ESMTP > EHLO client flatbush.mrbrklyn.com > 250-mrbrklyn.com > 250-PIPELINING > 250-SIZE > 250-ETRN > 250-STARTTLS > 250-ENHANCEDSTATUSCODES > 250-8BITMIME > 250 DSN > > > > > Note that there are no DNSBL checks on the submission port. > > > > Wietse > > -- > So many immigrant groups have swept through our town > that Brooklyn, like Atlantis, reaches mythological > proportions in the mind of the world - RI Safir 1998 > http://www.mrbrklyn.com > > DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 > http://www.nylxs.com - Leadership Development in Free Software > http://www2.mrbrklyn.com/resources - Unpublished Archive > http://www.coinhangout.com - coins! > http://www.brooklyn-living.com > > Being so tracked is for FARM ANIMALS and extermination camps, > but incompatible with living as a free human being. -RI Safir 2013
-- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://www.mrbrklyn.com
DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 http://www.nylxs.com - Leadership Development in Free Software http://www2.mrbrklyn.com/resources - Unpublished Archive http://www.coinhangout.com - coins! http://www.brooklyn-living.com
Being so tracked is for FARM ANIMALS and extermination camps, but incompatible with living as a free human being. -RI Safir 2013 _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|