I install pop-before-smtp in C with Postfix, Courier.
It works fine usually, but sometimes, I can't connect to
my smtp server.
postfix/smtpd: NOQUEUE: reject: RCPT from [fromIP]:
554 <toEmail>: Relay access denied;
from=<fromEmail> to=<toEmail> proto=SMTP
helo=<remotehostname>
smtpd_recipient_restrictions =
permit_mynetworks,reject_non_fqdn_recipient,check_clie
nt_access hash:/etc/postfix/pop-before-
smtp,reject_unauth_destination
Anonymous