Mail addresses with quotes + Postfix

2018-03-01 Thread Philipp Berger
Dear all, I have a working setup with Postfix + Dovecot, storing users in a MySQL table. I ran into problems setting up and using a mail address like a"@"b...@mydomain.tld, which by RFC should be valid, but leads to problems in Dovecot. From my debugging, I can see that on the lookup, Dovecot rep

Re: Mail addresses with quotes + Postfix

2018-03-01 Thread Philipp Berger
in part (%d). Am 01-Mar-18 um 16:48 schrieb LuKreme: > On Mar 1, 2018, at 05:07, Philipp Berger wrote: >> mail address like a"@"b...@mydomain.tld, which by RFC should be valid > Shouldn't it be "a@b"@mydoamin.tld ? >

Re: Mail addresses with quotes + Postfix

2018-03-06 Thread Philipp Berger
ydomain.tld". So now the "@" is dropped entirely. What does the "Fatal: Invalid -f parameter: Missing domain" tell us? Do I need to change the way Postfix calls Dovecot? Add more quotes? :D Kind regards, Philipp Am 04-Mar-18 um 21:12 schrieb Stephan Bosch: > Op 3/1/20

Re: Mail addresses with quotes + Postfix

2018-03-07 Thread Philipp Berger
  auth: Info: userdb(?): Username character disallowed by auth_username_chars: 0x22 (username: "@"@mydomain.tld) So what would be the appropriate quoting/setting for this address? Kind regards, Philipp Am 06-Mar-18 um 15:08 schrieb Stephan Bosch: > > > Op 6-3-2018 om 14:34 schreef P

Re: Mail addresses with quotes + Postfix

2018-03-07 Thread Philipp Berger
ephan Bosch: >> >> >> Op 7-3-2018 om 13:46 schreef Philipp Berger: >>> I wrapped the LDA command in a script. I can see that Postfix passes >>> "@@mydomain.tld" as the -d argument, without quotes. >>> I then adapted the script to specifically repla