Re: How To Rewrite "Mail From:"?

2020-07-09 Thread Viktor Dukhovni
On Fri, Jul 10, 2020 at 08:20:01AM +0300, Simo Tukiainen wrote: > Eventually I solved these configuration problems with postmulti with a > configuration similar to as described here: > http://www.postfix.org/MULTI_INSTANCE_README.html. > I suppose one could also do it by defining different

Re: How To Rewrite "Mail From:"?

2020-07-09 Thread Simo Tukiainen
On Fri, 10 Jul 2020 at 00:44, Drew Tomlinson wrote: > So are you saying that changing the "Mail From" header might be > helpful? If so, how do I do this? I have a set up similar to yours: our own mail server with no local mailboxes but instead forwards to various personal addresses with many in

Re: How To Rewrite "Mail From:"?

2020-07-09 Thread Viktor Dukhovni
On Thu, Jul 09, 2020 at 02:43:09PM -0700, Drew Tomlinson wrote: > So are you saying that changing the "Mail From" header might be > helpful? If so, how do I do this? Encapsulation in an outer message avoids that issue entirely, and preserves signatures, ... on the inner message. The author of

Re: How To Rewrite "Mail From:"?

2020-07-09 Thread Bob Proulx
Drew Tomlinson wrote: > > >The simplest thing to do is to encapsulate the original message > > >as attachment to a new message. > > > > yes, this should work too. > > But wouldn't this make all my email appear to come from me and I'd > have to go into each email to see the original email? Yes.

smtpd_milters fallback/round robin via dns

2020-07-09 Thread Gerald Galster
Hello, I was wondering what will happen when a milter is defined using a hostname that returns multiple ips via dns: smtpd_milters = inet:ha.filter.com:12345 ha.filter.com. IN A 10.0.1.1 ha.filter.com. IN A 10.0.2.2 Will postfix connect to 10.0.2.2 if 10.0.1.1 is not available or vice

Re: How To Rewrite "Mail From:"?

2020-07-09 Thread Drew Tomlinson
Thank you for your time and replies. On Tue, Jul 7, 2020 at 1:20 AM Matus UHLAR - fantomas <> wrote: > > >On Mon, Jul 06, 2020 at 07:40:27PM +, Drew Tomlinson wrote: > >> I use postfix for my own domain and have been forwarding my email to > >> outlook.com for years. Recently, email has just