On Jul 30, 2018 9:44 AM, ѽ҉ᶬḳ℠ <[email protected]> wrote: > > Hi, > > Archlinux kernel 4.17.11 and its repo package opensmtpd 6.0.3p1-2 > > messages sent from imap (dovecot) are not passed through dkimproxy > whilst when sending from cli with swaks the dkim signature is added. It > is apparent from the dkimproxy log that there is no attempt made to pass > the message sent from imap. > > What I am missing?
Log output. Appreciate some help to get this sorted. The smptd > config: If this is the complete config you are missing an interface for incoming mail. listen on egress port submission auth <sometable> tag RELAY I like to tag it just to make sure unauthenticated stuff doesn't accidentally get through. > > listen on lo port 10028 mask-source tag DKIM > accept for local alias <aliases> deliver to lmtp "/var/run/dovecot/lmtp" > accept from local for local deliver to lmtp "/var/run/dovecot/lmtp" > accept tagged DKIM for any relay accept tagged RELAY for any relay via smtp://127.0.0.1:10027 > > > -- > You received this mail because you are subscribed to [email protected] > To unsubscribe, send a mail to: [email protected] >
