In the last few days, someone had written in and asked how to do this. I believe the answer was from Gary. Gary gave two options for doing this. I chose to do the latter of his two options. But it isn't working for some reason.

The original thread is here:
http://marc.theaimsgroup.com/?l=amavis-user&m=113415019700881&w=2


I am getting this in the maillog when I try the second method:

Dec 12 00:40:57 moe postfix/smtpd[23856]: warning: access table hash:/etc/postfix/amavis_internal: with smtpd_proxy_filter specified, action FILTER is unavailable


Gary's second suggestion was this:


Another way is more specific:

smtpd_recipient_restrictions =
        check_client_access hash:/etc/postfix/amavis_internal
        permit_mynetworks
        reject_unauth_destination

contents of /etc/postfix/amavis_internal
(ip address of the internal server is listed here):
192.168.1.17 FILTER smtp-amavis:[127.0.0.1]:10026

Then in amavisd.conf:

$inet_socket_port = [10024, 10026];

$interface_policy{'10026'} = 'INTERNAL';

$policy_bank{'INTERNAL'} = {  # mail originating from the internal server
  bypass_spam_checks_maps   => [1],  # don't spam-check outgoing mail
  bypass_banned_checks_maps => [1],  # don't banned-check outgoing mail
  final_spam_destiny   => D_PASS, # insure spam passes
  final_banned_destiny => D_PASS, # insure banned files pass
};



--

 Profanity is the one language all programmers know best.
  00:40:01 up 19:33,  5 users,  load average: 0.24, 0.39, 0.33

 Linux Registered User #241685  http://counter.li.org


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to