--Thomas Otto wrote on 19.12.2001 17:08 +0100: >> > how can i configure courier-mta to autenticate for sending emails? >> > if i activate AUTH_REQUIRED in etc/esmtpd incoming email smtp >> > connections are rejectet with error 535 authentication required -> we can >> > send, but not receive email >> >> In the config file just enable authentication. Then you won't relay unless >> your user authenticates, but you can still receive email. > you mean > > AUTHMODULES ="authdaemon" > ESMTPDAUTH = "LOGIN"
There is no such variable, you probably want something like: ESMTPAUTH="LOGIN CRAM-MD5 PLAIN" Fix the typo, or run `gmake install-configure` which will set everything just right. > if in smtpaccess is an entry > * allow,RELAYCLIENT > then we can send email and receive email > else we cant only send but not receive email. Nothing needs to be done in smtpaccess, whoever is able to fake the esmtpd-auth will be allowed to relay everywhere. Roland _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
