Re: Problem translating domain

2021-10-09 Thread Wietse Venema
Jos Chrispijn: > Recently read this in my logfile > > midna_domain_to_ascii_create: Problem translating domain > "?M-^X??M-^X??M-^X??M-^... > > Can you tell what is triggering this? Some domain name contained binary garbage, causing the conversion from UTF8 domain name to PUNY code (a 7-bit for

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

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