Displaying 1 result from an estimated 1 matches for "sieve_storage_script_activ".
2008 Dec 02
2
symlink() failure in 1.2 managesieve
...hostname.com/account//.dovecot.sieve
to /usr/local/virtual/hostname.com/account/sieve/Test.sieve failed: No
such file or directory
I began to chase this first by inserting i_info() calls into various
points of the managesieve build and later by attaching to the process
with gdb. I can see that in sieve_storage_script_activate() the
storage->active_path member is incomplete (i.e., is not a full, absolute
path name) and the cwd is "/tmp", thus the symlink() call fails.
Based on what I've been reading in the documentation, shouldn't the
system have resolved the "home" area for the mail to...