I am running Ubuntu Server 14.04.1 LTS and trying to add domains to the whitelist for postgrey.
Postgrey is functioning correctly, as in, it's greylisting all incoming emails.
I have added the domains to the /etc/postgrey/whitelist_clients file, and then added the following lines to the /etc/default/postgrey file:
I send an email to my account on the test server (terry@test.myserver.org) from my work email (terry@example.org), but the message from the test whitelisted domain still gets blocked.
Any ideas?
Thanks for any assistance.
Postgrey is functioning correctly, as in, it's greylisting all incoming emails.
I have added the domains to the /etc/postgrey/whitelist_clients file, and then added the following lines to the /etc/default/postgrey file:
Code:
POSTGREY_OPTS="--inet=10023 --delay=199 --max-age=35"
POSTGREY_OPTS="$POSTGREY_OPTS --whitelist-clients=/etc/postgrey/whitelist_clients"
POSTGREY_OPTS="$POSTGREY_OPTS --whitelist-recipients=/etc/postgrey/whitelist_recipients"
Any ideas?
Thanks for any assistance.
No comments:
Post a Comment