Alejandro Valenzuela Roca (lanjoe9) wrote: > > How can I configure esmtpd to accept inbound e-mail (i.e. from other > mail servers) without authentication, yet require authentication for > outbound (i.e. my mail server's users) e-mail?
That, actually, is the default configuration. Mail is accepted from anywhere for local accounts, but the only users who can relay are those who are either listed in smtpaccess with RELAYCLIENT or those who authenticate. If you want to force users to authenticate, all you have to do is make sure that they're not listed in smtpaccess with RELAYCLIENT. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
