Jim wrote:

> smtp-amavis unix -      -       n       -       2  lmtp
                                                     ^^^^
>     -o smtp_data_done_timeout=1200
      -o lmtp_data_done_timeout=1200 (should be this if you use lmtp)
         
>     -o smtp_send_xforward_command=yes
      -o lmtp_send_xforward_command=yes (should be this if you use lmtp)

You are mixing up two different protocols here, use one or the other.


> You mean: @mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10
>                   10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 );

Is this your IP address?  "Received: from [192.168.0.10]"
If so, your internal network is something like: 192.168.0.0/16

@mynetworks = qw( 127.0.0.0/8 [::1] [FE80::]/10 [FEC0::]/10
                  192.168.0.0/16 );

main.cf
mynetworks = 127.0.0.0/8, 192.168.0.0/16


Gary V



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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