• 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.

qmail permissions and smtp_auth problem

T

Thratchen

Guest
Ive had some problems with my qmail (FC3/7.5.4) install but have managed to fix most things.

I can now recieve mail but sending emails is still not working.

My mail client is already configured with my password but all of a sudden it wont accept it, requests the password again and spits this into the /var/log/messages

Code:
Sep 12 13:48:38 domainname smtp_auth: SMTP connect from [email][email protected][/email] [xx.xx.xx.xx]
Sep 12 13:48:38 domainname smtp_auth: smtp_auth: exit 2 at point x

there is also in the /usr/local/psa/var/log/maillog

Code:
Sep 12 14:16:27 domainname qmail: 1158066987.979831 status: local 2/10 remote 0/20
Sep 12 14:16:27 domainname qmail: 1158066987.979867 delivery 89: deferral: Sorry,_message_has_wrong_owner._(#4.3.5)/
Sep 12 14:16:27 domainname qmail: 1158066987.979901 status: local 1/10 remote 0/20
Sep 12 14:16:27 domainname qmail: 1158066987.979940 delivery 90: deferral: Sorry,_message_has_wrong_owner._(#4.3.5)/
Sep 12 14:16:27 domainname qmail: 1158066987.979981 status: local 0/10 remote 0/20
Sep 12 14:22:07 domainname qmail: 1158067327.319800 warning: unable to open todo/3/13346673

this may be a permissions based problem.
Any help would be appreciated.

T
 
I haven't tried it but the usual recommendation is to reinstall the psa-qmail package to fix the permission issues with the queue. Search the forum for instructions, it comes up quite frequently.

What I do know that works is a tool called queue-fix, and I have used it on FreeBSD in the past to resolve permission issues with Qmail.
 
Try:
chmod 644 /var/qmail/users/poppasswd
chmod 644 /var/qmail/users/assign

It helps me, but it is not clear resolution.
 
Back
Top