On Tuesday, 29. January 2002 15:24, James Henry wrote:
> > how can I achieve the following
> > in smtpaccess:
> >
> > *   allow
> > *   allow,RELAYCLIENT,AUTH_REQUIRED
> >
> > What I mean is: everybody should be allowed to send mail for the local
> > system, everybody should be able to use the relaying AFTER authenticating
> > themselves.
> > Can this be done with Courier's esmtpd?
>
> The solution is not with smtpaccess, it's with esmtpd.  Edit etc/esmtpd and
> read:
>
> # To enable authenticated SMTP relaying, uncomment AUTHMODULES,
> # and set ESMTPAUTH to ESMTP authentication mechanisms we support.
> Currently
> # AUTHMODULES="authdaemon"
> # ESMTPAUTH="LOGIN CRAM-MD5"
>

Well yes, but how do I overwrite this on per-IP basis?

(I enabled this as you suggested and my smtpaccess/default is something
like

127.0.0.1       allow,RELAYCLIENT
[...])

I tried 

allow,RELAYCLIENT,AUTHMODULES=""

and similar, but that doesn't work. (I don't want authentication for my local 
computers).


TiA
Bausi


> This can also be done via the webadmin tool.
>
>  --James
>
>
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to