How to force email client to use SMTP authentication?

oscar296

New member
Joined
Jul 14, 2016
Messages
4
Now i can send email via my direct admin server to send out email without smtp authentication.
How can i force it to use SMTP authentication only before i open the port 25 to public?

Thanks
Oscar
 
From nano exim.conf, it is exim 4.24 and exim.pl dated 20-Apr-2007 17:09

What is CB2? i am new to direct admin.
I can edit the file of exim.conf
My OS is Centos 7
 
CustomBuild 2 FAQ: http://forum.directadmin.com/showthread.php?t=44743

I suggest you to update to CB2, unless you have particular reason to stay with the old version, and set it to mantain exim, exim_conf, dovecot, dovecot_conf

Once you update your softwares and configurations you should have authentication required for SMTP connections.

Best regards

I have installed the CB2 how can i verify it? how to use CB2 to maintain exim, exim_conf, dovecot, dovecot_conf?
 
Edit the options.conf in the custombuild folder and set:

eximconf=yes
eximconf_release=4.4
blockcracking=yes
easy_spam_fighter=yes
spamassassin=yes
sa_update=daily
dovecot=yes
dovecot_conf=yes
pigeonhole=yes


Then build exim/exim_conf/dovecot/dovecot_conf

Regards
 
Back
Top