| View previous topic :: View next topic |
| Author |
Message |
tgast
Joined: 02 Dec 2003 Posts: 1
|
Posted: Tue Dec 02, 2003 6:41 am Post subject: Problems with Qmail |
|
|
I am trying to install Vorras Mailer on a system with Qmail. Sending email is fine however receiving seems to be a problem. The syslog gives the following error:
Sorry,_message_has_wrong_owner._(#4.3.5)
Could someone help me with this one?
Thanks. |
|
| Back to top |
|
 |
haris Site Admin
Joined: 22 Aug 2002 Posts: 40
|
Posted: Tue Dec 02, 2003 7:40 am Post subject: |
|
|
Hi,
Sounds like its a permissions/ownership problem. Does qmail-queue (typically found in /var/qmail/bin/) have the right permissions?
It should be:
-rws--x--x 1 qmailq qmail
You may need to run the following commands:
chown qmailq:qmail qmail-queue
chmod 4711 qmail-queue
Let me know if this helps,
Thanks
Haris |
|
| Back to top |
|
 |
|