|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Re: weird problem with vacation, procmail, and postfix
From: Michael Tokarev (mjt
tls.msk.ru)Date: Mon Jun 05 2000 - 11:28:06 CDT
- Next message: Alessandro de Manzano: "Re: postfix & mysql"
- Previous message: Michael Tokarev: "Re: weird problem with vacation, procmail, and postfix"
- In reply to: Michael Tokarev: "Re: weird problem with vacation, procmail, and postfix"
- Next in thread: Donald Ball: "Re: weird problem with vacation, procmail, and postfix"
- Next in thread: Wietse Venema: "Re: weird problem with vacation, procmail, and postfix"
- Reply: Michael Tokarev: "Re: weird problem with vacation, procmail, and postfix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Tokarev wrote:
>
[]
> Maybe the problem is there. But wait -- you can test what exactly vacation
> gives to sendmail. Try to replace (temporary!) /usr/sbin/sendmail with
> a shell script like this:
Ops, forget to mention -- may be useful also:
Include the call to "id" program (do not know your system, so do not
know where to find it and what args it need) -- something like
/bin/id -a >> $tmp
This can also be due to permission problems.
And check user's home and permissions on ~/.vacation* files.
> ---- cut ----
> #! /bin/sh
>
> tmp=/tmp/sendmail.$$
>
> echo "===Called: `/bin/date`" > $tmp
> echo "Arguments: $0 $*" >> $tmp
> echo >> $tmp
> echo "Message:" >> $tmp
> /bin/cat >> $tmp
> echo "end" >>$tmp
>
> exit 0
> ---- cut ----
>
> Place this in place of /usr/sbin/sendmail and watch the /tmp/sendmail.* files.
> This can get a clue...
>
> Regards,
> Michael.
- Next message: Alessandro de Manzano: "Re: postfix & mysql"
- Previous message: Michael Tokarev: "Re: weird problem with vacation, procmail, and postfix"
- In reply to: Michael Tokarev: "Re: weird problem with vacation, procmail, and postfix"
- Next in thread: Donald Ball: "Re: weird problem with vacation, procmail, and postfix"
- Next in thread: Wietse Venema: "Re: weird problem with vacation, procmail, and postfix"
- Reply: Michael Tokarev: "Re: weird problem with vacation, procmail, and postfix"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]