Rich Wales wrote, at 11/14/2007 06:13 PM:
> It looks like my problem with replication not working in one direction
> was a SASL thing. One of my servers was advertising GSSAPI as an
> authentication mechanism, but it didn't really work (I don't have
> Kerberos installed on my systems). Apparently
Rich Wales wrote, at 11/23/2007 11:05 PM:
> I currently have both Postfix (2.3.5) and Cyrus (2.3.9) running on
> a single server. Postfix does its thing (including spam and virus
> filtering) and then invokes Cyrus's "deliver" program to deliver
> messages.
>
> I would like to move my Cyrus onto
Guillermo Gómez wrote, at 12/04/2007 04:55 PM:
> My first question is regarding digest-md5 authentication and tls, can
> it be done without the tls layer?
Yes. You can do this to offer some means of encrypting authentication
without requiring TLS. It (typically) does not encrypt the rest of the
Jeremy Ford wrote, at 12/07/2007 08:24 AM:
> This works for me...
>
> $imap_server_type = 'cyrus';
> $default_folder_prefix = '';
> $trash_folder = 'INBOX/Trash';
> $sent_folder= 'INBOX/Sent';
> $draft_folder = 'INBOX/Drafts';
Daniel Aquino wrote, at 12/08/2007 04:52 PM:
> Can saslauthd be overloaded to support recipient checking?
saslauthd is an authentication server. It has no concept of "recipient".
While it may authenticate [EMAIL PROTECTED], it can't be assumed that this
construct matches the [EMAIL PROTECTED]
Chris Pepper wrote, at 01/13/2008 01:59 AM:
> I want to allow plaintext auth only for SquirrelMail (running on the
> Cyrus IMAPd server), and require encrypted authentication over all
> physical network connections.
Why do you want plaintext auth only for SquirrelMail? It supports TLS,
Chris Pepper wrote, at 01/13/2008 06:48 PM:
> Arrgh! SquirrelMail offers plain, cram-md5, and digest-md5, and only
> plain appears to work against /etc/shadow. I don't want the overhead of
> running TLS over loopback, so I think I will have to do without forcing
> secure auth for non-SSL IM
Toschi Pietro wrote, at 02/05/2008 06:57 AM:
> Apparently, cyrus-imapd does not support mailboxes with some letters
> inside the name. “&” is one of that. I have some mailboxes containing
> that symbol to be migrated from another server (SUN) but I always get an
> error.
>
> Looking at the IMA
J.J. Day wrote, at 03/17/2008 12:12 AM:
> [EMAIL PROTECTED] etc]# imtest -u cyrus -m login localhost
Try this instead:
imtest -u cyrus -a cyrus -t "" localhost
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://a
J.J. Day wrote, at 03/17/2008 01:53 AM:
> auth.log
> ==
> Mar 16 23:38:40 dc-mail imap[3700]: could not find auxprop plugin, was
> searching for [all]
It's been a while since I compiled my own Cyrus SASL, but when I did, I
used to need a symlink:
ln -s /usr/local/lib/sasl2 /usr/lib/sasl2
J.J. Day wrote, at 03/17/2008 11:25 AM:
>>> auth.log
>>> ==
>>> Mar 16 23:38:40 dc-mail imap[3700]: could not find auxprop plugin, was
>>> searching for [all]
>> It's been a while since I compiled my own Cyrus SASL, but when I did, I
>> used to need a symlink:
>>
>> ln -s /usr/local/lib/sasl
I'm migrating from Cyrus IMAPd 2.3.7 to 2.3.11. I've moved all the data
to the new environment and rebuilt the necessary databases. Everything
seems to be working fine, with the exception of STARTTLS connections to
port 143 from *remote* machines.
The following imtest logins work fine when run
Wesley Craig wrote, at 03/18/2008 04:44 PM:
> On 18 Mar 2008, at 16:11, Jorey Bump wrote:
>> Everything
>> seems to be working fine, with the exception of STARTTLS connections to
>> port 143 from *remote* machines.
>>
>> C: S01 STARTTLS
>> S: S01 OK Begin TLS
Wesley Craig wrote, at 03/18/2008 08:48 PM:
> On 18 Mar 2008, at 17:55, Jorey Bump wrote:
>> http://lists.andrew.cmu.edu/pipermail/info-cyrus/2008-January/028210.html
>
> Do you use client certificates? Because the message you're quoting is
> about someone
Jorey Bump wrote, at 03/18/2008 09:18 PM:
> I'm focusing now on the open_ssl error "wrong version number" and just
> realized the current system uses openssl 0.9.7l, while the new
> environment uses openssl 0.9.8e. This might be significant, but I
> haven't f
Andrew Morgan wrote, at 03/19/2008 12:41 PM:
> We run Cyrus v2.3.11 with OpenSSL v0.9.8c-4etch1 (Debian Etch)
> successfully.
Thanks for the confirmation.
> Maybe I missed it earlier in the thread - can you post your imapd.conf
> file?
It's pretty simple, and identical to the 2.3.7 instance t
Sebastian Hagedorn wrote, at 03/19/2008 04:03 AM:
> -- Jorey Bump <[EMAIL PROTECTED]> is rumored to have mumbled on 19.
> März 2008 01:09:31 -0400 regarding Re: STARTTLS on Cyrus IMAPd 2.3.11:
>
>> Can anyone confirm that STARTTLS connections to
>> port 143 work with
Wesley Craig wrote, at 03/19/2008 04:53 PM:
> You know, this *almost* sounds like you've configure Thunderbird to do
> TLS on the imaps port.
No, its connecting to port 143 with TLS checked. I've provided my
cyrus.conf in another message, where you can see I'm running imapd
without the -s switc
Andrew Morgan wrote, at 03/19/2008 06:57 PM:
> Those look fine to me. I'm not sure about the sasl_minimum_layer
> setting. Have you tried setting that to 0?
Yes, but no joy. :(
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/I
Patrick T. Tsang wrote, at 03/19/2008 07:07 PM:
> try this:
> ...
> sasl_mech_list: PLAIN LOGIN
> ...
No effect.
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
Jorey Bump wrote, at 03/19/2008 06:41 PM:
> tls_ca_file: /etc/ssl/certs/local-ca-bundle.crt
This seems to be the cause of the problem. If I remove this setting,
everything works as expected. Note that this didn't interfere on 2.3.7.
The entry in imapd.conf(5) isn't very
Wesley Craig wrote, at 03/18/2008 08:48 PM:
> On 18 Mar 2008, at 17:55, Jorey Bump wrote:
>> http://lists.andrew.cmu.edu/pipermail/info-cyrus/2008-January/028210.html
>
> Do you use client certificates? Because the message you're quoting is
> about someone
Andrew Morgan wrote, at 03/20/2008 12:20 PM:
> Just for reference, I'm using the following TLS settings with 2.3.11
> just fine:
>
> tls_ca_file: /etc/ssl/certs/thawte-premium.pem
> tls_ca_path: /etc/ssl/certs
> tls_cert_file: /etc/ssl/certs/imap.onid.oregonstate.edu.crt
> tls_key_file: /etc/ssl
Wesley Craig wrote, at 03/20/2008 01:57 PM:
> On 20 Mar 2008, at 13:07, Jorey Bump wrote:
>> On a lark, I pointed tls_ca_file to an old root certificate I once
>> needed for a chained root. It contains only a single certificate, and
>> STARTTLS connections on port 143 wo
Andrew Morgan wrote, at 04/14/2008 12:44 PM:
> Isn't there a way to have Cyrus listen on the regular IMAP port (143)
> but require a secure connection to login? Some trick with
> allowplaintext and/or sasl_minimum_layer?
Yes. For example:
sasl_pwcheck_method: auxprop
sasl_mech_list: PLA
Corey wrote, at 04/16/2008 04:29 PM:
> I just had an experience where my server was getting slammed with thousands
> of concurrent pop3 requests. This went on for over an hour before it finally
> ceased, at which point I was able to start cyrus again.
>
> Anyhow, what are some mechanisms to preven
I upgraded Cyrus IMAPd from 2.3.11 to 2.3.12p2 last night, and a user is
now reporting that he can no longer authenticate using APOP. He's
getting this error from his client:
'The server error encountered was: The POP server "mail.example.net"
doesn’t support X-APOP authentication. Please check
a headless Linux 2.6
machine, I'd appreciate it. I've already switched the drives to
different hardware, to no avail.
> Also, the way the APOP challenge is written out has changed, so I might
> look there.
>
> :wes
>
> On 30 Apr 2008, at 11:34, Jorey Bump wrote:
>
Wesley Craig wrote, at 04/30/2008 04:26 PM:
> Two options: some motherboards have an entropy generator hardware
> device; or, use the random device that doesn't block when entropy is low.
I think Cyrus IMAPd uses /dev/urandom by default, but I'm not sure how I
can confirm this. I didn't specify
Andrew Morgan wrote, at 04/30/2008 05:15 PM:
> Cyrus IMAP calls out to the sasl libraries to generate the APOP
> challenge. On my Debian Etch system, libsasl2.so uses /dev/random.
How do you determine if it uses /dev/random?
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: h
Andrew Morgan wrote, at 04/30/2008 08:05 PM:
> On Wed, 30 Apr 2008, Jorey Bump wrote:
>
>> Andrew Morgan wrote, at 04/30/2008 05:15 PM:
>>
>>> Cyrus IMAP calls out to the sasl libraries to generate the APOP
>>> challenge. On my Debian Etch system, libsasl2.s
Stéphane BERTHELOT wrote, at 05/20/2008 06:32 PM:
> - increase security level (SSL/ CRAM-MD5/ ...). In a wonderful world it
> would be possible but I would bet (but I've not checked yet) that some
> of our users have pretty broken clients (like old Outl**k...) that would
> not be able to login
Keith Edmunds wrote, at 05/27/2008 01:32 PM:
> If I do a 'lam user.xxx' where user.xxx is one of the
> accounts not listed, I get 'Mailbox does not exist'. If I
> send a mail to that user on the new server and repeat the
> 'lam user.xxx', I get a blank line output, suggesting that
> the mailbox do
Jens Hoffrichter wrote, at 06/05/2008 04:03 PM:
> At first I thought that this was a problem related to entropy, but it
> even persisted after I turned off "allowapop", and unconfigured
> everything relating to TLS (as SSL/TLS will be handled completely by
> the perdition, we don't need it)
To ru
Jens Hoffrichter wrote, at 06/06/2008 09:46 AM:
> But it doesn't seem to be related to entropy. Though on one of the
> nodes entropy is usually quite low (between 100 and 300), it never
> drops below the 100 mark, and when running a load test, that node and
> another failed, and on the one failing
Stephen Liu wrote, at 06/09/2008 01:19 PM:
> $ cat /etc/postfix/master.cf | grep y
This is useless, because:
> # service type private unpriv chroot wakeup maxproc command + args
> # (yes) (yes) (yes) (never) (100)
The chroot setting defaults to yes, so a 'y' does not nee
Stephen Liu wrote, at 06/09/2008 09:55 PM:
> Jun 10 09:14:10 lampserver postfix/lmtp[4989]: 40275878215:
> to=<[EMAIL PROTECTED]>, relay=none, delay=0, status=deferred
> (connect to
> /var/run/cyrus/socket/lmtp[/var/run/cyrus/socket/lmtp]: Permission
> denied)
> $ sudo ls -l /var/run/cyrus/socket
Stephen Liu wrote, at 06/10/2008 07:42 AM:
> --- Jorey Bump <[EMAIL PROTECTED]> wrote:
>
>> Stephen Liu wrote, at 06/09/2008 09:55 PM:
>>
>>> Jun 10 09:14:10 lampserver postfix/lmtp[4989]: 40275878215:
>>> to=<[EMAIL PROTECTED]>, relay=none, delay
Stephen Liu wrote, at 06/10/2008 09:21 AM:
>>> The output here is;
>>> $ id postfix
>>> uid=107(postfix) gid=111(postfix) groups=111(postfix)
>> Yes. Now add the postfix user to the mail group, and the permissions
>> error should disappear.
>
> I'm prepared to run;
>
> $ sudo groupadd mail -g 1
Derek Croxton wrote, at 07/11/2008 02:36 PM:
> I'm migrating a cyrus + postfix server to Ubuntu Hardy. Everything
> else works -- old mail is migrated, I can read it, and I can send
> mail -- but I can't receive mail. It gets stuck in postfix, with the
> error "warning: connect #[x] to subsystem pr
Steve Webb wrote, at 07/21/2008 04:35 PM:
> 1.) If a pop user selects "keep messages on server" they start to see
> duplicate emails. I saw that other people on the listserv have also had
> the same issues, but there's not been any resolution to this issue. Q:
> How come Cyrus doesn't implem
I've discovered that a user's folder suddenly contains a couple of
thousand duplicate messages. Each pair of messages shares the same inode
(ext3) but has a different filename (for example, 15715. and 21534.). I
haven't determined the cause yet, but I believe it may be due to an
aborted attempt
Wesley Craig wrote, at 08/25/2008 10:45 PM:
> I've seen this before with Thunderbird. As I recall, Thunderbird
> requests a lengthy operation but times out (or fills a buffer?) before
> getting a result back. It then tries the operation again, until the
> mailbox is woefully full.
Interesting
John Thomas wrote, at 08/25/2008 11:01 PM:
> Jorey Bump wrote:
>> I've been asked to remove the duplicates. Can anyone recommend a safe
>> and simple method for doing so?
>
> I have had success with this Thunderbird extension
> https://addons.mozilla.org/en-US/thund
Ciprian Marius Vizitiu wrote, at 09/16/2008 08:17 AM:
> As much as I hate it time has come to upgrade my very well behaved Cyrus
> imapd so I was wondering: given the rock solid stability I have
> experienced with 2.2.12 is there any 2.3.x Cyrus with some close record
> of stability? What is your
David Lang wrote, at 09/18/2008 12:12 AM:
> doign a quick google check on maildir it also appears that maildir is not as
> standard as people think it is, it's defined almost entirely by the
> implementation (DJB started it, but never worked to turn it into a standard
> for
> others to use)
Th
Jason Voorhees wrote, at 10/13/2008 01:58 PM:
> A simple question:
> Is there any kind of problem if a unique IMAP account is used by more
> than one client at the same time?
It can be done...
> I'm thinking to give access to all my users (up to 90 users) trough MS
> Outlook to a unique IMAP acc
Ciprian Marius Vizitiu (GBIF) wrote, at 11/03/2008 01:04 PM:
> I'm trying to migrate a small 120GB IMAP store from a 32 bit Cyrus 2.2.12 on
> RHEL4 to a 64 bit Cyrus 2.3.7 running on RHEL5.
>
> Multiple test runs of imapsync on a 4.2 GB folder will result in annoying
> errors e.g. one of the des
Frank Richter wrote, at 11/05/2008 10:58 AM:
> Hi,
> I've a cyrus-imapd 2.3.12 installation with these options in imapd.conf
>
> tls_cert_file: /etc/exim/etc/server.crt
> tls_key_file: /etc/exim/etc/server.key
> tls_ca_file: /etc/pki/tls/certs/ca-chain.crt
> tls_require_cert: 0
>
> SSL and STA
Goetz Babin-Ebell wrote, at 11/13/2008 03:57 PM:
> If you don't want to do client authentication, why do you set
> tls_ca_file at all ?
Hmm, I do it to suppress these errors:
TLS server engine: cannot load CA data
Setting tls_ca_file to a properly formatted bundle suppresses the error,
but now
Frank Richter wrote, at 11/14/2008 03:20 AM:
> Thanks, but ...
> I did this - not defining a tls_ca_file, and adding my CA chain to
> tls_cert_file. I'm getting the same behavior - Thunderbird is asking for a
> client cert. And the log entry:
>TLS server engine: No CA file specified. Client
This is the first time I've used sieveshell since upgrading to Cyrus
IMAPd 2.3.13. It will prompt me for my password, but once I log in, it
simply hangs without any feedback or providing a '>' command prompt.
According to the log, login was successful:
sieve[29093]: login: localhost[127.0.0.1] jo
OBATA Akio wrote, at 12/24/2008 09:19 AM:
> Hi,
>
> On Wed, 24 Dec 2008 23:09:27 +0900, Jorey Bump wrote:
>
>> This is the first time I've used sieveshell since upgrading to Cyrus
>> IMAPd 2.3.13. It will prompt me for my password, but once I log in, it
>> s
mno wrote, at 01/10/2009 03:58 AM:
> I'm using cyrus with IMAPs and POP3s and would like to use different
> certificates
> Looking at the default imap.conf file I have different parameters for a
> global certificate
> As well as individual params for Cert/keys for IMAP/ POPs etc.
>
> When confi
Bron Gondwana wrote, at 01/10/2009 04:56 AM:
> So - no filesystem is sacred. Except for bloody out1 with its 1000+
> queued postfix emails and no replication. It's been annoying me for
> over a year now, because EVERYTHING ELSE is replicated. We've got
> some new hardware in place, so I'm inves
mno wrote, at 01/12/2009 12:34 PM:
> 2) the right name for the option is pop3s_tls_cert_file and
> pop3s_tls_key_file,
[snip]
> Though I' not a programmer, I had a look at the source itself and did not
> find any hint for the
> Use of pop3_tls_cert_file and pop3_tls_key_file.
> These params are
Jeff Blaine wrote, at 01/16/2009 10:12 AM:
> With the tls_ca_file line removed, Thunderbird asked me
> to specify a client certificate, I chose my cert and
> entered my password to access it.
That sounds backwards. My understanding is that setting tls_ca_file is
what will cause some clients to pro
Andrew McNamara wrote, at 01/19/2009 01:29 AM:
>> Yeah, except Postfix encodes the inode of the queue files in its queue
>> IDs, so it gets very confused if you do this. Same with restoring
>> queues from backups.
>
> You should be able to get away with this if, when moving the queue to
> another
Jeff Blaine wrote, at 01/21/2009 01:36 PM:
> bash-2.05# su cyrus -c "/imapsrv/mail/cyrus/bin/imtest -t
> /var/imap/server.pem imapsrv"
My understanding is that you only specify a keyfile if you're testing
client certificate authentication. For a normal test of TLS encryption,
it should be empty
Alain Williams wrote, at 02/13/2009 10:30 AM:
> [23~On Fri, Feb 13, 2009 at 03:21:06PM +, Ian Eiloart wrote:
>>
>> --On 13 February 2009 14:35:43 + Alain Williams
>> wrote:
>>
>>> That got me thinking
>>> I rate limit ssh connections to try to prevent dictionary attacks (3
>>> attemp
Martin Schweizer wrote, at 02/14/2009 11:30 AM:
> Since the update to .13 I can no longer login to sieve as a regular
> user (also not by sieveshell). Only root can login by sieveshell. If I
> want to login as a regular user by sieveshell the password prompt
> cames up and I can type in the passwo
Jorey Bump wrote, at 02/14/2009 12:13 PM:
> Martin Schweizer wrote, at 02/14/2009 11:30 AM:
>
>> Since the update to .13 I can no longer login to sieve as a regular
>> user (also not by sieveshell). Only root can login by sieveshell. If I
>> want to login as a regula
Edwin Boersma wrote, at 02/23/2009 07:43 AM:
> Hi,
>
> Just to make it clear: the problem only occurs with the default domain,
> not with other virtual domains. All user are in the SQL database, and
> cyrus does a correct translation to the mailbox for all the others. The
> only problem is that th
Bron Gondwana wrote, at 03/12/2009 07:42 AM:
> On Thu, Mar 12, 2009 at 02:55:03AM -0700, Carson Gaspar wrote:
>> Bron Gondwana wrote:
>>
>>> AAA+++ to cyr_conf! I'll write it up :) I think we want it to have the
>>> following spec:
>>>
>>> * cyr_conf - output all configuration variables and thei
Iv Ray wrote, at 05/14/2009 05:09 AM:
> On 14.05.2009, at 08:01, Rudy Gevaert wrote:
>> It is maybe your sasl not having enough entropy, as probably
>> squirelmail logs in for each request. Recompile sasl to use
>> /dev/urandom in stead of /dev/random
>
> Hi,
>
> No change.
>
> What else can it
Vladimir Vassiliev wrote, at 06/17/2009 09:02 AM:
>> Here is an extract from my imapd.conf file:
>>
>> admins: cyrus
>> imap_admins: cyrus
>> sasl_mech_list: LOGIN
>> sasl_minimum_layer: 1
>> sasl_maximum_layer: 256
>> sasl_pwcheck_method: saslauthd
>
> Maybe it's because of sasl_minimum_layer: 1
jul...@precisium.com wrote, at 07/01/2009 05:26 PM:
> Personally I agree it would be nice if Cyrus would do something
> to compensate for the deletion issue - but I can understand if there is a
> reluctance on the part of the developers to do this.
This issue involves the IMAP protocol and is
Greg A. Woods wrote, at 07/06/2009 05:42 PM:
> Personally I'd suggest Mac OSX and Apple Mail as a first cut for anyone
> who wants an easy-to-manage and easy-to-use, and half-decent MUA.
>
> It doesn't do everything I want to do as a hyper-experienced e-mail
> user, nor is it apparently easy to w
Ian Eiloart wrote, at 07/07/2009 12:20 PM:
>
> --On 7 July 2009 09:57:23 -0400 Jorey Bump wrote:
>
>> I disagree. Apple Mail has some fundamental usability issues that need
>> to be addressed. Every time I try it out, I can't get past the fact that
>> there
Ian Eiloart wrote, at 07/09/2009 05:39 AM:
> Except that the sieve server ought to be on the border MTA, so that the
> user can tell the server to reject the message at SMTP time.
That's not feasible for mail with multiple recipients.
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wi
Ian Eiloart wrote, at 07/09/2009 10:46 AM:
>
> --On 9 July 2009 09:54:31 -0400 Adam Tauno Williams
> wrote:
>
Ian Eiloart wrote, at 07/09/2009 05:39 AM:
> Except that the sieve server ought to be on the border MTA, so that the
> user can tell the server to reject the message at SMT
Yann Rouillard wrote:
Hi,
I am currently trying to standardize the use of special folders (Sent,
Drafts, ...) on our IMAP server as each imap client seems to use a
different name.
For that I would need to move messages from one folder to another for
all users, with all message flags preserved.
Yann Rouillard wrote:
Is there a particular problem you are trying to solve by doing this?
This is a user preference, and I know that I would want to kill any
admin that attempted to make the changes you are suggesting. :)
We've got a lot of different IMAP emails clients which use differents
f
Cyrus IMAP advertises IDLE, and the docs mention that the default method
is "poll", but shed little light on the use of idled as an alternative.
Which method is preferred, better performing (for users and/or servers),
and more robust?
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyru
Perry Brown wrote:
From a thread last month some fine folks on this listed suggested I
set up
tls for plain so that I could do an xfer of mailboxes from one host to
another.
I got that set up and I am able to do an imtest from one host to the
other one and it gets authenticated with plain+tl
John McMonagle wrote:
Took perl script from
http://www.dmzs.com/tools/files/spam.phtml
and modified it.
Send marginal scoring spam to a shared mailbox spamtrain.
So everyone gets to see each other's false positives? Very, very bad idea.
Have people sort messages to spam or ham folder.
You
John McMonagle wrote:
Jorey Bump wrote:
John McMonagle wrote:
Any simple way to find the local recipient the message was going to?
Deliver it to them first. Then they can volunteer a copy and you can
discard it after training. It's still a bad idea, but may be useful if
the partici
Marek Franke wrote:
Hello,
I'm trying to build cyrus-imapd-2.3.6 on my Slackware 10.0, but it
always failed (hope these lines are enough):
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1695): In function
`mycommit':
/usr/src/Network/cyrus-imapd-2.3.6/lib/cyrusdb_berkeley.c:924: undefined
re
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. [EMAIL PROTECTED])
and I don't know how to do that
I'm using cyradm for creating mailboxes..
can anyone help me, please ?
While
Mario Pavlov wrote:
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:
=
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
former03 | Baltasar Cevc wrote:
On 31.08.2006, at 14:11, Jorey Bump wrote:
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
[EMAIL PROTECTED] wrote:
Hi,
Can you please tell me how can I change and debug the cyrus
code? I have found that the code is in
/usr/src/debug/cyrus-imapd-2.3.7/ on my machine. Can you
please tell me if this is the right place to modify the code?
And in what sequence the code is executed?
The s
Rudy Gevaert wrote:
[EMAIL PROTECTED]:/tmp$ telnet mail2.ugent.be sieve
Trying 157.193.71.18...
Connected to mail2.ugent.be.
Escape character is '^]'.
"IMPLEMENTATION" "Cyrus timsieved v2.3.7"
"SIEVE" "comparator-i;ascii-numeric fileinto reject vacation imapflags
notify envelope relational rege
Ciprian Vizitiu wrote:
If it's only a few users why not have them use the MUA? In Outlook one can
create local (read: on the hdd) .pst files as exports of an IMAP folder. I
think in Mozilla Thunderbird one can also "drag/drop" messages from IMAP to
"Local Folders". Only catch is of course the fa
I just used imapsync to migrate some accounts from a UW server to Cyrus
IMAP. Things went fairly smoothly, except when encountering parent
directories that contained mboxes:
From Folder mail/archive/reports : Could not select 2314
NO SELECT failed: Can't open mail/archive/reports:
not a sele
Kjetil Torgrim Homme wrote:
On Mon, 2006-09-18 at 16:41 -0400, Jorey Bump wrote:
I have another server to migrate, and would like these subdirectories to
be recreated properly during the process, as there are many more
accounts to move. Has anyone else encountered this and found a solution
Michael Menge wrote:
Hi,
i had the same problem with the mailutils from UW-Imap.
You can simulate this behavior with
cm user.jorey.archive.reports.mail
cyrus would only create the folder user.jorey.archive.reports.mail as
normal Folder but not the parent directories.
I found no option to crea
Sarah Walters wrote:
Benjamin,
I need to reconstruct everyone mailbox. But should I need to take
the mail server down?
or just have people close email and still allow incoming messages?
Just queue the mail on your MTA (sendmail, postfix, exim, qmail,
esoteric-server-of-your-choice). If the
Daniel Eckl wrote:
Hmmm yes, I want to second that. I have often restored accidentally
deleted mail folders from tape, copied them back into the mailbox
structure and reconstructed the folder. I never had any issue with that...
Does anybody really know any drawback of reconstructing without dow
I've just finished migrating a number of accounts from a UW-IMAP server.
I'd like to recursively create mailboxes in the user namespace where
there are no cyrus.* files in the folder:
/var/spool/imap/user/bob/parent/child/grandchild
corresponds to the user namespace:
user.bob.parent.child.
I've recently switched all of my servers to Cyrus IMAP, and have
encountered a problem that didn't appear during testing on my home network.
When using Thunderbird, it will periodically hang when accessing a
folder, then a dialog will be displayed with this message:
Connection to server mail
Sol wrote:
Hello folks,
I've tinkered with cyrus imapd for some hours now and gladly got everything
working the way i wanted. But still one single question remains.
Is there a way (by means of cyrus not my mta) to set aliases for a mailbox
(Like letting mails for [EMAIL PROTECTED] end up in [EMA
Andi Voss wrote:
I'm using cyrus-sasl-2.1.22 and cyrus-imap-2.2.12 on two Slackware boxes.
What versions of Slackware?
On one system everything is fine, everything works like it should be, but
on the other system cyradm is not working at all. When I try to login
with: #cyradm --user cyrus -
Marten Lehmann wrote:
Hello,
Did you create it with
cm [EMAIL PROTECTED]
no, just with
cm [EMAIL PROTECTED]
What is the "user." for? I thought this is just a relict from
See this for an explanation:
http://cyrusimap.web.cmu.edu/imapd/overview.html#mboxnamestd
It's a common mistake to f
Marten Lehmann wrote:
Hello,
the documentation says, that one should use an address like
[EMAIL PROTECTED] to delivery a message directly into the Junk-folder of
[EMAIL PROTECTED] I noticed that this doesn't work and the mail is delivered
to INBOX instead.
However, I found out that I have t
Marten Lehmann wrote:
Hello,
Configure TLS. "man imapd.conf",
./doc/(text/)install-configure(.html), ...
I already have TLS resp. SSL (on separate ports)! But STARTTLS is an
extension so you can use SSL through the common pop3 or imap port (not
the special SSL one), because with STARTTLS yo
Marten Lehmann wrote:
Hello,
So, as Andreas indicated, configuring TLS should be enough to offer
STARTTLS. The only configuration I needed to do was to add something
like this to imapd.conf (Cyrus-IMAPD 2.3.7):
again: TLS/SSL works! But Cyrus doesn't offer STARTTLS (using
cyrus-imapd-2.2.12
Marten Lehmann wrote:
Hello,
Good, now show us your imapd.conf and any tls errors that appear in
your log.
configdirectory: /cyrus/config
partition-default: /cyrus/spool
admins: cyrus
sievedir: /cyrus/config/sieve
sendmail: /usr/sbin/sendmail
altnamespace: true
hashimapspool: true
unixhierar
Phil Chambers wrote:
This is an update on progress with diagnosing my problem with LMTP/IMAP hanging.
My diagnosis with reconstruct was a red herring! While I was patching
reconstruct to give diagnostics Exim tried a delivery and lmtpd locked the
user's cyrus.header file before hanging. When
Timo Veith wrote:
I am still having the problem, isn't there anyone who has a hint for me? I
changed the io scheduler from cfq to deadline, raised file descriptor
limit to 30 and still have no betterment. :(
Just a thought, but can you try switching to a 2.4.x kernel? The 2.6
series seems
1 - 100 of 152 matches
Mail list logo