Re: Postfix + Cyrus + Catchall Addreses

2004-12-27 Thread Chris Scott
Ow Mun Heng wrote: On Mon, 2004-12-27 at 02:44, Chris Scott wrote: Ow Mun Heng wrote: Hi All, I'm trying to figure out how to implement a catchall address for my dyndns domain. I've set up postfix and cyrus properly (I think) and it's working fine for valid users

Re: Postfix + Cyrus + Catchall Addreses

2004-12-26 Thread Chris Scott
ual.domain2.com virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp virtual_mailbox_maps = has:/etc/postfix/virtual This should be: virtual_mailbox_maps = hash:/etc/postfix/virtual Missed the h at the end of hash. Not sure if that is what your main.cf has or it was a typo when posting this message.

2.1.17 install-upgrade.html Doc Error?

2004-11-30 Thread Chris Scott
correct format. Running the tools/convert-sieve.pl script in my top level sieve directory has fixed the problem and now sieve scripts are working. It looks like the convert-sieve.pl script needs to be run regardless of the altnamespace setting. -- Chris Scott Adaptive Hosting Solutions, Inc

Re: Error compiling 2.1.17

2004-11-29 Thread Chris Scott
Replying to my own post and top posting at that: The fix was to edit cyrusdb_db3.c and change line 46 to: #include Now that I think about it, this was a problem when I compiled 2.1.12 also but the error didn't jog my memory. -- Chris Scott Adaptive Hosting Solutions, Inc. (formerly Host Or

Error compiling 2.1.17

2004-11-28 Thread Chris Scott
r/src/112804/cyrus-imapd-2.1.17. ---END ERROR--- This is on FreeBSD 4.7 with gcc version 2.95.4. I saw a post to the list with the same problem on 2.1.16 on FBSD 4.9 but no resolution: http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=26588 Any ideas on where to star

Re: administering cyrus-imapd with VB

2004-11-09 Thread Chris Scott
cyradm source for what commands you need to send to accomplish the various admin tasks. This could easily be done in VB or another language. -- Chris Scott Adaptive Hosting Solutions, Inc. (formerly Host Orlando, Inc) http://www.adaptivehostingsolutions.com/ --- Cyrus Home Page: http

Re: CYRUS = GARBAGE

2004-02-02 Thread Chris Scott
egator but I don't think Garbage would be a good choice for an IMAP server. However, you could say it does everything but take out the trash. David Grant - Genuinely impatient Chris Scott - Trying to help regardless of your tone

Re: Cyrus LMTPD

2003-05-27 Thread Chris Scott
this will help you but I was having problems with saslauthd eating up all my memory and swap over time (usually a week). Running saslauthd with the following switch fixed that problem: -n 0 hth, Chris Scott

Re: Cyrus IMAPd 2.1.12 Released

2003-02-05 Thread Chris Scott
Ilya wrote: you need to change the to #include in cyrusdb_db3.c Thank you very much--worked perfectly. Thanks, Chris Scott

Re: Cyrus IMAPd 2.1.12 Released

2003-02-04 Thread Chris Scott
with-perl --with-auth=unix --with-openss l=/usr/local/ssl --with-duplicate-db=db3_nosync --with-mboxlist-db=skiplist --wi th-seen-db=skiplist --with-subs-db=flat --with-tls-db=db3_nosync These are the same options that 2.1.11 compiles with fine. Using gcc version 2.95.4 20020320 [FreeBSD] on FreeBSD 2.7-RELEASE. Thanks, Chris Scott

Re: Strange sieve problem....

2003-02-02 Thread Chris Scott
tware! Chris Scott

Re: Strange sieve problem....

2003-02-02 Thread Chris Scott
Chris Scott wrote: Does anyone have suggestions for what to look at next? Sorry for replying to myself but I have more info. on this. The server I have where sieve is working is version is v1.1.0 (compiled from imap 2.1.5) and the latest where it is not working is v2.1.11. The

Re: Strange sieve problem....

2003-02-01 Thread Chris Scott
Chris Scott wrote: Bryntez wrote: >Hi list.. >I have trouble connecting to sieve. Everything else works fine. >I'm using RedHat 7.3. I've tried Simons rpms also, but the same error >occures. I'm using Cyrus Sasl 2.1.11 and Cyrus Imap 2.1.11. >The system is a

Re: Strange sieve problem....

2003-02-01 Thread Chris Scott
/bin/timsieved >Feb 1 15:21:57 gollum sieve[23388]: executed >Feb 1 15:21:57 gollum sieve[23388]: accepted connection >Feb 1 15:22:25 gollum master[23364]: process 23388 exited, status 0 > Yep, that's the same thing I'm seeing. Sorry I don't have more info. Same basic config as you. Just thought it may help to confirm the problem. Chris Scott

Which DB backend to use

2003-01-16 Thread Chris Scott
I've seen the advice of many on the list of using skiplist format for mboxlist but does anyone have recommendations for duplicate, seen, subs, and tls? Is there a standard answer or is this one of those 'depends on what you are doing' questions? Thanks, Chris Scott

Re: Cyrus and Postfix

2002-12-06 Thread Chris Scott
Christoph Burger-Scheidlin wrote: >What is local_transport set to in your main.cf? > Local transport is not set, I thought mailbox_transport should do: mailbox_transport = lmtp:unix:public/lmtp From your last message with your cyrus.conf, this should likely be: mailbox_transport=lmtp:unix:/

Re: Cyrus and Postfix

2002-12-05 Thread Chris Scott
Christoph Burger-Scheidlin wrote: Hi, I have the following error in Cyrus-Postfix, that I do not know how to fix: Dec 5 23:03:25 Hades postfix/lmtp[16388]: 04316100F: to=, relay=public/lmtp[public/lmtp], delay=21490, status=deferred (host public/lmtp[public/lmtp] said: 451 4.3.0 System I/O err

Re: Cyrus Imap - Postfix - lmtp or pipe ? And why ? And How ?

2002-11-10 Thread Chris Scott
could create a group and add both those users to it and do a chgrp on the socket to that group and it should work. Hope this helps, Chris Scott