LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Amavis Block Postfix (Help Please) (https://www.linuxquestions.org/questions/linux-networking-3/amavis-block-postfix-help-please-804654/)

k_oudom 04-27-2010 11:00 PM

Amavis Block Postfix (Help Please)
 
I have CentOS 5.3 ISPConfig 3 installed. I have noticed that some mail I sent out were lost. Expecially, email with subject like "a" or "aa". I think Amavis block my email. Please tell me how to configure amavis to allow all outgoing email by postfix? Please hurry helping me.

EricTRA 04-28-2010 01:43 AM

Hi Rex,

You can 'fine-tune' Amavis with the following to allow certain email senders.

In the /etc/amavisd.conf check that following lines are active (or add them)
Code:

read_hash(\%whitelist_sender
read_hash(\%blacklist_sender
read_hash(\%spam_lovers

Source of information
Quote:

These settings point to 3 files that identify our whitelist, blacklist and spam lovers. Each file should have 1 email address (or part of an email address) per line. The whitelist identifies senders that should always be passed through even if they are identified as spam. The blacklist identifies senders that should always be marked as spam. The spam_lovers identifies our users that want to opt-out of our system and receive all their spam. Note that these files are read only on startup of amavisd, so if you edit them be sure to stop and restart amavisd. Also, not shown here is the ability of amavisd to support per-recipient whitelists and blacklists and MySQL? based whitelists and blacklists.
Check that the files referenced exist, that permissions are set correctly and put your email address in the whitelist file. Restart the service after any change you made.

Kind regards,

Eric


All times are GMT -5. The time now is 04:55 AM.