On 9/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> That worked for the subject tag. I haven't completed the policy_bank
> part yet. I'm sure it will work.
> I need to figure out black/white list first. My spam testing system is
> on the black list and I need to get it taken off.
>
>
> Thanks for your help
>

Actually, this is set up to send to DKIM for signing.

>
> $policy_bank{'MYNETS'} = { # mail supposedly originating from our users
>  originating => 1, # declare that mail was submitted by our smtp client
>  allow_disclaimers => 1, # enables disclaimer insertion if available
>  # notify administrator of locally originating malware
>  virus_admin_maps => ['[EMAIL PROTECTED]'],
>  spam_admin_maps => ['[EMAIL PROTECTED]'],
>  warnbadhsender => 1,
>  # forward to a smtpd service providing DKIM signing service
>  forward_method => 'smtp:[127.0.0.1]:10027',
>  # force MTA conversion to 7-bit (e.g. before DKIM signing)
>  smtpd_discard_ehlo_keywords => ['8BITMIME'],
>  bypass_banned_checks_maps => [1], # allow sending any file names and
> types
>  terminate_dsn_on_notify_success => 0, # don't remove NOTIFY=SUCCESS
> option
> };

If you have not configured DKIM, then you will need to remove tese two lines:

>  # forward to a smtpd service providing DKIM signing service
>  forward_method => 'smtp:[127.0.0.1]:10027',

and optionally, these two lines:

>  # force MTA conversion to 7-bit (e.g. before DKIM signing)
>  smtpd_discard_ehlo_keywords => ['8BITMIME'],

-- 
Gary V

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
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