Hallo und Guten Morgen Gary,
Heute (am 25.08.2005 - 00:14 Uhr)
schriebst Du:
> I believe this also requires the sender's address/network is listed in
> Postfix' mynetworks, and the same address/network is listed in @mynetworks
> which means you may have to uncomment and configure @mynetworks.
It is so. Postfix main.cf:
mynetworks = 127.0.0.0/8
amavisd.conf:
@mynetworks = qw( 127.0.0.0/8 [::1] );
@mynetworks_maps = ([EMAIL PROTECTED]);
> I believe it also requires -o smtp_send_xforward_command=yes
> in this section of master.cf:
> smtp-amavis unix - - n - 2 smtp
> -o smtp_data_done_timeout=1200
> -o smtp_send_xforward_command=yes
> -o disable_dns_lookups=yes
> -o max_use=20
this too.
smtp-amavis unix - - n - 2 lmtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
> But this assumes you are using Postfix.
yes, Version 2.3.*
> I'm sure there are a few
> variables here. This is just an example. I would guess lmtp also
> works.
> $policy_bank{'MYNETS'} = { # mail originating from @mynetworks
> bypass_spam_checks_maps => [1], # don't spam-check internal mail
> bypass_banned_checks_maps => [1], # don't banned-check internal mail
> final_spam_destiny => D_PASS, # insure spam passes
> final_banned_destiny => D_PASS, # insure banned files pass
> };
this too, AND - not working :(
--
Viele Grüße, Kind regards,
Jim Knuth
[EMAIL PROTECTED]
ICQ #277289867
PGP: 54C9 1A46 D3B2 95B6 454D 74FA AC73 773E 1F78 066F
----------
Zufalls-Zitat
----------
Der Mensch hat dreierlei Wege klug zu handeln: 1. durch
Nachdenken, das ist der Edelste 2. durch Nachahmen, das ist
der Leichteste 3. durch Erfahrung, das ist der Bitterste
----------
Der Text hat nichts mit dem Empfänger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 1.1200 Build 6020 23.08.2005
-------------------------------------------------------
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/