PATCH: Problem translating domain to UTF8 form

2020-05-11 Thread Wietse Venema
Wietse Venema: > Wietse Venema: > > Sascha H?depohl: > > > Hello! > > > > > > i found this in maillog: > > > > > > postfix/bounce[90860]: warning: midna_domain_to_utf8_create: Problem > > > translating domain "mail.huedepohl.de" to UTF8 form: U_FILE_ACCESS_ERROR > > > > > > i can't figure out wh

Re: Problem translating domain to UTF8 form

2020-05-10 Thread Wietse Venema
Wietse Venema: > Sascha H?depohl: > > Hello! > > > > i found this in maillog: > > > > postfix/bounce[90860]: warning: midna_domain_to_utf8_create: Problem > > translating domain "mail.huedepohl.de" to UTF8 form: U_FILE_ACCESS_ERROR > > > > i can't figure out what the problem ist. > > U_FILE_ACCE

Re: Problem translating domain to UTF8 form

2020-05-10 Thread Wietse Venema
Sascha H?depohl: > Hello! > > i found this in maillog: > > postfix/bounce[90860]: warning: midna_domain_to_utf8_create: Problem > translating domain "mail.huedepohl.de" to UTF8 form: U_FILE_ACCESS_ERROR > > i can't figure out what the problem ist. > U_FILE_ACCESS_ERROR? Which file? According to

Problem translating domain to UTF8 form

2020-05-10 Thread Sascha Hüdepohl
Hello! i found this in maillog: postfix/bounce[90860]: warning: midna_domain_to_utf8_create: Problem translating domain "mail.huedepohl.de" to UTF8 form: U_FILE_ACCESS_ERROR i can't figure out what the problem ist. U_FILE_ACCESS_ERROR? Which file? mail_version = 3.5.1 on FreeBSD Regards, Sasch

Re: Problem translating domain to UTF8 form

2017-07-02 Thread Mark Raynsford
On 2017-07-01T22:33:16 + Viktor Dukhovni wrote: > > Perhaps this is because "bounce" > > is running in a chroot? > > That's the most likely cause. Thanks, all. The chroot was the issue. I've no idea why it has suddenly become a problem, but I can live without running bounce chrooted. M

Re: Problem translating domain to UTF8 form

2017-07-01 Thread Viktor Dukhovni
On Sat, Jul 01, 2017 at 09:41:32PM +, Mark Raynsford wrote: > Jul 1 19:15:16 mail postfix/bounce[88353]: warning: > midna_domain_to_utf8_create: Problem translating domain "mail.io7m.com" to > UTF8 form: U_FILE_ACCESS_ERROR > Jul 1 19:15:16 mail postfix/bounce[88353]: warning: [built-in]:

Re: Problem translating domain to UTF8 form

2017-07-01 Thread Wietse Venema
You could try without chroot, that would help identifying the problem. If the problem is that ICU library does file lookups after process initialization, then we don't have much choice - either duplicate the files until eternity, or don't run the process chrooted. I am on vacation, so this is not

Problem translating domain to UTF8 form

2017-07-01 Thread Mark Raynsford
Hello. I'm using a fresh install of Postfix 3.2.2 and am seeing strange warning messages in the log when mail bounces: Jul 1 19:15:16 mail postfix/bounce[88353]: warning: midna_domain_to_utf8_create: Problem translating domain "mail.io7m.com" to UTF8 form: U_FILE_ACCESS_ERROR Jul 1 19:15:16 m