> 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" 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
