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></remotehostname></toemail></fromemail></toemail>
smtpd_recipient_restrictions =
permit_mynetworks,reject_non_fqdn_recipient,check_clie
nt_access hash:/etc/postfix/pop-before-
smtp,reject_unauth_destination
Anonymous