> From cli it is a different ip. Just add a relay via dkim to the line in 
> question then and see if that works.
>

So it is but why makes that difference considering the directives -
particularly the [ any ] part should cover any (as in 172.25.120.2 for
instance), or should it not?

accept tagged DKIM for any relay
accept for any relay via smtp://127.0.0.1:10027
accept from local for any relay

Anyway, changed the other directive to

[ accept from source 172.25.120.2 for any relay via smtp://127.0.0.1:10027 ]

and boom wadda ya know it works now! But the logic behind eludes me
simpleton really.

I am glad and grateful for the solution. If you can spare the time would
you terribly mind to educate me on the logic of this?

The working config (part) reads now:

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 from any for domain "foo.bar" alias <aliases> deliver to maildir
"/var/run/dovecot/lmtp"
accept tagged DKIM for any relay
accept for any relay via smtp://127.0.0.1:10027
accept from local for any relay
accept from source 172.25.120.2 for any relay via smtp://127.0.0.1:10027
accept for any relay hostname server.foo.bar tls verify


--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to