Re: [exim] time-of-day ACLs

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Phil Pennock
Data:  
Para: Yan Seiner
CC: exim-users
Asunto: Re: [exim] time-of-day ACLs
On 2009-06-17 at 07:41 -0700, Yan Seiner wrote:
> exim4 -bt apparently doesn't allow me to see what's going on with
> authentication.... Is there any way to debug this?


Ask Exim to run a fake SMTP session.

$ exim -bh 192.0.2.1

Or there's:

$ exim -d+acl -bs

If you're happy putting together your authentication responses manually,
you're set; if not, your main options are SWAKS[1], smtptest from Cyrus
IMAP. SWAKS from http://jetmore.org/john/code/#swaks is a good choice.

-Phil