4 Jan
2011
4 Jan
'11
12:46 p.m.
On Tue, 2011-01-04 at 11:43 +0100, komodo wrote:
execve("/usr/sbin/sendmail", ["/usr/sbin/sendmail", "-i", "-f", "<>", "--", "someuser@somedomain"], [/* 2 vars */]
Thanks for the answer, but this must be the problem, because when i run sendmail from command line (exactly like in the strace output)
[root@OVZ.mail ~]# /usr/sbin/sendmail -i -f <> -- komodo@domain.com
Note that you need to use '<>' here when running from command line.
So I think your problem is that it sends a bounce instead of a vacation message. deliver should log what it's doing, probably "rejected: <reason>". What do you see in logs?