Exim Info

fabioweb90

Verified User
Joined
Feb 20, 2022
Messages
41
Hello i don't use my server for email management like rouncube or webmail online. Sometime only with Php sendmail script when SMTP connection is not possible.
Do you think attached custombuild configuration is correct?

Thanks
 

Attachments

  • Immagine 2022-04-12 231035.jpg
    Immagine 2022-04-12 231035.jpg
    279.3 KB · Views: 7
I don't know for sure if that's the best configuration. But I'm just wondering, if you don't do anything with mail, why do you have dovecot set to yes? Because that's also only for mail.
 
Okay thanks for this feedback. At the beginning server was configured for all kind of purpose but now we are using only for CMS hosting.
If will not make conflict with phpmailer i can also disable it
 
As far as I know it's used to send mail via authentication.
However, if you disable everything and only use php mail for CMS instead of authenticated mail, this can lead to your server get into spamlists when a script has a leak or gets hacked.

You might already be aware of that, but I'm mentioning it just in case.
 
Back
Top