I have two questions.
 
The first is in regards to vacation.  I'm getting the error
 
deliver[655]: sieve parse error for cduncan: line 1: unsupported feature
 
whenever I send e-mail from an outside source with the vacation script enabled.  My script is pretty generic
 
require ["vacation"];
        vacation :days 20
                :addresses      ["[EMAIL PROTECTED]"]
                "I'm away until April, if this is an emergency call 592-5132, P.S.  this is just a sieve test";
 
The second question is how do I enable nis and ldap passwords in pam.  Right now I have to setup a user with saslpasswd
in order to install a sieve script. Of course I'm doing this on the server which I wouldn't normally be doing.
Here's my pam imap file
 
#%PAM-1.0
auth       required     /lib/security/pam_pwdb.so shadow nullok
account    required     /lib/security/pam_pwdb.so
 
Thanks
 
Chris

Reply via email to