This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Require/force users use login/passwd
#4
RE: Require/force users use login/passwd
(11-22-2015, 06:54 PM)Me.B Wrote: but only script in the server are allowed.  we might tune this to allow only authentificated users by default. That's the config I use.

Beside that you can change it in postfix.

Code:
smtpd_sender_restrictions = permit_sasl_authenticated,
                                reject_sender_login_mismatch,
                                reject_unlisted_sender,
                                permit
smtpd_recipient_restrictions = permit_sasl_authenticated,
                                reject_unauth_destination,
                                reject_non_fqdn_sender,
                                reject_non_fqdn_recipient,
                                reject_unknown_recipient_domain,
                                reject_rbl_client bl.spamcop.net,
                                reject_rbl_client b.barracudacentral.org,
                                reject_rbl_client zen.spamhaus.org,
                                reject_rbl_client dnsbl.sorbs.net,
                                check_policy_service unix:private/policy-spf

this is what i added from what i read it should not allow anyone to send mail w/o using login/pass
or did i mess something up ?
Reply
Thanks given by:


Messages In This Thread
Require/force users use login/passwd - by Shaggy - 11-21-2015, 06:06 AM
RE: Require/force users use login/passwd - by Shaggy - 11-23-2015, 05:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Can't login to Roundcube (users table empty?!) amine 13 38 ,592 11-18-2016, 09:57 PM
Last Post: Me.B
I need help to create mass mailbox accounts for my users ashg1990 1 5 ,494 05-21-2016, 07:46 PM
Last Post: Me.B
Roundcube login failed Orangs 11 29 ,512 05-17-2016, 01:51 AM
Last Post: Me.B

Forum Jump:


Users browsing this thread: 1 Guest(s)