Michael J�rgens writes:
Hi,it is very crasy. If I replace /usr/sbin/sendmail with a shell script containing: #!/bin/sh /usr/lib/courier/bin/sendmail $@ >>/tmp/dbg all works fine. But without ">>/tmp/dbg" it doesn�t. Sombody has any idea about that?
stderr is not set up for cron-started jobs. Fix your cron environment. ------------------------------------------------------- This SF.NET email is sponsored by: Thawte.com Understand how to protect your customers personal information by implementing SSL on your Apache Web Server. Click here to get our FREE Thawte Apache Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
