Alessandro Vesely wrote: > Gordon Messmer wrote: >> On 11/06/2009 02:50 AM, Alexander Erameh wrote: >>> Is there a way to restrict some local users to sending local Mails >>> only? That is they cannot send external Mails. >> You could always write your own policy by using the courierfilter >> interface. > > Besides implementation concerns, how practical would it be to use > SMTP AUTH for delivering? For example, rather than SPF-whitelist a > number of forwarders, it is possible to give them userid/pass with a > very restrictive policy, for better control. Has anybody tried?
This is a good point. If courier supports PAM (which I think it does) then you could use a module to check if the user that is trying to send mail is in a "sendmail" group and only allow access for those users. Bijan ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
