Displaying 1 result from an estimated 1 matches for "senddomain".
Did you mean:
xenddomain
2014 Jan 22
1
Problem with LDA. When vacation auto-reply sent, the field from=<>.
...require ["vacation"];
# rule:[autoreply]
if true
{
vacation :days 1 :subject "Test." "Test.";
}
(if add [":from" string] nothing changes)
The letter comes, script fulfills, vacation auto-reply sent. But either
/usr/sbin/sendmail -i -f <> -- user at senddomain
or, if write in 15-lda.conf
submission_host = 10.10.10.10:25
postfix log
Jan 1 00:00:00 mail pf-OUT/cleanup[6098]: 4CD104A8A4: message-id=<dovecot-sieve-1390316174-295666-0 at mail>
Jan 1 00:00:00 mail pf-OUT/qmgr[5950]: 4CD104A8A4: from=<>, size=693, nrcpt=1 (queue active)
How to make...