+++ Arvind [linux-india] <29/03/02 14:47 +0530>:
> i managed to compile it with mysql.

So good, you are getting there

> now, i am getting this error.
> to=<[EMAIL PROTECTED]>, relay=virtual, delay=1, status=deferred (maildir
> delivery failed: create
> /var/spool/mail/Maildir/tmp/1017393087.26137_0.mail.mydomain.com: Permission
> denied)

Check the permissions of /var/spool/mail/ - owned by mail, and then

# chmod 1777 /var/spool/mail
# chmod +t /var/spool/mail

total 41
drwxrwxrwt   2 root      mail        512 Mar 28 21:41 .
drwxr-xr-x  20 root      wheel       512 Feb  6 12:01 ..
-rw-rw----   1 suresh    mail      39684 Mar 27 00:12 suresh

I have postfix delivering to mboxes - but shouldn't make a difference.

        -srs
-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #189        -**< Sub : Manipulating cron jobs >**-
crontab -e    # edit new/ existing cron job
crontab -l    # list the cron jobs
crontab -r    # remove the cron jobs (man crontab for details)

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to