Re: [Exim] build options

Etusivu
Poista viesti
Vastaa
Lähettäjä: Andreas Metzler
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [Exim] build options
On Tue, Nov 11, 2003 at 10:53:03AM +1100, Joe wrote:
> Hi, I'm trying to figure out if a particular instance of exim (exim 4.2 on
> redhat 9) has been compiled for smtp auth.


> - Doing an EHLO seems to indicate not,
> - and there are no authenticator specifications defined in exim4.conf


If there are no (server-side) authenticator in exim4.conf exim won't
advertise AUTH in EHLO even if the binary would support it.

> Is there a way to check for the original compile time options of exim?


ametzler@downhill:~> /usr/sbin/exim -bV | grep -i auth
Authenticators: cram_md5 plaintext

               cu andreas