• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

mail stucked in qmail queue!

F

flupke

Guest
I've written php scripts to send email, I communicate directly with SMTP server on port 25 and manage myself all the command/response HELO,AUTH.....

Everything goes fine, qmail's authentication OKs my login, I create destination, date and send the QUIT command, qmail is happy.

But mail is stucked in the queue, in plesk I see all the mails generated by my scrips in the queue remote.

All emails send with webmail and outlook from my pc using regular pop/smtp identification go through.

How can I investigate this? Could it be blocked by spamassasin?

Thks!

Flupke
 
some more interesting news:

periodically I see the following in the process list, looks like qmail is willing to relay the pending outgoing email but it doesnt go through (NB: the destination SMTP server is OK)

ps ax:


3628 ? S 0:00 qmail-remote <DESTINATION-SMTPSERVER-DOMAIN> <FROM-EMAIL> <DESTINATION-EMAIL>

3629 ? S 0:00 /var/qmail/bin/qmail-remote.moved <DESTINATION-SMTPSERVER-DOMAIN> <FROM-EMAIL> <DESTINATION-EMAIL>
 
Back
Top