bluegroper
Technical User
I need to setup a postfix server to send emails via smtp.myrealbox.com
So in /etc/postfix/main.cf I put
relayhost = smtp.myrealbox.com
This causes the following message to be logged.
relay=smtp.myrealbox.com[192.108.102.204], delay=2, status=bounced (host smtp.myrealbox.com[192.108.102.204] said: 571 Remote sending only allowed with authentication!)
Is there a way to implement pop-before-smtp for the outgoing delivery of emails (not to be confused with users' pop-before-smtp for mail being accepted by postfix.)
I hope this makes sense.
TIA's
BG
So in /etc/postfix/main.cf I put
relayhost = smtp.myrealbox.com
This causes the following message to be logged.
relay=smtp.myrealbox.com[192.108.102.204], delay=2, status=bounced (host smtp.myrealbox.com[192.108.102.204] said: 571 Remote sending only allowed with authentication!)
Is there a way to implement pop-before-smtp for the outgoing delivery of emails (not to be confused with users' pop-before-smtp for mail being accepted by postfix.)
I hope this makes sense.
TIA's
BG