Re: Null sender rewrite from a specified host.

2021-07-07 Thread Xavier Beaudouin
Hi Wieste, > To cut through the noise: > > 1 - Configure a Postfix smtpd process on an additional IP addresss > or TCP port ***THAT ONLY THIS CLIENT WILL CONNECT TO. > > 2 - Configure that smtpd process with an smtpd_command_filter that > replaces "MAIL FROM:<>" with the preferred a

Re: Null sender rewrite from a specified host.

2021-07-07 Thread Wietse Venema
To cut through the noise: 1 - Configure a Postfix smtpd process on an additional IP addresss or TCP port ***THAT ONLY THIS CLIENT WILL CONNECT TO. 2 - Configure that smtpd process with an smtpd_command_filter that replaces "MAIL FROM:<>" with the preferred address. # Listen on

Re: Null sender rewrite from a specified host.

2021-07-07 Thread Emmanuel Fusté
Le 07/07/2021 à 15:41, Emmanuel Fusté a écrit : Le 07/07/2021 à 15:36, Emmanuel Fusté a écrit : Le 07/07/2021 à 15:26, Wietse Venema a écrit : Emmanuel Fust?: Le 07/07/2021 ? 15:06, Wietse Venema a ?crit?: Viktor Dukhovni: On Tue, Jul 06, 2021 at 12:56:50PM +0200, Xavier Beaudouin wrote: I

Re: Null sender rewrite from a specified host.

2021-07-07 Thread Viktor Dukhovni
> On 7 Jul 2021, at 9:43 am, Emmanuel Fusté > wrote: > > arghh no, sorry, smtp client must be added in between. > A little more complex No, just a dedicated SMTP listener service that runs in parallel with the existing SMTP server. Everything else is the same... The SMTP server replaces t

Re: Null sender rewrite from a specified host.

2021-07-07 Thread Emmanuel Fusté
Le 07/07/2021 à 15:36, Emmanuel Fusté a écrit : Le 07/07/2021 à 15:26, Wietse Venema a écrit : Emmanuel Fust?: Le 07/07/2021 ? 15:06, Wietse Venema a ?crit?: Viktor Dukhovni: On Tue, Jul 06, 2021 at 12:56:50PM +0200, Xavier Beaudouin wrote: I currently have an appliance that misuse the null

Re: Null sender rewrite from a specified host.

2021-07-07 Thread Emmanuel Fusté
Le 07/07/2021 à 15:26, Wietse Venema a écrit : Emmanuel Fust?: Le 07/07/2021 ? 15:06, Wietse Venema a ?crit?: Viktor Dukhovni: On Tue, Jul 06, 2021 at 12:56:50PM +0200, Xavier Beaudouin wrote: I currently have an appliance that misuse the null sender (mail from:<>) to send mail. Unfortunatl

Re: Null sender rewrite from a specified host.

2021-07-07 Thread Wietse Venema
Emmanuel Fust?: > Le 07/07/2021 ? 15:06, Wietse Venema a ?crit?: > > Viktor Dukhovni: > >> On Tue, Jul 06, 2021 at 12:56:50PM +0200, Xavier Beaudouin wrote: > >> > >>> I currently have an appliance that misuse the null sender (mail > >>> from:<>) to send mail. > >>> > >>> Unfortunatly, this applian

Re: Null sender rewrite from a specified host.

2021-07-07 Thread Emmanuel Fusté
Le 07/07/2021 à 15:06, Wietse Venema a écrit : Viktor Dukhovni: On Tue, Jul 06, 2021 at 12:56:50PM +0200, Xavier Beaudouin wrote: I currently have an appliance that misuse the null sender (mail from:<>) to send mail. Unfortunatly, this appliance is closed source and we can only setup : fixed

Re: Null sender rewrite from a specified host.

2021-07-07 Thread Wietse Venema
Viktor Dukhovni: > On Tue, Jul 06, 2021 at 12:56:50PM +0200, Xavier Beaudouin wrote: > > > I currently have an appliance that misuse the null sender (mail > > from:<>) to send mail. > > > > Unfortunatly, this appliance is closed source > > and we can only setup : fixed ip address and recipient add

Re: Null sender rewrite from a specified host.

2021-07-06 Thread Viktor Dukhovni
On Tue, Jul 06, 2021 at 12:56:50PM +0200, Xavier Beaudouin wrote: > I currently have an appliance that misuse the null sender (mail > from:<>) to send mail. > > Unfortunatly, this appliance is closed source > and we can only setup : fixed ip address and recipient address on GUI > (nothing else, ev

Null sender rewrite from a specified host.

2021-07-06 Thread Xavier Beaudouin
Hello there, I ran into a specific situation. I currently have an appliance that misuse the null sender (mail from:<>) to send mail. Unfortunatly, this appliance is closed source and we can only setup : fixed ip address and recipient address on GUI (nothing else, even if I try to h4x0r the conf

Re: null sender rewrite

2012-04-20 Thread Noel Jones
On 4/20/2012 7:32 AM, Amira Othman wrote: > Hi all > > I am working on a project that sends mail through postfix, the user that > will be sending mail shouldn't receive notification mail for every bounce or > problem happen while sending mail, it's because I have user1@mydomain > (postfix user) an

Re: null sender rewrite

2012-04-20 Thread Robert Schetterer
Am 20.04.2012 14:32, schrieb Amira Othman: > Hi all > > I am working on a project that sends mail through postfix, the user that > will be sending mail shouldn't receive notification mail for every bounce or > problem happen while sending mail, it's because I have user1@mydomain > (postfix user) a

RE: null sender rewrite

2012-04-20 Thread Amira Othman
Hi all I am working on a project that sends mail through postfix, the user that will be sending mail shouldn't receive notification mail for every bounce or problem happen while sending mail, it's because I have user1@mydomain (postfix user) and user2@whatever(user not on my mail server) the latte

Re: null sender rewrite

2012-04-20 Thread Reindl Harald
Am 20.04.2012 13:20, schrieb Amira Othman: > Hi all > > I need to rewrite from address for system notification messages because I > have them in log file as follows: > > from=<>, > > and I want it to be written in log user@domain > how can I do that? first: please get rid of HTML mails on li

null sender rewrite

2012-04-20 Thread Amira Othman
Hi all I need to rewrite from address for system notification messages because I have them in log file as follows: from=<>, and I want it to be written in log user@domain . how can I do that? Regards