On Jul 30, 2018 9:59 PM, ѽ҉ᶬḳ℠ <[email protected]> wrote: > > > >>>> 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. > >> And now when sending from mail client - DKIM is jumped and not showing > >> in the logs > >> > >> 5e7644f56363e9ee smtp event=message address=172.25.120.2 > > ^^^^^^^^^^^^^^^^^^^^^^^^ > > > >> host=172.25.120.2 msgid=19bf6dd4 from=<[email protected]> > >> > >>>> config: > >> Just posted the full config in a previous response to the thread, don't > >> want to create a redundancy by repeating it. > >> > > I think the line in your config that specifies the above ip address is the > > cause. I think it should hit the skin relay rule first, but isn't. Bug? I > > would suggest commenting the line and see what happens. > > > > Don't see how that should be an issue considering that the DKIM > directive is set above. And it is not feasible to remove [ accept from > source 172.25.120.2 for any relay ] anyway because than it is not > possible to relay/send from the ip any more - it is the vpn host/server > and different (ip net) from mail host/server running OpenSMTPD. > > I would concur with your assumption that it should hit DKIM prior, > considering the ranking, but apparently it does not so and thus being > the reason for this thread here in hope to get it sorted. > > Apparently it inexplicable to me why it works with swaks from the cli > but not from the mail client... > >
From cli it is a different ip. Just add a relay via dkim to the line in question then and see if that works. > > -- > You received this mail because you are subscribed to [email protected] > To unsubscribe, send a mail to: [email protected] >
