Re: sieve vacation with postfix [au f Viren überprüft]

2007-07-25 Thread Hans Moser
Jeffrey McDonald schrieb:
  Here is the sieve vacation instruction:
 
 # Vacation
 vacation :days 7 :addresses [[EMAIL PROTECTED],  
 [EMAIL PROTECTED], [EMAIL PROTECTED],  
 [EMAIL PROTECTED]] :subject not here I'm away.  I will  
 return in 7 days. ;
Did you use require vacation?

The following works for me (2.2.12 + postfix 2.3.x)

--

require vacation;

vacation
:addresses [ [EMAIL PROTECTED], [EMAIL PROTECTED] ]
:subject test
   away;

--

Note: One of the addresses in :addresses [] must be in the To:-, CC:- or 
BCC:-header of the mail to activate vacation.


Hans

Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: sieve vacation with postfix

2007-07-18 Thread FORMER 03 | Baltasar Cevc
On 17.07.2007, at 17:30, Jeffrey McDonald wrote:

 Hi,

 I'm trying to use sieve to setup a vacation message.   The important
 parameters for delivery (from what I've gathered from a search of the
 archive) are:
...

 I don't see any errors in the log files and I see no message ever
 recieved by the  postfix daemon from the sieve filter.   The
 /usr/lib/sendmail executable is setup to sendmail.postfix and this
 executable sends mail properly if executed outside of sieve.

Have you configured your sendmail path in imapd.conf? As sieve keeps
track of any vacation messages, try to delete the duplicate database
before testing so that it will start from a clean system (this
database contains the vacation state, too).

Hope that helps,
Baltasar


--
Baltasar Cevc

_ FORMER 03 GmbH
_ infanteriestraße 19 haus 6 eg
_ D-80797 muenchen

_ http://www.former03.de



Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: sieve vacation with postfix

2007-07-18 Thread FORMER 03 | Baltasar Cevc
Hi Jeff,

On 18.07.2007, at 22:36, Jeffrey McDonald wrote:

 Hi,
 thanks for your response, I can't find any documentation about  
 clearing the vacation database for sieve, can you point me to the  
 command or documentation for that?
 thanks in advance,
 jeff

Delete the duplicate database (it's a file called deliver.db in you  
configdirectory which is not the /etc/... path but rather /var/ 
spool/cyrus/imap or something like that). That database contains  
vacation informatio, too.

Baltasar


--
Baltasar Cevc

_ FORMER 03 GmbH
_ infanteriestraße 19 haus 6 eg
_ D-80797 muenchen

_ http://www.former03.de



Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html