Gary, I actually have this file in my /usr/share/sendmail-cf/mailer folder already. Is there something special I have to do to make sendmail build this into the .cf file? I didn't think there was, but maybe I'm missing something. Thanks. David Gottschalk UTS Email team david.gottschalk@xxxxxxxxx -----Original Message----- From: Garry Glendown [mailto:garry@xxxxxxxxxxx] Sent: Wednesday, May 27, 2009 11:18 PM To: Gottschalk, David Subject: Re: Sieve: Vacation not working (solved) Gottschalk, David wrote: > I put the lines in my sendmail.mc file then built the sendmail.cf file. > > I'm running a old version of Redhat. > > Sendmail version is 8.12.11. That could be the cause of the problem ... I reckon 8.12 doesn't have the cyrusv2 mailer config files yet ... if you have access to some newer systems, try whether you can copy the files from /usr/share/sendmail/mailer/cyrusv2.m4 (or similar) to your system and see if that gets it working ... The resulting .cf has these differences on my system: (SuSE Enterprise 10 w/ sendmail 8.13): 787c786 < R<@> $#cyrus $: <@> special case error msgs --- > R<@> $#cyrusv2 $: <@> special case error msgs 866,867c865,866 < R$=L < @ $=w . > $#cyrus $: @ $1 special local names < R$+ < @ $=w . > $#cyrus $: $1 regular local name --- > R$=L < @ $=w . > $#cyrusv2 $: @ $1 special local names > R$+ < @ $=w . > $#cyrusv2 $: $1 regular local name 889,890c888,889 < R$=L $#cyrus $: @ $1 special local names < R$+ $#cyrus $: $1 regular local names --- > R$=L $#cyrusv2 $: @ $1 special local names > R$+ $#cyrusv2 $: $1 regular local names 907,908c906,907 < R$+ + * $#cyrus $@ $&h $: $1 < R$+ + $* $#cyrus $@ + $2 $: $1 + * --- > R$+ + * $#cyrusv2 $@ $&h $: $1 > R$+ + $* $#cyrusv2 $@ + $2 $: $1 + * 921c920 < R< > < $+ > + $* $#cyrus $@ $2 $: @ $1 strip the extra + --- > R< > < $+ > + $* $#cyrusv2 $@ $2 $: @ $1 strip the extra + 975,976c974,975 < R< > $* < @ $* > $* $#cyrus $@ $1@$2 $: $1 < R< > $+ $#cyrus $@ $1 $: $1 --- > R< > $* < @ $* > $* $#cyrusv2 $@ $1@$2 $: $1 > R< > $+ $#cyrusv2 $@ $1 $: $1 982,983c981,982 < R< $+ > $* <@ $* > $* $#cyrus $@ $2@$3 $: $1 < R< $+ > $* $#cyrus $@ $2 $: $1 --- > R< $+ > $* <@ $* > $* $#cyrusv2 $@ $2@$3 $: $1 > R< $+ > $* $#cyrusv2 $@ $2 $: $1 1873,1877c1872,1874 < ################################################## < ### Cyrus Mailer specification ### < ################################################## < < ##### $Id: cyrus.m4,v 8.23 2001/11/12 23:11:34 ca Exp $ (Carnegie Mellon) ##### --- > ######################################### > ### Cyrus V2 Mailer specification ### > ######################################### 1878a1876 > ##### $Id: cyrusv2.m4,v 1.1 2002/06/01 21:14:57 ca Exp $ ##### 1880,1886c1878,1881 < Mcyrus, P=/usr/lib/cyrus/bin/deliver, F=lsDFMnPqAh5@/:|, S=EnvFromL, R=EnvToL/HdrToL, < U=cyrus:mail, T=DNS/RFC822/X-Unix, < A=deliver -e -f $f -m $h -- $u < < Mcyrusbb, P=/usr/lib/cyrus/bin/deliver, F=lsDFMnPu, S=EnvFromL, R=EnvToL/HdrToL, < U=cyrus:mail, T=DNS/RFC822/X-Unix, < A=deliver -e -m $u --- > Mcyrusv2, P=[IPC], F=lsDFMnqXzA@/:|m, > S=EnvFromSMTP/HdrFromL, R=EnvToL/HdrToL, E=\r\n, > T=DNS/RFC822/SMTP, > A=FILE /var/lib/imap/socket/lmtp This e-mail message (including any attachments) is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message (including any attachments) is strictly prohibited. If you have received this message in error, please contact the sender by reply e-mail message and destroy all copies of the original message (including attachments). ---- 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