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.

SMTP Auth
#1
SMTP Auth
Hi,
Is possible force all users to use auth with SMTP? And disable the SMTP use without auth?
How to do this?
Thanks,
Thanks given by:
#2
RE: SMTP Auth
Yes you can do that if you modify .

/etc/sentora/configs/postfix/main.cf

Check:

Code:
smtpd_recipient_restrictions = permit_sasl_authenticated,
        permit_mynetworks,
        reject_unauth_destination,
        reject_non_fqdn_sender,
        reject_non_fqdn_recipient,
        reject_unknown_recipient_domain

There you have the sequence that allow sending thru SMTP & remove: permit_mynetworks,

So users need to be authentificated before sending.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Thanks given by: rafaht
#3
RE: SMTP Auth
Me.B,
It's worked for me!
Thanks!
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
can not send email - SMTP error on roundcube wolvepy 9 28 ,975 01-03-2020, 08:37 AM
Last Post: Telepuzik
SMTP error after mariaDB upgrade mohamedh 4 11 ,167 02-08-2019, 01:07 AM
Last Post: mohamedh
SMTP Error every time i try to send an email wormsunited 7 18 ,707 12-22-2018, 08:02 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)