On Thu, May 24, 2018 at 04:01:32PM +0300, Reio Remma wrote:
> On 24.05.18 15:55, Gilles Chehade wrote:
> > On Thu, May 24, 2018 at 03:53:14PM +0300, Reio Remma wrote:
> > > That's exactly the problem. Alias resolution wasn't possible before with
> > > relay and I'm wondering if it will be in the future. :)
> > > 
> > aliases resolution with relay will not be possible because it makes no
> > sense, however a mechanism that's somehow similar and that makes sense
> > for relaying might be possible if we know what your use-case is.
> 
> I'm using the common setup where OpenSMTPD relays incoming mail to
> amavisd-new and amavisd is scanning all messages, even those that are sent
> to non-existent users.
> 
> listen on 0.0.0.0 port 25 tls pki orc.mrstuudio.ee
> 
> # Incoming mail from Amavisd (SpamAssassin/ClamAV)
> listen on 127.0.0.1 port 10025 tag Filtered
> 
> # Accept "Filtered" from Amavisd for delivery.
> accept tagged Filtered for domain <domains> virtual <virtuals> userbase 
> <userinfo> deliver to lmtp "/var/run/dovecot/lmtp" rcpt-to
> 
> # Relay incoming mail to Amavisd for spam check and virus scan.
> accept from !local for domain <domains> relay via smtp://127.0.0.1:10024
> 

you can filter recipients in a rule so that it doesnt get matched if the
recipient address is not part of a table.

this is doable in both old grammar and new grammar



-- 
Gilles Chehade

https://www.poolp.org                                          @poolpOrg

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to