Mario Pavlov | 1 Sep 2006 09:21
Picon

Re: Re: a dot in the name ?

 >Mario Pavlov wrote:
 >> hello guys ;)
 >> I'm using cyrus-imap + cyrus-sasl + postfix as my mail system
 >> it works fine
 >> but I need to add an account with a dot in the name (e.g. mario.pavlov <at> domain)
 >> and I don't know how to do that
 >> I'm using cyradm for creating mailboxes..
 >> can anyone help me, please ?
 >
 >While it's common in *addresses*, it's arguably bad practice to include 
 >dots in *accounts* (it's achievable, but not reliably portable). FWIW, I 
 >handle these as aliases to a simpler account name (either in the aliases 
 >file or in $virtual_alias_maps).
 >
 >For example, my /etc/postfix/virtual might contain this:
 >
 >  mario <at> example.com           mario
 >  mario.pavlov <at> example.com    mario
 >
 >
Yes, I've tried this but it didn't work...
btw I'm using FreeBSD-6.1-STABLE
and for me is /usr/local/etc/postfix/virtual
and in this file I have all accounts like this:

=================================
user1 <at> domain user1 <at> domain
user2 <at> domain user2 <at> domain
user3 <at> domain user3 <at> domain
...
(Continue reading)

Nikola Milutinovic | 1 Sep 2006 10:56
Picon
Favicon

How to remove IOERROR sieve log lines?

Hi all.

I have noticed these log lines and I'd like to get rid of them:

Sep  1 00:27:24 mail lmtpunix[737]: IOERROR: fstating sieve script
/var/lib/sieve/v/v^gogoljev/defaultbc: No such file or directory
Sep  1 00:46:24 mail lmtpunix[910]: IOERROR: fstating sieve script
/var/lib/sieve/v/v^gogoljev/defaultbc: No such file or directory

I know what they are, the user has no sieve scripts and consequently no default script. Can this be turned
off? Most of my users do not have Sieve scripts.

Nix.

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

Nikola Milutinovic | 1 Sep 2006 10:59
Picon
Favicon

To list admins: Reply-to address

Hello admins.

Could you do something about the Reply-to address? The way things are now, when I hit "Reply" button, I am
sending mail to the original author of the message. What I subconsciously expect, is to send to the list, instead.

Is this a desired "modus operandi" or it's something that can be fixed?

Nix.

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

Paul Boven | 1 Sep 2006 12:02
Picon

Re: Berkeley DB upgrade - 2nd try

Hi everyone,

Another follow-up to my monologue thread - I've had a few helpful 
replies off-list though, and comments (on or off list) are very much 
appreciated.

> I've started building cyrus-imapd-2.2.13 - the Cyrus homepage still 
> lists 2.2.12 as the 'current' version, but is apparently outdated a bit. 
> In another posting to this list, Andrew Morgan hinted that "Cyrus 
> v2.2.12 and older will not work with Berkeley DB 4.3+ without a patch". 
> With 2.2.13, at least I get a meaningful error out of Berkeley when I 
> start Cyrus:
> 
> DBERROR db4: Skipping log file /var/imap/db/log.0000000001: historic log 
> version 7
> DBERROR db4: /var/imap/db/log.0000000002: log file open failed: No such 
> file or directory
> DBERROR db4: PANIC: No such file or directory
> 
> Running db_recover from Berkeley4.4.20 gave me essentially the same errors.
> 
> In the end, I figured it apparently doesn't care about log.00000001, so 
> I moved it aside. This time, it also stopped looking for log.00000002 
> and recovered succesfully. And now Cyrus works again!
> 
> Before I even want to consider doing this kind of surgery on any of my 
> production Cyrus servers, I'd like to know what would have been in 
> log.00000001 - what risks do I run when removing it?

The above procedure is not the correct way to go about, I've found. 
(Continue reading)

Martin G.H. Minkler | 1 Sep 2006 11:29
Picon

Re: sieve doesn't work [auf Viren überprüft]

Hans Moser schrieb:
> Hi!
> 
> Martin G.H. Minkler schrieb:
> 
>> After reloading and even restarting cyrus with the changes to the 
>> sieveshell die line and the imapd.conf in place as suggested, I still
>>  get the same (slighty longer but unfortunately no more informative)
>>  error message from sieveshell:
>>
>> unable to connect to server () at /usr/bin/sieveshell line 174.
> Can you doublecheck your changes to managesieve?
> 
>> Do I need to restart saslauthd to re-read the config from
>> /etc/imapd.conf?
> You don't use saslauthd at all, as I can see from your config, you use
> auxprop + sasldb2...
> With this you could use CRAM-MD5 and DIGEST-MD5 as well.
> Perhaps you could change sasl_mech_list:
> sasl_mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN

There will only be connections from localhost (as You can see in my
config, sieve only listens to localhost) since if there will ever be a
websieve or the like, it's going to run on the same machine.

> In you first post I can't see information about "sasl" and/or "STARTTLS"

You are absolutely right, I do not get any sasl-methods and/or STARTTLS.
I did use to get STARTTLS until I disabled it via the certificate-line.

(Continue reading)

Frank Richter | 1 Sep 2006 14:47
Picon
Favicon

Cyrus Homepage

Hi,

if you follow the link "Cyrus Home Page" at the bottom --> Not found

think correct adress is: http://cyrusimap.web.cmu.edu/

nice WE

--

-- 
---------------------------------------------------
Frank Richter
Max-Planck-Institut für Astronomie
Königstuhl 17
D-69117 Heidelberg
mailto:richter <at> mpia-hd.mpg.de
phone: +49 6221 528267
--------------------------------------------------- 

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

Ramprasad | 1 Sep 2006 15:11
Picon

SQL Storage for fast retrieval from archives

Hi,
  I am trying to use cyrus for my mail archives ( typically 1GB-10GB per
user ) for say 100 users 

What is the best way of storing mails. There will not be much of
add/delete from these archives but retrieval has to be fast on header or
body search. 

Cyrus with the current storage ( one mail per file ) is good enough for
header search , but fails on body search. 

Does cyrus have an option to store in MySQL etc. I think body search
will be much faster with SQL

Thanks
Ram

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

Kjetil Torgrim Homme | 1 Sep 2006 15:55
Picon
Picon

Re: SQL Storage for fast retrieval from archives

On Fri, 2006-09-01 at 18:41 +0530, Ramprasad wrote:
> Hi,
>   I am trying to use cyrus for my mail archives ( typically 1GB-10GB per
> user ) for say 100 users 
> 
> What is the best way of storing mails. There will not be much of
> add/delete from these archives but retrieval has to be fast on header or
> body search. 
> 
> Cyrus with the current storage ( one mail per file ) is good enough for
> header search , but fails on body search. 

why?

> Does cyrus have an option to store in MySQL etc. I think body search
> will be much faster with SQL

did you try the squatter?

--

-- 
Kjetil T.

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

Kjetil Torgrim Homme | 1 Sep 2006 15:54
Picon
Picon

Re: To list admins: Reply-to address

On Fri, 2006-09-01 at 01:59 -0700, Nikola Milutinovic wrote:
> Could you do something about the Reply-to address? The way things are
> now, when I hit "Reply" button, I am sending mail to the original
> author of the message. What I subconsciously expect, is to send to the
> list, instead.

don't hit the reply button, hit the "reply to list" button.

> Is this a desired "modus operandi" or it's something that can be fixed?

yes, this is desired.  read
http://www.unicom.com/pw/reply-to-harmful.html

--

-- 
Kjetil T.

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

Wil Cooley | 1 Sep 2006 18:00
Favicon
Gravatar

Re: Mailbox does not exist

On Wed, 2006-08-30 at 13:18 +0200, Bart Van Loon wrote:

> > Actually, that's how I think it should work - I'm not sure, though, as
> > I never used deliver...
> 
> so how do you have cyrus deliver your mails then? :-)

Most people these days deliver with LMTP from their MTA; see lmtpd(8).
And they use Sieve for filtering, instead of procmail.

Wil
--

-- 
Wil Cooley <wcooley <at> nakedape.cc>
Naked Ape Consulting, Ltd
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Gmane