Re: switch master/slve replication

2018-06-27 Thread Antonio Conte
* 27/06/2018, Bron Gondwana wrote :
>Yep, that will be enough.  The only thing it might not catch is if
>there are users on the replica which aren't present on the master (for
>whatever reason)... in that case, they will remain on the replica
>still.

ok I check, but I don't think I have other user on replica.

thanks a lot for reply

Antonio

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


switch master/slve replication

2018-06-26 Thread Antonio Conte
hi all,

I have to switch a master/replica in rolling replication.

How I can be sure the replication is totally done ? it's
enough to run

/usr/lib/cyrus/sync_client -v -A

from master ? and then, which operation I have to do ?

thanks in advance

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


disable SSLv3

2014-10-17 Thread Antonio Denizor
Hi,

I'm trying to protect myself from POODLE SSLv3 Vulnerability, I have
cyrus-imapd-2.3.7-12 and CentOS release 5.9, I need a help, how to disable
SSLv3 in my Cyrus IMAP server?

Bestregards,
Antonio Denizor

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

remove server from murder

2013-03-23 Thread Antonio Conte
hi all,

I've moved a series of maildir from one server to another ... on the
old server are remained the maildir renamed with the old_ prefix, and
now on the murder I've this entries assigned to the old mailserver.

now I want to remove totally this server from murder ... what is the
better way to do this ? I've to delete the maildir and give

ctl_mailbox -m

?

thanks in advance

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Cyrus 2.4 converting quota

2013-01-08 Thread Antonio Conte
* 08/01/2013, Peter Allgeyer wrote :
 Hi!
 
 I've upgraded Cyrus from 2.2 to 2.4.16. Everything seems working. The 
 only point is that error message in the log:
 
 Jan  8 09:55:49 mail04 cyrus/ctl_cyrusdb[2280]: recovering cyrus databases
 Jan  8 09:55:49 mail04 cyrus/ctl_cyrusdb[2280]: converting 
 /var/imap/config/quotas.db from skiplist to quotalegacy
 Jan  8 09:55:49 mail04 cyrus/ctl_cyrusdb[2280]: skiplist: checkpointed 
 /var/imap/config/quotas.db (178 records, 10244 bytes) in 0 seconds
 Jan  8 09:55:50 mail04 cyrus/ctl_cyrusdb[2280]: failed to rename 
 upgraded file /var/imap/config/quotas.db
 
 Database for quota should be skiplist, as defined in /etc/imapd.conf. 
 Anyone who can explain, what's going on there?
 
 best regards

permissions on file/directory ?

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: Thunderbird: Unknown code IMAP 48

2012-03-30 Thread Antonio
* 30/03/2012, Bron Gondwana wrote :
 If you build Cyrus yourself, can you send a copy of the file
 imap/imap_err.h.  I'm surprised at a small positive number -
 it feels like a size and an error code have been mixed up.

this is imap_err.h extracted and build into the work directory
of the freebsd port:

[FILE]
/*
 * imap_err.h:
 * This file is automatically generated; please do not edit it.
 */
#define IMAP_INTERNAL(-1904809472L)
#define IMAP_IOERROR (-1904809471L)
#define IMAP_SYS_ERROR   (-1904809470L)
#define IMAP_NOSPACE (-1904809469L)
#define IMAP_PERMISSION_DENIED   (-1904809468L)
#define IMAP_QUOTA_EXCEEDED  (-1904809467L)
#define IMAP_MESSAGE_TOO_LARGE   (-1904809466L)
#define IMAP_USERFLAG_EXHAUSTED  (-1904809465L)
#define IMAP_NAMESPACE_BADPREFIX (-1904809464L)
#define IMAP_MAILBOX_BADFORMAT   (-1904809463L)
#define IMAP_MAILBOX_CRC (-1904809462L)
#define IMAP_MAILBOX_NOTSUPPORTED(-1904809461L)
#define IMAP_MAILBOX_NONEXISTENT (-1904809460L)
#define IMAP_MAILBOX_EXISTS  (-1904809459L)
#define IMAP_MAILBOX_BADNAME (-1904809458L)
#define IMAP_MAILBOX_MOVED   (-1904809457L)
#define IMAP_MAILBOX_RESERVED(-1904809456L)
#define IMAP_MAILBOX_LOCKED  (-1904809455L)
#define IMAP_PARTITION_UNKNOWN   (-1904809454L)
#define IMAP_INVALID_IDENTIFIER  (-1904809453L)
#define IMAP_MESSAGE_CONTAINSNULL(-1904809452L)
#define IMAP_MESSAGE_CONTAINSNL  (-1904809451L)
#define IMAP_MESSAGE_CONTAINS8BIT(-1904809450L)
#define IMAP_MESSAGE_BADHEADER   (-1904809449L)
#define IMAP_MESSAGE_NOBLANKLINE (-1904809448L)
#define IMAP_QUOTAROOT_NONEXISTENT   (-1904809447L)
#define IMAP_PROTOCOL_ERROR  (-1904809446L)
#define IMAP_PROTOCOL_BAD_PARAMETERS (-1904809445L)
#define IMAP_ANNOTATION_BADENTRY (-1904809444L)
#define IMAP_ANNOTATION_BADATTRIB(-1904809443L)
#define IMAP_ANNOTATION_BADVALUE (-1904809442L)
#define IMAP_BADURL  (-1904809441L)
#define IMAP_ZERO_LENGTH_LITERAL (-1904809440L)
#define IMAP_BAD_SERVER  (-1904809439L)
#define IMAP_SERVER_UNAVAILABLE  (-1904809438L)
#define IMAP_REMOTE_DENIED   (-1904809437L)
#define IMAP_AGAIN   (-1904809436L)
#define IMAP_NOT_SINGULAR_ROOT   (-1904809435L)
#define IMAP_REMOTE_NO_MULTIAPPEND   (-1904809434L)
#define IMAP_UNRECOGNIZED_CHARSET(-1904809433L)
#define IMAP_INVALID_USER(-1904809432L)
#define IMAP_INVALID_LOGIN   (-1904809431L)
#define IMAP_ANONYMOUS_NOT_PERMITTED (-1904809430L)
#define IMAP_UNSUPPORTED_QUOTA   (-1904809429L)
#define IMAP_SASL_FAIL   (-1904809428L)
#define IMAP_SASL_CANCEL (-1904809427L)
#define IMAP_SASL_PROTERR(-1904809426L)
#define IMAP_NO_OVERQUOTA(-1904809425L)
#define IMAP_NO_CLOSEQUOTA   (-1904809424L)
#define IMAP_NO_MSGGONE  (-1904809423L)
#define IMAP_NO_CHECKSEEN(-1904809422L)
#define IMAP_NO_CHECKPRESERVE(-1904809421L)
#define IMAP_NO_NOSUCHMSG(-1904809420L)
#define IMAP_NO_NOSUCHANNOTATION (-1904809419L)
#define IMAP_NO_UNKNOWN_CTE  (-1904809418L)
#define IMAP_BYE_LOGOUT  (-1904809417L)
#define IMAP_OK_COMPLETED(-1904809416L)
extern void initialize_imap_error_table ();
#define ERROR_TABLE_BASE_imap (-1904809472L)

/* for compatibility with older versions... */
#define init_imap_err_tbl initialize_imap_error_table
#define imap_err_base ERROR_TABLE_BASE_imap
[/FILE]
 
 Even better, if you can get a trace (telemetry or a trace
 from within Thunderbird) showing what command was being run
 at the time.

I've found a sub maildir that the user can't see ... I've
unsubscribed/subscribe the maildir and now I'm wating for
a feedback ...
If the problem returns, I try to trace (on Mac ??) Thunerbird

thanks a lot

Antonio

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Thunderbird: Unknown code IMAP 48

2012-03-29 Thread Antonio
hi all,

using Thunderbird on Mac some user's have the error Unknown code IMAP 48. 
searching
with google and looking in the source I've seen that this message is returned
when Cyrus don't find the error message.

what can I do to find the error and suppress this message ? 

The version is the cyrus-imapd-2.4.14 on FreeBSD 8.1 with murder and
sync_replication.

tanks in advance

Antonio

p.s. sorry for the english

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Can't compile cyrus 2.4.8

2011-05-20 Thread Antonio
* 20/05/2011, Fabio S. Schmidt wrote :
Hi ! I'm trying to compile cyrus 2.4.8 on debian lenny x86_64, but it
stops with several krb5 errors, what have I misunderstood?
/lib/libcyrus.a(auth_krb5.o): In function `mycanonifyid':
/usr/src/cyrus-imapd-2.4.8/lib/auth_krb5.c:121: undefined reference to
`krb5_init_context'

have you installed kerberos ? same problem on FreeBSD, solved installing
MIT kerberos from ports ...

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: sync_client and seenptr

2011-04-22 Thread Antonio
* 22/04/2011, Rudy Gevaert wrote :
 
 Hi Antonia, please check the devel list :)

Antonio ;-) tanx ...

--
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


sync_client and seenptr

2011-04-21 Thread Antonio
hi all,

sometimes the sync_client die with the message that a assert failed ...
I've seen that seen_open() in seen_db.c returns a code != 0 if
something failed, and the sync_client simply ignore and return 0 in this case 
...

is necessary the assert check into the code or can i comment out it ?

[CODE]
sync_client.c

static int do_seen(char *user, char *uniqueid)
{
int r = 0;
struct seen *seendb;
struct seendata sd;

/* ignore read failures */
r = seen_open(user, SEEN_SILENT, seendb);
if (r) return 0;
...

seen_db.c

int seen_open(const char *user,
int flags,
struct seen **seendbptr)
{
struct seen *seendb = NULL;
char *fname = NULL;
int dbflags = (flags  SEEN_CREATE) ? CYRUSDB_CREATE : 0;
int r;

assert(user);
assert(*seendbptr == NULL);
[/CODE]

tanks in advance

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


mupdate ... wrong in mailbox list

2011-04-18 Thread Antonio
hi all,

in the backend logs I've found many of this messages:

Apr 18 10:07:12 locserver mupdate[40904]: local mailbox user.. wrong in 
mailbox list

but the backend seem to work, and the murder too ... the ctl_mboxlist -d on the
two servers report the mailbox correctly ...

what can I do ? tanks in advance

Antonio

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


murder csync and inexistent mailbox

2011-04-15 Thread Antonio
hi all,

after a disk problem with a frontend/backend unified in replication
with csync with another backend, I've resolved the disk problem, but
I've found a mailbox of a local user marked as remote:

user.xxx 0 mydomain xxx  lrswipkxtecda
user.xxx.Drafts  0 mydomain xxx  lrswipkxtecda
user.xxx.Trash   0 mydomain xxx  lrswipkxtecda
user.xxx.Trash.ANNO_2007_VARIE   1 mail.mydomain.it!mydomain xxx
lrswipkxtecda

the last line is the problem ... when I try to change ACL on the mbox
to delete the mailbox with cyradm, the server continuously request a password 
and don't let me go ahead ...

the domain mail.mydomain.it is on a IP alias shared between master and replica
server with ucarp.

what can I do ?

tanx in advance

Antonio

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: murder csync and inexistent mailbox

2011-04-15 Thread Antonio
* 15/04/2011, Antonio wrote :
 hi all,
 
 after a disk problem with a frontend/backend unified in replication
 with csync with another backend, I've resolved the disk problem, but
 I've found a mailbox of a local user marked as remote:

I've resolved with a ctl_mboxlist -d = edit with vi = ctl_mboxlist -u

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: murder and mailbox rename

2011-04-06 Thread Antonio
* 06/04/2011, Simon Matter wrote :
  hi all,
 
  I've configured 4 imap server as murder frontend/backend unified with
  one murder server. All seem to work, but when users rename a mailbox
  on the same backend the mails disappear, and I've to rebuild the maildir
  loosing all flags.
 
  There is some thing to configure or to check on unified or on murder ?
 
 Maybe what you see is related to this?
 http://asg.andrew.cmu.edu/archive/message.php?mailbox=archive.info-cyrusmsg=52544

exactly  tanks a lot !

Antonio

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


murder and mailbox rename

2011-04-05 Thread Antonio
hi all,

I've configured 4 imap server as murder frontend/backend unified with
one murder server. All seem to work, but when users rename a mailbox
on the same backend the mails disappear, and I've to rebuild the maildir
loosing all flags.

There is some thing to configure or to check on unified or on murder ?

tanks in advance

Antonio

-- 
Never try to teach a pig to sing.
It wastes your time and annoys the pig.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Folder allowed character

2008-11-18 Thread Antonio Talarico
Hi
Where i can found a list with allowed character for a folder name?

-- 
Antonio Talarico

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


Sieve Authentication

2008-10-10 Thread Antonio Talarico
Hi
Which file contains the configuration for users who can authenticate.
How can enable a user to log in and add script.
Thank you

-- 
Antonio Talarico

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: Error with multiple destination messages

2004-02-29 Thread Antonio Alberto Lobato
On Sun, 29 Feb 2004 19:56:29 +0100, Stefan Nitz [EMAIL PROTECTED]
wrote: dear listeners,
 
 Am Samstag, 28. Februar 2004 22:54 schrieb Antonio Alberto Lobato:
 
  Im using Postfix and Cyrus 21 (debian woody). When a user sends
  a single mail to more than one recipient (with 'To: asd,teste'
  in compose window), despite these msgs arrives to their
  destination, the sender receives a mail msg error from postfix
  (with one Mailbox does not exist for each recipient tried).
 
  When I send it to non local destinations
  (like [EMAIL PROTECTED],tomlobato1hotmail.com) all works fine.
  So, I think my problem lies on some part of the postfix/cyrus
  interface.
 
  Feb 28 16:55:54 mobile postfix/pipe[2113]: 87D1849EDC:
  to=[EMAIL PROTECTED], relay=cyrus, delay=0, status=bounced (data
  format error. Command output: : Mai lbox does not exist )
 
 Maybe your master.cf of your postfix configuration is brocken. my
 working cyrus entry looks like:
 
 cyrus unix  -   n   n   -   -   pipe
   user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension}
   ${user}
 
 But it's better to use LMTP for local delivery. My working entrys in
 postfix main.cf are:
 #mailbox_transport = cyrus
 mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
 
 peace  luck
 Stefan

They was wrong. I solved my problem talking with Wietse Venema (postfix
maker)... Putting the line

default_destination_recipient_limit = 1

in /etc/postfix/main.cf solves all.
Thank you anyway.


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


Error with multiple destination messages

2004-02-28 Thread Antonio Alberto Lobato



(Rewrite of another previous topic...)

Im using Postfix and Cyrus 21 (debian woody). When a user sends a
single mail to more than one recipient (with 'To: asd,teste' in compose
window), despite these msgs arrives to their destination, the sender
receives a mail msg error from postfix (with one Mailbox does not
exist for each recipient tried).

When I send it to non local destinations 
(like [EMAIL PROTECTED],tomlobato1hotmail.com) all works fine. So, I
think my problem lies on some part of the postfix/cyrus interface.

Can someone light what is happening ?

Here is a edited syslog extract concerning to postfix receiveing a mail
(via smtp) and trying to delivery it to cyrus21 via lmtp. Despite errors
and a mail bounced to sender with two messages Mailbox does not exist,
both recipients([EMAIL PROTECTED] and [EMAIL PROTECTED]) received it
from sender 'tom'. 
Postfix part:

Feb 28 16:55:54 mobile postfix/cleanup[2111]: 87D1849EDC:
message-id=20040228 [EMAIL PROTECTED]
Feb 28 16:55:54 mobile postfix/smtpd[2121]: disconnect from
localhost[127.0.0. 1]
Feb 28 16:55:54 mobile postfix/qmgr[1703]: 87D1849EDC:
from=[EMAIL PROTECTED], size=498, nrcpt=2 (queue active)

Cyrus part:

Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: accepted connection
Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: lmtp connection preauth'd as
postman Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: duplicate_check:
20040228165554.5e9 [EMAIL PROTECTED] user.asd 0
Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: mystore: starting txn
2147483715 Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: mystore: committing
txn 2147483715 Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: duplicate_mark:
20040228165554.5e95 [EMAIL PROTECTED] user.asd
1077998154 Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: duplicate_check:
20040228165554.5e9 [EMAIL PROTECTED] user.teste   0
Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: mystore: starting txn
2147483716 Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: mystore: committing
txn 2147483716 Feb 28 16:55:54 mobile cyrus/lmtpd[2115]: duplicate_mark:
20040228165554.5e95 [EMAIL PROTECTED] user.teste  
1077998154

Postfix part:

Feb 28 16:55:54 mobile postfix/pipe[2113]: 87D1849EDC:
to=[EMAIL PROTECTED], relay=cyrus, delay=0, status=bounced (data format
error. Command output: : Mai lbox does not exist )
Feb 28 16:55:55 mobile postfix/pipe[2113]: 87D1849EDC:
to=[EMAIL PROTECTED], relay=cyrus, delay=0, status=bounced (data
format error. Command output: : M ailbox does not exist )
Feb 28 16:55:55 mobile postfix/cleanup[2111]: 0433849EDD:
message-id=20040228 [EMAIL PROTECTED]
Feb 28 16:55:55 mobile postfix/qmgr[1703]: 0433849EDD: from=,
size=2294, nrc pt=1 (queue active)


Cyrus part:

Feb 28 16:55:55 mobile cyrus/lmtpd[2115]: accepted connection
Feb 28 16:55:55 mobile cyrus/lmtpd[2115]: lmtp connection preauth'd as
postman Feb 28 16:55:55 mobile cyrus/lmtpd[2115]: duplicate_check:
2004022819.043 [EMAIL PROTECTED]   user.tom 0
Feb 28 16:55:55 mobile cyrus/lmtpd[2115]: mystore: starting txn
2147483717 Feb 28 16:55:55 mobile cyrus/lmtpd[2115]: mystore: committing
txn 2147483717 Feb 28 16:55:55 mobile cyrus/lmtpd[2115]: duplicate_mark:
2004022819.0433 [EMAIL PROTECTED]   user.tom
1077998155

Postfix part:

Feb 28 16:55:55 mobile postfix/pipe[2113]: 0433849EDD:
to=[EMAIL PROTECTED], relay=cyrus, delay=0, status=sent (mobile)


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


Mailbox does not exist with multipe recipients msgs

2004-02-27 Thread Antonio Alberto Lobato

Hi all!


I made this question on postfix mailing list and they recommended make 
it here.
Im using Postfix 1.1.11 and Cyrus 2.1.15 for exchange mails for about
100 users. All works fine if users send messages to only one recipient
each time. When 'To:' field is feed with two or more recipients, as 
'[EMAIL PROTECTED] , [EMAIL PROTECTED] , [EMAIL PROTECTED]', the sender receives the 
message 
Mailbox does not exist from Postfix server, despite some msgs 
(curiously) arrives to recipients.
My system is debian woody. Postfix uses 'local_transport =
cyrus' and Cyrus deliverys local mails via lmtp.

Can someone help me?

I already looked for these in the archives and faqs but found nothing
solving my problem.



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


Re: Problem with cyrus-imapd - outlook

2003-09-07 Thread Jose Antonio Becerra Permuy
El Viernes, 5 de Septiembre de 2003 17:32, James Miller escribió:
 I had a similar problem; check the interval the client checks for mail.  I
 had a user who was checking every minute and had about 50 folders.  It was
 sometimes taking longer than a minute to complete the check when the next
 check would attempt to start.  Setting a higher interval for checking mail
 took care of the problem.

I have made a test using a new e-mail account with neither folders nor mails 
and the problem was still there :-( Do you know if there is some tool in 
Windows similar to unix' strace to see what happens with outlook when it 
freezes?
Regards.



Re: Problem with cyrus-imapd - outlook

2003-09-05 Thread Jose Antonio Becerra Permuy
El Miércoles, 3 de Septiembre de 2003 22:25, pheonix1t escribió:
 did you try installing the outlook updates?  I had similar problems,
 after installing all the updates from the ms office update website, it
 worked fine.

Yes, I tried it with the updates, without success :-(
What is really amazing is that there is only one machine with problems, when 
all the machines have the same S.O. and the same outlook. And the problem 
happens many times, but not always. And only with outlook but not with 
outlook express. I am lost!
Regards.



Problem with cyrus-imapd - outlook

2003-09-03 Thread Jose Antonio Becerra Permuy
Hi everybody!
I have a very strange problem and I write this to see if somebody else have 
face it before.
The imap server is cyrus-imapd 2.1.14.
Clients are Microsoft Outlook XP running on Windows XP.
Four clients have no problems at all.
One client hangs many times (70% more or less) when trying to access to the 
imap server. It only happens in this machine. It happens with every user. The 
same users can use outlook in the other machines without problems. Outlook 
Express works well in this machine (but the user wants Outlook XP). I already 
have tried the usual and desperated method of formating and reinstalling 
everything in the windows machine without success.
I have captured the network traffic between client and server with tcpdump.
Failed connection (I have hidden domain, user and password):

* OK www.domain.com Cyrus IMAP4 v2.1.1 CAPABILITY.
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA L0001 LOGIN x y.
0001 OK User logged in.
0002 IDLE.
+ idling.
DONE.
0002 OK Completed.
0004 IDLE.
+ idling.

Successfull connection:

* OK www.domain.com Cyrus IMAP4 v2.1.1 CAPABILITY.
* CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA L0001 LOGIN x y.
0001 OK User logged in.
0002 IDLE.
+ idling.
DONE.
0002 OK Completed.
0003 LIST  .
* LIST (\Noselect) . .
0003 OK Compl0004 LIST  INBOX.
* LIST (\HasNoChildren) . INBOX.
005 LSUB  *.
* LSUB () . INBOX.
0005 OK Completed0006 IDLE.
+ idling.
DONE.
0006 OK Completed.
0008 IDLE.
+ idling.
DONE.
 LOGOUT.
0008 OK Completed.
* BYE LOGOUT received

It seems that outlook sometimes doesn't send LIST command (?!). I am 
absolutely lost. If somebody can help me I will be very grateful.
Regards.



Solaris+cyrus_imap+sendmail

2002-09-19 Thread Antonio Xu

Hello, All
   I'm a volunteer work for mozilla's mailnews, now I have set up a 
cyrus imap server for my testing, but I meet a problem of how to 
configure the cyrus's Imap server and make it can work with sendmail. I 
set up the server on solaris, so I meet some problme. I use solaris8 and 
cyrus-imapd-2.1.9. I need your help due to I could not find a correct 
document about how to configure sendmail and make it work with 
cyrus-imap on solaris. I only know I must edit sendmail.mc file and 
createsendmail.cf file with it. But I don't know how to hold my old 
setting like domain name, my sendmail.mc file like that
# divert(-1)
#
#(C) Copyright 2000 by Carnegie Mellon University
#
#This sample mc file is for a site that uses the Cyrus IMAP server
#exclusively for local mail. This requires Sendmail 8.10 or later.
#
# $Id: cyrusv2.mc,v 1.3 2000/09/09 04:02:11 leg Exp $

divert(0)dnl
VERSIONID(`cyrus v2 sample configuartion')

OSTYPE(`solaris8')
define(`confBIND_OPTS',`-DNSRCH -DEFNAMES')
define(`confTO_IDENT',`0')

dnl setting cyrus as the trusted user will make it easier to pass
dnl Sendmail's safefile checks.  however, it means that someone with the
dnl cyrus password could easily become root.
dnl define(`confTRUSTED_USER', `cyrus')

define(`confLOCAL_MAILER', `cyrus')

FEATURE(`nocanonify')
FEATURE(`always_add_domain')
MAILER(`local')
MAILER(`smtp')

MAILER_DEFINITIONS
Mcyrus,P=[IPC], F=lsDFMnqA/:|SmXz, E=\r\n,
   S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix,
   A=FILE /var/imap/socket/lmtp

LOCAL_RULE_0
Rbb + $+   $=w . $#cyrus $: + $1

I  used the above file for creating a  new sendmail.cf file,then restart 
sendmail, but now I can not receive or send  email with the new sendmail.cf
I need some advices about how to configure sendmail correctly setp by setp.
Thank you
Antonio Xu




Extremely slow pop, recover

2001-06-25 Thread Antonio Esquivel

Hi, have somone in the list seen a problem like this?

I upgraded from 1.6.24 to 2.0.14 about a week ago and since then the 
pop server has become extremely slow to answer, specialy when the 
server load is hi (4+)
The imap service works well and is fast, is only the pop that hangs 
on connection time, somtimes for more than a minute before it sends 
the hello message.
Also when I restart the service, the master process runs 
ctl_mboxlist -r, wich takes about 10 minutes, is this normal 
behavior? the recover takes that long? Or do you think that it have 
something to do with my problem.
Any ideas?

Thanks
-- 



New with questions about Cyrus

2001-01-17 Thread Antonio Navarro Navarro

Hi All !!

I have installed a RedHat 7.0 machine with the latest rpm for cyrus-imapd
from Raw Hide. I want to know a little more about the features of this
server. Until now I'm using QMail as POP3/SMTp server, and have the
following questions:

1.- Which one is the better MTA for use with Cyrus, sendmail or postfix ?
2.- Can I handle virtual domains under Cyrus ? ([EMAIL PROTECTED],
[EMAIL PROTECTED], etc.. as different users) How ?
3.- Can I maintain my actual login userid for Qmail under POP3
(user%domain.tld or [EMAIL PROTECTED]) ?
4.- Can I allow some users to use only POP3 and other to use IMAp and POP3 ?

Best regards,

Antonio Navarro Navarro
BemarNet Management
http://www.bemarnet.es
[EMAIL PROTECTED]
Tlf. +34-96-1656644
Fax. +34-96-1656514