Skip to main content

Mail system is not working

Comments

6 comments

  • HostingH
    Are you sending mails through php mail script and as you said you disabled php mail function in php.ini then you will not able to send receive mails through script only but you are sending mails through webmail or any email client then its should work. Please check exim mainlogs for more details.
    0
  • Larkolag
    no php mailer script does not send mail, If I uninstall and reinstall the umiI fix the problem?
    0
  • SysSachin
    Hello, There is no issue if you have disable php mail function in php.ini. In this case only php script mail not work. May I know which method you are using to check smtp mail work or not ?
    0
  • 24x7server
    Hello, My server does not send mail or receive mail, even smtp mails cause problems? I just blocked the mail function in php.ini, but why does not smtp mail work?

    PHP mail function and SMTP function are 2 different ways of sending mail, both of them are incorporated in PHP scripts, but the way of authentication is different, with SMTP you actually use a genuine email login details, so the mailserver is query through this email account that you use, while with PHP it just goes out without authenticating... If you have disabled mail function in PHP, then php mail will not work, but if you have disable other like sendmail too, then it might be the case that the mails will be blocked completely, but that will not stop the mail server functionality of delivering the mail through webmail..
    0
  • Larkolag
    @SysSachin I do not know why smtp does not work malesef do not know :( @24x7server this server needs to look generally in general, both have poor performance and it is giving me such problems. I think I would care for a server optimization company with a low cost
    0
  • cPanelMichael
    Hello, Do you notice any specific output to /var/log/exim_mainlog or /var/log/exim_paniclog on this system when attempting to send or receive an email? Thank you.
    0

Please sign in to leave a comment.