[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Postmaster notify: unknown mailer error 13
- Subject: Re: [cobalt-users] Postmaster notify: unknown mailer error 13
- From: "Greg Mosier" <Greg@xxxxxxxxx>
- Date: Thu Aug 29 17:53:10 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
From: "Daley Lay" <daley@xxxxxxxxxxxxxx>
> Hi List,
>
> how do i rectify the below error msg after i enable the vacation option...
>
> ----- The following addresses had permanent fatal errors -----
> "|/usr/local/sbin/vacation.pl /var/vacation/micheal.msg
> micheal@xxxxxxxxxxxxxxxxxx"
> (expanded from: micheal@xxxxxxxxxxxxxx)
>
> ----- Transcript of session follows -----
> Message delivered to mailing list <johng@xxxxxxxxxxxxxx>
> Cannot open vacation database: Permission denied
> 554 "|/usr/local/sbin/vacation.pl /var/vacation/micheal.msg
> micheal@xxxxxxxxxxxxxxxxxx"... unknown mailer error 13
Pipe an email to it from shell and see what happens. The error should be
evident there.
Just save the contents of an email with full headers on your hard drive in
shell to myemail.eml and then use:
cat myemail.eml |/usr/local/sbin/vacation.pl /var/vacation/micheal.msg
micheal@xxxxxxxxxxxxxxxxxx
If that doesn't spit out the error for you, you'll have to debug the perl
script by hand.
HTH,
Greg