Re: forwarding mail like before queue filtering to remote mta

2018-11-28 Thread Viktor Dukhovni
> On Nov 28, 2018, at 11:43 PM, Stefan Bauer wrote: > > The use case is only for mx service so there will be only incoming mail for > same domain in same smtp session. > > I assume that remote mail servers will not combine mail delivery in same smtp > session when destination domains differ (e

Re: forwarding mail like before queue filtering to remote mta

2018-11-28 Thread Stefan Bauer
The use case is only for mx service so there will be only incoming mail for same domain in same smtp session. I assume that remote mail servers will not combine mail delivery in same smtp session when destination domains differ (even though they have same mx) Stefan Am Mittwoch, 28. November 201

Re: forwarding mail like before queue filtering to remote mta

2018-11-28 Thread Viktor Dukhovni
On Wed, Nov 28, 2018 at 09:56:19PM +0100, Stefan Bauer wrote: > Is there a way to keep an smtp session open and do before queue filtering > AND final delivery to remote mta? do only sent 250 if we have already > received 250. if not send temp error. Only if there is a fixed remote MTA (smarthost)

Re: forwarding mail like before queue filtering to remote mta

2018-11-28 Thread Wietse Venema
Stefan Bauer: > Hi, > > is there a way to keep an smtp session open and do before queue filtering > AND final delivery to remote mta? do only sent 250 if we have already > received 250. if not send temp error. How would that work when one message has more than one recipient? In different domains?

forwarding mail like before queue filtering to remote mta

2018-11-28 Thread Stefan Bauer
Hi, is there a way to keep an smtp session open and do before queue filtering AND final delivery to remote mta? do only sent 250 if we have already received 250. if not send temp error. we would like to only accept mails if we can deliver them at the same time. a local queue is not wanted due to