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_ACCESS_ERROR? Which file?
> 
> According to web search for "U_FILE_ACCESS_ERROR postfix" the ICU
> library could not access some required file. The ICU library is not
> part of Postfix.
> 
> Usually this is fixed by turning off chroot for the bounce daemon:
> 
> # postconf -F bounce/unix/chroot=n defer/unix/chroot=n trace/unix/chroot=n
> # postfix reload

Fixed in Postfix 3.6, by calling some ICU library method before
making the chroot() call.

Wietse

> You could also try to find out what file it can't access, and make
> a copy of that file under the Postfix queue directory. See instructions
> at http://www.postfix.org/DEBUG_README.html#auto_trace. The problem is
> with updating those files when you update FreeBSD.
> 
>   Wietse
> 


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 web search for "U_FILE_ACCESS_ERROR postfix" the ICU
library could not access some required file. The ICU library is not
part of Postfix.

Usually this is fixed by turning off chroot for the bounce daemon:

# postconf -F bounce/unix/chroot=n defer/unix/chroot=n trace/unix/chroot=n
# postfix reload

You could also try to find out what file it can't access, and make
a copy of that file under the Postfix queue directory. See instructions
at http://www.postfix.org/DEBUG_README.html#auto_trace. The problem is
with updating those files when you update FreeBSD.

Wietse


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,
Sascha