Hi all,
I'm having a problem with qmail whereby any new messages received by the server are being placed in the queue, but are placed there under the wrong ownership. They are currently being placed in /var/qmail/queue/mess/*/* under the ownership of root, but this is incorrect and leads to an error in the /var/log/qmail/current file as such :
@400000003fb38d5c1c9c554c delivery 275: deferral: Sorry,_message_has_wrong_owner._(#4.3.5)/
If I change the ownership of all the files in /var/qmail/queue/mess/*/* to be qmailq, the message queue empties and the messages are delivered. Unfortunately, any new email data received is created with owner root. I am currently running a cron job every few minutes to change the ownerships and the email is being delivered, but this isn't a suitable solution.
How do I get qmail to create the files in /var/qmail/queue/mess/ with owner qmailq as opposed to root?
Thanks in advance.
Nick.