Hi all
I have installed qmail on 7.x. Redhat linux.
After installing when i send mail. I recive this error in log.
1) mail r beeing accpetd by thes server but not delivering to the mail box.
Error as follows. delivery 1: deferral: Unable_to_chdir_to_maildir._(#4. 2.1)/
Can anyone say where i went worng.
Thanks
Priyadarshi
_____________________________________________________________
Hello,
The information you have given is incomplete. Anyway, first check whether the user is having a mail directory (/home/xyz/Maildir). If yes,verify the permissions of the directory. To be on safer side just run the commands
cd /var/qmail/bin su xyz maildirmake /home/xyz/Maildir
This will create a maildir for user xyz with correct permissions.
regards, Sabu
--- acharya@dacafe.com wrote:
Hi all
I have installed qmail on 7.x. Redhat linux.
After installing when i send mail. I recive this error in log.
- mail r beeing accpetd by thes server but not
delivering to the mail box.
Error as follows. delivery 1: deferral: Unable_to_chdir_to_maildir._(#4. 2.1)/
Can anyone say where i went worng.
Thanks
Priyadarshi
_____________________________________________________________
__________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/
Hey,
you have possibly not created the Maildir for mail delivery.
you can do so by,
------------------------------------------------------ su - username /var/qmail/bin/maildirmake Maildir exit ------------------------------------------------------ or
------------------------------------------------------ cd /etc/skel /var/qmail/bin/maildirmake Maildir ------------------------------------------------------
and this will create maildir directory by default for every system user you create.
Best Regards, Mitul Limbani (mitul 2 mitul.com)
acharya@dacafe.com writes:
Hi all
I have installed qmail on 7.x. Redhat linux.
After installing when i send mail. I recive this error in log.
- mail r beeing accpetd by thes server but not delivering to the mail
box.
Error as follows. delivery 1: deferral: Unable_to_chdir_to_maildir._(#4. 2.1)/
Can anyone say where i went worng.
Thanks
Priyadarshi