8 Aug
2012
8 Aug
'12
5:32 p.m.
Op 8/8/2012 4:12 PM, asier.cidon@externo.uam.es schreef:
The problem is solved!!!!
In the library "src/lib-sieve/plugins/vacation/cmd-vacation.c", in the package "dovecot-sieve" or "dovecot-pigeonhole" modify:
smtp_handle = sieve_smtp_open(senv, reply_to, NULL, &f); smtp_handle = sieve_smtp_open(senv, reply_to, reply_from, &f);
As pointed out earlier in this thread, this is a qmail issue.
The SMTP MAIL FROM is set to <> on purpose:
http://tools.ietf.org/html/rfc3834#section-3.3 http://tools.ietf.org/html/rfc5230#section-5.1
This prevents other automated responders from replying to this message, e.g. an MTA sending a delivery failure. This (among other safeguards) prevents mail loops.
The above change is therefore not recommended.
Regards,
Stephan.