Hello I am using qmail on a Linux Managed V-Server running Debian and Plesk ( psa v8.6.0_build86080822.20 os_Debian 4.0).
When I try to send an email from a PHP-page using PHP mail()-function I get an ok from PHP that the mail has been sent but it never arrives. Also mails from the Plesk massmail function do not arrive.
php.ini :
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = mail@internet-projects.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /var/qmail/bin/sendmail
The qmail queue is empty and in the maillog (/usr/local/psa/var/log/maillog) I find this entry after trying to send a mail:
Oct 21 12:18:17 lv2529 qmail-queue-handlers[30012]: Handlers Filter before-queue for qmail started ...
Oct 21 12:18:17 lv2529 qmail-queue-handlers[30012]: from=anonymous@localhost.localdomain
Oct 21 12:18:17 lv2529 qmail-queue-handlers[30012]: hook_dir = '/var/qmail//handlers/before-queue'
Oct 21 12:18:17 lv2529 qmail-queue-handlers[30012]: starter: submitter[30015] exited normally
Oct 21 12:18:18 lv2529 qmail: 1224584298.006471 new msg 174396850
Oct 21 12:18:18 lv2529 qmail: 1224584298.006636 info msg 174396850: bytes 257 from <anonymous@localhost.localdomain> qp 30015 uid 33
Oct 21 12:18:18 lv2529 qmail: 1224584298.018193 end msg 174396850
I have contacted my webhost but have not received an answer, does anyone have clue what's wrong here
Thanx
When I try to send an email from a PHP-page using PHP mail()-function I get an ok from PHP that the mail has been sent but it never arrives. Also mails from the Plesk massmail function do not arrive.
php.ini :
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = mail@internet-projects.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
sendmail_path = /var/qmail/bin/sendmail
The qmail queue is empty and in the maillog (/usr/local/psa/var/log/maillog) I find this entry after trying to send a mail:
Oct 21 12:18:17 lv2529 qmail-queue-handlers[30012]: Handlers Filter before-queue for qmail started ...
Oct 21 12:18:17 lv2529 qmail-queue-handlers[30012]: from=anonymous@localhost.localdomain
Oct 21 12:18:17 lv2529 qmail-queue-handlers[30012]: hook_dir = '/var/qmail//handlers/before-queue'
Oct 21 12:18:17 lv2529 qmail-queue-handlers[30012]: starter: submitter[30015] exited normally
Oct 21 12:18:18 lv2529 qmail: 1224584298.006471 new msg 174396850
Oct 21 12:18:18 lv2529 qmail: 1224584298.006636 info msg 174396850: bytes 257 from <anonymous@localhost.localdomain> qp 30015 uid 33
Oct 21 12:18:18 lv2529 qmail: 1224584298.018193 end msg 174396850
I have contacted my webhost but have not received an answer, does anyone have clue what's wrong here
Thanx