Hello

I've noticed a problem with email sending. For some reason sometimes gmail gives following error:
(ssl://smtp.gmail.com:465/SMTP) 4.3.0 Temporary System Problem. Try again later (10)
second error I see is:
Unable to email via Sendmail Unable to send mail: Unknown error
and third error is:
(ssl://smtp.gmail.com:465/SMTP) Cannot issue HELO to existing session

After that second and third error appear in a loop until first error comes up again minute later.

In PHP error log I didn't find anything, but on apache error log I found:
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
sendmail: fatal: open /etc/postfix/main.cf: No such file or directory

My email settings MTA is PHP mail function.

This has only happened twice, otherwise smtp function works properly.

    erikpahlberg

    Seems like your mail server or webserver is having intermittent issues. You will need to track down what happened on your server logs or contact your mail provider.

    Cheers.

    Yes, it's seems like some kind of limit issue by gmail. Because I have 7 emails set up with exact same host:port. But I didn't understand why these errors occured:
    sendmail: fatal: open /etc/postfix/main.cf: No such file or directory

      erikpahlberg

      The Sendmail error is due to SMTP failing or not configured for an email and it’s using Sendmail (PHP mail()) as a last resort and your Sendmail is not configured (it’s not configured by default). Do you have a system email added that doesn’t have SMTP configured and it’s trying to send from that email?

      Cheers.

        KevinTheJedi
        I don't have SMTP configured and don't have system email added. I have 10 email addresses configured in Osticket and all of them point to google smtp.

          erikpahlberg

          You just said a conflicting statement. You said you don’t have SMTP configured and don’t have a system email yet you have 10 system emails with SMTP configured for each…doesn’t make sense.

          Cheers.

          You appear to be running a third party theme mod.
          Have you tried removing it?

          Screen shots of some of the email settings?

          Write a Reply...