Hi, I just found that some of our internal mail is getting filtered. The issue is that a user uploads a file via a website and then the server sends the file, as the user that uploaded it, to our a ticket tracking system.
Here is an example of a quarantine: Mar 22 21:20:05 relay1 amavis[2535]: (02535-11) Blocked SPAM, MYNETS LOCAL [10.20.195.102] [10.20.195.102] <[email protected]> -> <[email protected]>, quarantine: spam-EyxUzfJT2ylM.gz, Message-ID: <[email protected]>, mail_id: EyxUzfJT2ylM, Hits: 7.035, size: 222098, 1011 ms Is this the correct way to resolve this?: I added 10.20.195.0/24 10.10.14.0/24 10.10.200.0/24 to the line below in /etc/amavisd.conf @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10 10.20.195.0/24 10.10.14.0/24 10.10.200.0/24 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 ); In Postfix master.cf "-o lmtp_send_xforward_command=yes" was already set. amavisfeed unix - - n - 2 lmtp -o lmtp_data_done_timeout=1200 -o lmtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 ==== CentOS 5.4 x64 Postfix 2.3.3 amavisd-new-2.6.4 ==== Thanks, James ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ 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/
