[pfx] Re: smtpd filter orig_client

2024-03-19 Thread Noel Jones via Postfix-users
On 3/18/2024 8:35 PM, Reg Inaldo via Postfix-users wrote: Hi I am seeing an issue with relaying and am looking for a way to filter on a specific smtp line but can't find a way to make it work: In the transaction (eg):  mta-k postfix/smtpd[23771]: 97F808837: client=localhost[127.0.0.1], orig

[pfx] Re: postfix and from

2024-03-19 Thread Viktor Dukhovni via Postfix-users
On Tue, Mar 19, 2024 at 11:39:29AM +0100, natan via Postfix-users wrote: > Hi > I have one question regarding the RFC of the FROM field: in the message > header. > > Is there any restriction that will force the FROM field to be correct > according to the RFC? Nothing builtin to Postfix. > I'm as

[pfx] Re: postfix and from

2024-03-19 Thread natan via Postfix-users
Hi The problem is that 1 works and 2 doesn't: 1. FROM is encoded as "FRIENDLY_NAME " == encoding ==> "base64" 2. FROM is encoded as "FRIENDLY_NAME " == encoding ==> "base64 " This means that if the entire FROM content is encoded, "author's ticket app" cannot read it. He probably doesn't even

[pfx] Re: smtpd filter orig_client

2024-03-19 Thread Jaroslaw Rafa via Postfix-users
Dnia 19.03.2024 o godz. 11:35:16 Reg Inaldo via Postfix-users pisze: > In the transaction (eg):  mta-k postfix/smtpd[23771]: 97F808837: > client=localhost[127.0.0.1], orig_client=localhost[127.0.0.1] > > I want to reject anything on the "orig_client" basis where: > *orig_client**=localhost*[127.0.

[pfx] Re: collect emails in maildir folder without delivering them to user

2024-03-19 Thread Jaroslaw Rafa via Postfix-users
Dnia 19.03.2024 o godz. 07:10:53 Fourhundred Thecat via Postfix-users pisze: > > On the server, I have one unix user, and multiple aliases defined in > /etc/aliases, so that I can use different email addresses for different > purposes. > > All these aliases are delivered to the users home / maild

[pfx] Re: smtpd filter orig_client

2024-03-19 Thread Reg Inaldo via Postfix-users
Thanks. I had been working on smtpd_milters but just couldn't find the key to that specific block without breaking the flow.  Was hoping for something more specific or examples. Will get back to it as it involves a relay compromise that will likely raise its head on many systems some time.

[pfx] Re: postfix and from

2024-03-19 Thread Erwan David via Postfix-users
Le 19/03/2024 à 11:39, natan via Postfix-users a écrit : Hi I have one question regarding the RFC of the FROM field: in the message header. Is there any restriction that will force the FROM field to be correct according to the RFC? I'm asking because one client "parses e-mails strangely" and

[pfx] postfix and from

2024-03-19 Thread natan via Postfix-users
Hi I have one question regarding the RFC of the FROM field: in the message header. Is there any restriction that will force the FROM field to be correct according to the RFC? I'm asking because one client "parses e-mails strangely" and his application hangs and instead of correcting it, he se

[pfx] Re: collect emails in maildir folder without delivering them to user

2024-03-19 Thread Matus UHLAR - fantomas via Postfix-users
On 19.03.24 07:10, Fourhundred Thecat via Postfix-users wrote: All these aliases are delivered to the users home / maildir. Now I would like to have yet another alias/email address, but instead of having the emails delivered to my main user, I would like to just collect the emails in some maildi

[pfx] Re: smtpd filter orig_client

2024-03-19 Thread Wietse Venema via Postfix-users
Reg Inaldo via Postfix-users: > > Hi > > I am seeing an issue with relaying and am looking for a way to filter on > a specific smtp line but can't find a way to make it work: > > In the transaction (eg):? mta-k postfix/smtpd[23771]: 97F808837: > client=localhost[127.0.0.1], orig_client=localho