Birta,
Thanks for the prompt input. I think the correct way is the following,
though:
smtps inet n - n - - smtpd
-o smtpd_milters=inet:smtp:10025
Which basically will apply DKIM signatures but jump over DMARC auth.
This was easy indeed, thanks :)
/OS
On Mon, Mar 17, 2014 at 9:55 AM, Birta Levente <[email protected]>wrote:
> On 17/03/2014 10:32, Oriental Sensation wrote:
>
>> Hello group,
>>
>> I have an issue with Postfix, Dovecot, OpenDKIM and OpenDMARC
>> cooperating together to achieve the following: Enable me to send Email
>> from my phone device after authenticating my identity with SASL.
>>
>> It seems OpenDMARC is not recognizing the IP (obviously an arbitrary
>> one where my device's WiFi has hooked up) and denying the request. The
>> following is in main.cf:
>>
>> # smtp points to local IP, 10025 and 10026 are for OpenDKIM and
>> OpenDMARC, respectively.
>> smtpd_milters = inet:smtp:10025 inet:smtp:10026
>> non_smtpd_milters = $smtpd_milters
>>
>> smtpd_sasl_auth_enable = yes
>> smtpd_sasl_authenticated_header = yes
>> smtpd_sasl_type = dovecot
>>
>> smtpd_recipient_restrictions = permit_mynetworks,
>> permit_sasl_authenticated, <checks/rejects>, permit
>>
>> smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated
>>
>> Any idea how to achieve this, folks?
>>
>> Thanks in advance,
>>
>> /OS
>>
>
> I suppose you don't use SASL authentication over port 25:
>
> in master.cf add the -o content_filter:
>
> submission inet n - n - - smtpd
> -o content_filter=
>
> smtps inet n - n - - smtpd
> -o content_filter=
>
> --
> Levi
>
>