When I used only

######################

smtpd_milters = inet:localhost:12301

######################

the mail to

auth-resu...@verifier.port25.com

was delivered - but the problem remains - no DKIM signature

When I used only

######################
non_smtpd_milters = inet:localhost:12301

######################

the mail was returned as undelivered see below

This is the mail system at host smtp01.tmcz.cz.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<auth-resu...@verifier.port25.com>: host verifier.port25.com[34.209.113.130]
    said: 550 5.1.1 no such local recipient:<auth-resu...@verifier.port25.com>
    in "RCPT TO:<auth-resu...@verifier.port25.com>
    ORCPT=rfc822;auth-resu...@verifier.port25.com" (in reply to RCPT TO
    command)


How ever even with this I can send emails to other mail addresses  ( except

auth-resu...@verifier.port25.com
)

So I guess  OpenDKIM runs on
smtpd_milters = inet:localhost:12301

Any next idea? Thank you for help


Reporting-MTA: dns; smtp01.tmcz.cz
X-Postfix-Queue-ID: 99DDA40336
X-Postfix-Sender: rfc822;exp...@hope.cz
Arrival-Date: Tue, 03 Dec 2024 16:20:10 +0100 (CET)

Final-Recipient: rfc822;auth-resu...@verifier.port25.com
Original-Recipient:rfc822;auth-resu...@verifier.port25.com
Action: failed
Status: 5.1.1
Remote-MTA: dns; verifier.port25.com
Diagnostic-Code: smtp; 550 5.1.1 no such local recipient:
    <auth-resu...@verifier.port25.com>  in "RCPT
    TO:<auth-resu...@verifier.port25.com>
    ORCPT=rfc822;auth-resu...@verifier.port25.com"

On 03/12/2024 16:13, Bluejay Adametz wrote:
Can you see any problem there?
You're telling postfix to contact the milter on an IP connection:
smtpd_milters = inet:localhost:12301
non_smtpd_milters = inet:localhost:12301

Looking back, you have two Socket directives in your opendkim configuration; I'm not sure 
which one it's going to pick, and if it picks the "wrong" one it won't be 
listening on that IP port.

Check that, then see what's in your mail log.

                                                          - Bluejay Adametz

Everyone has a burden.  What counts is how you carry it. - Merle Miller



NOTICE: This message, including any attachments, is only for the use of the 
intended recipient(s) and may contain confidential, sensitive and/or privileged 
information, or information otherwise prohibited from dissemination or 
disclosure by law or regulation, including applicable export regulations. If 
the reader of this message is not the intended recipient, you are hereby 
notified that any use, disclosure, copying, dissemination or distribution of 
this message or any of its attachments is strictly prohibited. If you received 
this message in error, please contact the sender immediately by reply email and 
destroy this message, including all attachments, and any copies thereof.


--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to