Re: Allowing Special Characters in Email addresses

2021-03-25 Thread Dan Mahoney
This really feels to me like a “oh crap somebody put this email address on 10,000 pieces of customer correspondence and now we have to support it” problem. It’s about the only excuse I would consider valid. Sent from my iPhone > On Mar 25, 2021, at 19:00, John Levine wrote: > > It appears th

Re: Allowing Special Characters in Email addresses

2021-03-25 Thread John Levine
It appears that Wietse Venema said: >According to Exim documentation (link below) the '!' and '%' are >not special in email addresses, so we know that at least it does >not appear to break legitimate usage. Technically, that is correct. According to the local-part syntax in RFCs 5321 and 5322,

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Wietse Venema
Viktor Dukhovni: > On Wed, Mar 24, 2021 at 09:47:26PM +, Paul Fowler wrote: > > > I just got around to testing these parameters this evening. > > They work as you suggested but I'm concerned about the potential > > security implications. So I'll do some more research in this area and > > see

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Viktor Dukhovni
On Wed, Mar 24, 2021 at 09:47:26PM +, Paul Fowler wrote: > I just got around to testing these parameters this evening. > They work as you suggested but I'm concerned about the potential > security implications. So I'll do some more research in this area and > see whether this is still worth p

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Paul Fowler
Hi Wietse, I just got around to testing these parameters this evening. They work as you suggested but I'm concerned about the potential security implications. So I'll do some more research in this area and see whether this is still worth pursuing further. Thanks for your help, Paul On Wed, Mar

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Wietse Venema
Paul Fowler: > Thanks Wietse, > I've been reading up and I'll start testing with the parameter > allow_untrusted_routing and I'll let you know how I get on. You will need both of these: allow_untrusted_routing = no swap_bangpath = no Wietse > On Wed, Mar 24, 2021 at 12:44 PM Wietse Vene

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Matus UHLAR - fantomas
On 24.03.21 12:27, Paul Fowler wrote: No we don't need to support UUCP addresses. We just need to allow the usage of special characters in the local part of the email address. With regard to UUCP i've also looked at the parameter swap_bangpath and tested with this enabled. However we don't need t

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Paul Fowler
Hi David, I got the same "relay denied" result when the local part of the email address was in quotes. Thanks, Paul On Wed, Mar 24, 2021 at 12:51 PM David Bürgin wrote: > Paul Fowler: > > Is it possible allow the use of special characters safely in the local > part of a email address. > > We

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Paul Fowler
Thanks Wietse, I've been reading up and I'll start testing with the parameter allow_untrusted_routing and I'll let you know how I get on. On Wed, Mar 24, 2021 at 12:44 PM Wietse Venema wrote: > Paul Fowler: > > Hi Jaroslaw, > > > > Yes I think your correct. > > > > Just some further into, if I

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread David Bürgin
Paul Fowler: Is it possible allow the use of special characters safely in the local part of a email address. We have a need to be able to accept emails that include special characters like ! e.g. joe!b...@example.com Have you tried what happens when you quote the loc

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Wietse Venema
Paul Fowler: > Hi Jaroslaw, > > Yes I think your correct. > > Just some further into, if I add the sender's IP to mynetworks then it will > accept the email with a special character "!" in the local part. > So it seems postfix can accept special characters, I'm just not sure how to > allow this f

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Paul Fowler
Hi Matus, No we don't need to support UUCP addresses. We just need to allow the usage of special characters in the local part of the email address. With regard to UUCP i've also looked at the parameter swap_bangpath and tested with this enabled. However we don't need to rewrite the bang "!" to "@"

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Matus UHLAR - fantomas
On 24.03.21 11:46, Paul Fowler wrote: Just some further into, if I add the sender's IP to mynetworks then it will accept the email with a special character "!" in the local part. yes, because by adding IP to mynetworks, you usually allow the sending IP to relay mail. the ! has still special me

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Dan Mahoney
This has come up before: http://postfix.1071664.n5.nabble.com/special-characters-in-mail-address-td47792.html Short version: lots of outbound mail servers will refuse to *send* to email addresses with special characters. But at least when these posts were written, there was an option that turn

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Paul Fowler
*Correction:* "So it seems postfix can accept special characters, I'm just not sure how to allow this for every *recipient*" It allows special characters in senders local part of a email address It allows special characters in the recipients local part of a email address when the senders ip is in

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Paul Fowler
Hi Jaroslaw, Yes I think your correct. Just some further into, if I add the sender's IP to mynetworks then it will accept the email with a special character "!" in the local part. So it seems postfix can accept special characters, I'm just not sure how to allow this for every sender. Regards, Pa

Re: Allowing Special Characters in Email addresses

2021-03-24 Thread Jaroslaw Rafa
Dnia 24.03.2021 o godz. 10:15:14 Paul Fowler pisze: > > Is it possible allow the use of special characters safely in the local part > of a email address. > We have a need to be able to accept emails that include special characters > like ! e.g. joe!b...@example.com > > When trying to send a test

Allowing Special Characters in Email addresses

2021-03-24 Thread Paul Fowler
Hi, Is it possible allow the use of special characters safely in the local part of a email address. We have a need to be able to accept emails that include special characters like ! e.g. joe!b...@example.com When trying to send a test mail on a test server I get 'Relay Access denied' ``` postfix