• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

qmail doesn't send email (from horde and php mail function)

DanielePi

New Pleskian
I've been struggling all day trying to fix this problem that came out of nowhere , i'll try to describe it at my best:

I've been developing a website that uses the function mail() of php, I've used this code hundreds of times and I'm sure that the code is correct.
The mail wouldn't go through.
I then created a quick webmail from plesk, went on horde and sent an email from there, no can do.

I update my plesk version, from 11.0.9 at 11.5.30
I've switched back and forth from qmail to postfix.

I've been using this server for over a year and never had this problem before (around 30 domain present on the system, and now all have this SMTP problem)

Here is the command that come out on the log (maillog):
Code:
Sep 26 17:53:30 hosting-ticino qmail-queue-handlers[12877]: Handlers Filter before-queue for qmail started ...
Sep 26 17:53:30 hosting-ticino qmail-queue-handlers[12877]: [email protected]
Sep 26 17:53:30 hosting-ticino qmail-queue-handlers[12877]: [email protected]
Sep 26 17:53:30 hosting-ticino qmail-queue-handlers[12877]: handlers_stderr: SKIP
Sep 26 17:53:30 hosting-ticino qmail-queue-handlers[12877]: SKIP during call 'check-quota' handler
Sep 26 17:53:30 hosting-ticino qmail-queue-handlers[12877]: starter: submitter[12879] exited normally
Sep 26 17:53:30 hosting-ticino qmail: 1380210810.341110 new msg 59507032
Sep 26 17:53:30 hosting-ticino qmail: 1380210810.341169 info msg 59507032: bytes 397 from <[email protected]> qp 12879 uid 10015
Sep 26 17:53:30 hosting-ticino qmail: 1380210810.469839 starting delivery 1: msg 59507032 to remote [email protected]
Sep 26 17:53:30 hosting-ticino qmail: 1380210810.469900 status: local 0/10 remote 1/20
Sep 26 17:53:30 hosting-ticino qmail-remote-handlers[12880]: Handlers Filter before-remote for qmail started ...
Sep 26 17:53:30 hosting-ticino qmail-remote-handlers[12880]: [email protected]
Sep 26 17:53:30 hosting-ticino qmail-remote-handlers[12880]: [email protected]
Sep 26 17:53:31 hosting-ticino qmail: 1380210811.740806 delivery 1: success: 65.55.92.168_accepted_message./Remote_host_said:_250__<[email protected]>_Queued_mail_for_delivery/
Sep 26 17:53:31 hosting-ticino qmail: 1380210811.740865 status: local 0/10 remote 0/20
Sep 26 17:53:31 hosting-ticino qmail: 1380210811.740887 end msg 59507032

Thanks in advance, much love!
 
Last edited:
Back
Top