IRCNow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
openbsd:mail:opensmtpd2 [2020/08/12 13:37]
baytuch
openbsd:mail:opensmtpd2 [2020/08/12 13:53] (current)
baytuch [Creating a configuration file]
Line 42: Line 42:
 listen on lo0 port 10028 tag DKIM mask-src listen on lo0 port 10028 tag DKIM mask-src
 listen on egress port 25 tls pki example.com mask-src filter { check_rdns check_fcrdns } listen on egress port 25 tls pki example.com mask-src filter { check_rdns check_fcrdns }
-listen on egress port 587 tls-require ​tag AUTH pki grape.ircnow.org auth <​passwd>​ mask-src filter { check_rdns check_fcrdns }+listen on egress port 587 tls-require pki grape.ircnow.org auth <​passwd>​ mask-src filter { check_rdns check_fcrdns }
  
 action "​local_mail"​ mbox alias <​aliases>​ action "​local_mail"​ mbox alias <​aliases>​
Line 54: Line 54:
 match from local for any action "​relay_dkim"​ match from local for any action "​relay_dkim"​
 match from src <​hosts>​ for any action "​relay_dkim"​ match from src <​hosts>​ for any action "​relay_dkim"​
-match from any tag AUTH for any action "​relay_dkim"​+match from auth for any action "​relay_dkim"​
 match from any for domain <​domains>​ action "​lmtp"​ match from any for domain <​domains>​ action "​lmtp"​
 </​code>​ </​code>​