Hello! I'm in the process of upgrading to a different machine postfix/spammassassin/procmail/dovecot. My current setup has ran great, but I'd like to see about making a couple changes in the process of upgrading. Ubuntu 24 has postfix 3.8.6. My questions:
Is there a way to bypass spamassassin for local addresses? My master.cf has: smtp inet n - - - - smtpd -o content_filter=spamassassin <snip> spamassassin unix - n n - - pipe user=debian-spamd argv=/usr/bin/spamc -e /usr/sbin/sendmail -oi -f ${sender} ${recipient} My other question: I run split dns here, so what I would LOVE to do is have an in house certificate used for smtps and submission which are used internally only on the inside interface, and a world valid ( if that's the right way to say it ) certificate listening just on smtp on the outside interface. Even better would be to have smtp listening on the outside interface with one certificate, and smtp listening to the inside interface using a different cert, but I don't think that's possible. Thank you for any insights you might have! James
_______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org