Hello Mark,
Am 19.11.2008 13:11 Uhr, Mark Martinec schrieb:
>> DKIM works for me so far. If I send an e-mail through the webmail
>> interface, the E-Mail is signed.
>> If I send an e-mail with a regular client, which is authenticated with
>> SMTP-AUTH, the mail is not signed.
>> Is it possible to catch these mails as well?
>
> 'originating' flag must be on to permit DKIM signing.
Ok.
[...]
> A more general way of turning up the 'originating' flag is through a
> policy bank, e.g.:
>
> $inet_socket_port = [10024,10026];
>
> $interface_policy{'10026'} = 'ORIGINATING';
>
> $policy_bank{'ORIGINATING'} = { # mail originating from our users
> originating => 1,
> # force MTA conversion to 7-bit before DKIM signing
> # to avoid later conversions, destroying signature:
> smtpd_discard_ehlo_keywords => ['8BITMIME'],
> };
>
> Any mail which MTA will pass to a filter on port 10026 (but not on 10024)
> will now be eligible for DKIM signing. This is useful for mail submitted
> from authenticated roaming clients which have foreign IP addresses.
>
>
> pickup fifo n - n 60 1 pickup
> -o content_filter=amavisfeed:[127.0.0.1]:10026
I would prefer this solution more, but SASL authenticated mail is
normally not handled by pickup. Is there a way, to put the 'originating'
flag to SASL authenticated mails?
Ihsan
--
[EMAIL PROTECTED] http://blog.dogan.ch/
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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/