Skip to content

Help requested getting moderation notice email working #308

Answered by UnixRonin
UnixRonin asked this question in Q&A
Discussion options

You must be logged in to vote

OK, I figured out a way to make it work, by adding a second smtp listener port SPECIFICALLY for isso with TLS and SASL disabled. My Isso SMTP section :

[smtp]
; username = isso
; password = "xxxxxxxx"
host = smtp.example.com
port = 588
security = none
to = user@example.com
from = "<Isso Moderation> isso@example.com"
timeout = 10

And the Postfix listener service for it:

588 inet n       -       n       -       -       smtpd
	-o syslog_name=postfix/submission
	-o smtpd_tls_security_level=none
	-o smtpd_sasl_auth_enable=yes
	-o smtpd_reject_unlisted_recipient=no
	-o smtpd_client_restrictions=
	-o smtpd_helo_restrictions=
	-o smtpd_sender_restrictions=
	-o smtpd_recipient_restrictions=
	-o s…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@UnixRonin
Comment options

@UnixRonin
Comment options

@UnixRonin
Comment options

Answer selected by UnixRonin
@welpo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants