Re: [Exim] LD/Exim errors

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philip Hazel
Fecha:  
A: Gary Ferrer
Cc: Exim Users
Asunto: Re: [Exim] LD/Exim errors
On Wed, 14 Nov 2001, Gary Ferrer wrote:

> Looks like the problem is almost solved. I recompiled exim again with the following entries:
>
> SUPPORT_TLS=yes
> TLS_LIBS=-L/usr/local/ssl/lib -lssl -lcrypto
> TLS_LIBS=-R/usr/local/ssl/lib -lssl -lcrypto


You can't set TLS_LIBS twice. Only the second will be recognized. What
you need is

TLS_LIBS=-L/usr/local/ssl/lib -R/usr/local/ssl/lib -lssl -lcrypto

> The only minor problem left has to do with delivering mail to root (root@???). Exim complains of the following:
>
> 2001-11-14 15:59:09 1649rq-00004E-00 == root@??? T=local_delivery defer (-6): mailbox /var/m
> ail/root has wrong uid (0 != 60001)
> 2001-11-14 15:59:09 1649rq-00004E-00 Frozen


Read up about the "never_users" option in TFM. Then see what it is set
to in your configuration. Then consider whether you really want local
deliveries to be run as root.

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.