I have configured an OpenSMPTD server to use port 587 upon which to receive
inbound mail. When the email is delivered I do not see a message-id from
this originating SMTP server, instead I see a message-id header inserted by
the last server in the line, i.e. in this case my office's Exchange server.
Even Gmail inserts the missing header. I have tried telnet and OpenSSL from
the local server and others in the LAN to port 587 using but never seem to
get a message-id generated by this server. I have DKIM installed (and
working). Can anyone point me in the right direction please?

Have I misconfigured something? Below is the beginning of the smtpd.conf
file...

/# pki set up
pki server1.example.com certificate "/home/ssl/cert/server1.crt"
pki server1.example.com key "/home/ssl/private/server1.key"

# Listen ports
listen on lo0
listen on lo0 port 10028 tag DKIM 
listen on vmx1 port 25 tls pki server1.example.com
listen on 172.16.x.x port 587 tls pki server1.example.com
/



--
View this message in context: 
http://openbsd-archive.7691.n7.nabble.com/No-message-id-header-on-port-587-OpenSMTPD-tp315997.html
Sent from the openbsd user - misc mailing list archive at Nabble.com.

Reply via email to