[Courier-imap] Maildir problem - maintenance or delete/recreate?

2007-07-17 Thread Simon
Hi,

Ok, I've been using courier-imap for quite a while and never had a 
problem, but I guess its bound to happen sooner or later.

Server: Courier-imap 4.0.6 on Gentoo Linux
Thunderbird 2.0.0.4 on Windows (XP Pro)

I have a lot of folders and messages (I subscribe to a lot of mail 
lists), and was doing some cleaning up. I generally never mass delete 
more than a few hundred messages at a time, but... well, I thought I had 
selected a few thousand, but right after I hit delete, I noticed it 
wasn't 3,000 I had selected, it was @ 30,000. Well, I decided to let it 
go and see what happened, but Thunderbird kind of went into la-la land, 
to the point I had to kill it, and now it does this every time I click 
on the Trash folder.

I have already deleted the local cache files from the TBird profile, so 
there is something wrong on the server side.

I don't have much experience manually manipulating maildirs, so would 
appreciate comments...

What I was going to do was first delete the folder:

rm -rf /var/virtual/domain.com/maildir/.Trash

then once it is all gone, do:

maildirmake -f Trash /var/virtual/domain.com/maildir

Or is there some kind of maintenance I can do on the folder to rebuild it?

Thanks for any/all assistance...

-- 

Simon

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Maildir problem - maintenance or delete/recreate?

2007-07-17 Thread Simon
Anyone? I'd really appreciate a comment from someone more knowledgeable, 
before I start rm'ing stuff...

Simon, on 7/17/2007 8:40 AM, said the following:
 Hi,
 
 Ok, I've been using courier-imap for quite a while and never had a 
 problem, but I guess its bound to happen sooner or later.
 
 Server: Courier-imap 4.0.6 on Gentoo Linux
 Thunderbird 2.0.0.4 on Windows (XP Pro)
 
 I have a lot of folders and messages (I subscribe to a lot of mail 
 lists), and was doing some cleaning up. I generally never mass delete 
 more than a few hundred messages at a time, but... well, I thought I had 
 selected a few thousand, but right after I hit delete, I noticed it 
 wasn't 3,000 I had selected, it was @ 30,000. Well, I decided to let it 
 go and see what happened, but Thunderbird kind of went into la-la land, 
 to the point I had to kill it, and now it does this every time I click 
 on the Trash folder.
 
 I have already deleted the local cache files from the TBird profile, so 
 there is something wrong on the server side.
 
 I don't have much experience manually manipulating maildirs, so would 
 appreciate comments...
 
 What I was going to do was first delete the folder:
 
 rm -rf /var/virtual/domain.com/maildir/.Trash
 
 then once it is all gone, do:
 
 maildirmake -f Trash /var/virtual/domain.com/maildir
 
 Or is there some kind of maintenance I can do on the folder to rebuild it?
 
 Thanks for any/all assistance...
 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] iPhone = Connection reset by peer errors

2008-01-02 Thread Simon
Forgot some specifics...

Gentoo Linux 2.6.17 kernel
Dual Opteron

Was happening with Courier-IMAP 4.0.6, and still happening now after 
upgrading to 4.3...

Simon, on 1/1/2008 3:46 PM, said the following:
 I've been getting this in my logs quite often ever since I set up my 
 bosses iPhone to access our server directly:
 
 imapd-ssl: couriertls: read: Connection reset by peer
 
 I really like the IMAP client on the iPhone, except for this. I wasn't 
 sure it was iPhone related, until we had someone else get one, and 
 theirs is doing the same thing.
 
 Don't misunderstand me... it seems to work fine, both sending and 
 accessing, but sometimes (not every time), I get the above error when 
 they connect (the error PRECEDES the rest of the normal logged events of 
 their session).
 
 I know this is most likely an iPhone issue, but I was just curious if 
 anyone else has seen this, and maybe/hopefully figured out a workaround...

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] iPhone = Connection reset by peer errors

2008-01-02 Thread Simon
Jay Lee, on 1/2/2008 4:27 PM, said the following:
 All these error logs mean is that the iPhone IMAP client is 
 disconnecting without telling the server, leaving the server without any 
 idea what happened.  From the Courier server's perspective, this is an 
 error (it has no idea what happened to the client) but from the iPhone's 
 perspective, it just hung up, as you've said yourself, from the user's 
 perspective it seems to work fine.  If the errors in your logs really 
 bug you all that much, I believe some of the more modern loggers can be 
 configured to ignore certain messages.

Nah, not a biggie - your explanation is good enough for me to not worry 
about it...

 The other option would be to contact Apple developers and see if they 
 can fix their IMAP client to hang up the polite way by saying goodbye 
 first.  (Good luck with that one)

Heh... actually, when the iPhone first came out, the employee bought 
one, I set it up, and it worked great - the IMAP client really is nice, 
if you haven't seen it.

Then the boss bought one, and of *course* I ran into a problem with that 
one...it wouldn't send mail. I started troubleshooting with one of 
Apples reps, and they were surprisingly helpful, and we eventually (took 
about 2 hours) nailed it down to a character in his password that the 
iPhone didn't like... we enforce strong (assigned) passwords, and I 
think it was one of the squiggle bracket characters that was the 
problem. Anyway, changed that and it works great - IMAP over SSL, smtp 
using TLS, sent messages go straight to the Sent folder (no configuring 
necessary), all folders available without any configuring - it 'just 
worked' - and no, I'm not an apple fanboy... ;)

Thanks for your insight...

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] iPhone = Connection reset by peer errors

2008-01-02 Thread Simon
mouss, on 1/2/2008 4:47 PM, said the following:
 I know this is most likely an iPhone issue, but I was just curious if 
 anyone else has seen this, and maybe/hopefully figured out a workaround...

 you could try installing ImapIdle on the iPhone:
   http://iphone.rustyredwagon.com/
 
 not sure if there is an Apple implementation.

Cool, thanks... but I don't think he'd let me jail break his iPhone, 
especially with the soon to be released SDK on the way... but I'll 
definitely add this to my list of things to watch, and if I can install 
it without jail-breaking his phone, I probably will...

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] imapd ssl stopped working

2008-02-21 Thread Simon
On 2/21/2008, don caprio ([EMAIL PROTECTED]) wrote:
 I'm running courier-imapd on Centos. Had pretty much everything 
 working and could connect form Thunderbird and Evolutions clients.

Boy, you really don't give much to go on...

What version of Courier-imap?

There was a change to the config between 4.1.x and 4.3 that broke SSL 
for many working configs...

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] recommendations for IMAP client to play nice with courier?

2008-07-18 Thread Simon
On 7/17/2008 5:36 PM, Enda wrote:
 I don't know that thunderbird has IMAP issues, but it sure has 
 usability issues for users I put into it. Simple things that work so 
 well in other clients like dragging a file into a composition window 
 creating a local link to a file instead of attaching it to a
 message.

Ummm... is TBird supposed to be able to read your mind and know when you 
want a link and when you want to attach the file?

You can do a local link, but imo, the normal user normally *wants* to 
attach the file...

 Attachments received being handled by mime handlers. Attachments 
 received just not opening on a double click, not saving off if that
 is chosen, but requiring to be dragged off a message to a folder and
 then opened.

We have had ZERO problems with attachment handling, except for the 
notorious winmail.dat problem, that I was finally able to solve nicely 
for our users (although it does require an extension and a user.prefs JS 
mod to allow them to open it by simply dbl-clicking the winmail.dat file)

 Its email address completion is a bit off the wall trying to suggest
 local domain finishes for everything typed in the to / cc fields.

Eh? What are you talking about? TBird won't let you send a message until 
whatever you put in the 'To' or CC' fields is of the form 
[EMAIL PROTECTED] what is so unusual about that?

 There really is a market opportunity for a good independent solid MUA.

I think TBird rocks... it ain't perfect, no... my biggest gripe is the 
lack of a proper signature manager, and a few other minor gripes 
(rewrapping quotes in replies, Quote only selected text, etc), but 
honestly, with the right extensions and JS hacks, it is really the best 
MUA I've ever used. Lightning gives it a very usable Calendar, and the 
SyncSW extension/Service allows you to Sync Calendar and Addresses (even 
multiple Address Books) with as many different clients as you want 
(including your cell phone)...

To each his own I guess...

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] recommendations for IMAP client to play nice with courier?

2008-07-21 Thread Simon
On 7/18/2008, Sam Varshavchik ([EMAIL PROTECTED]) wrote:
 Actually, it's just bad GUI.

Arguable that it is 'bad' gui though...

Maybe its just the gui designers way to easily give the user the option
of attaching a link or the actual file...

It should be documented though...



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] recommendations for IMAP client to play nice with courier?

2008-07-28 Thread Simon
On 7/24/2008, Giuliano Gavazzi ([EMAIL PROTECTED]) wrote:
 Well, presumably you haven't used Mail.app on MacOS.

Your presumption would be wrong... my Mom has had a Mac since forever, 
and I'm her tech guy. We had a lot of problems for a long time trying to 
get her comfortably using IMAP... she finally gave up and begged me to 
let her do it 'the old way' (using POP)...

I personally *hate* Mail.app... but I also understand that is just a 
personal preference.




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


[Courier-imap] Self-signed Certs, Samsung Instinct

2008-10-04 Thread Simon
Hello,

I'm thinking the answer is no, but there's no harm in asking...

Someone in our office recently got a Samsung Instinct, and apparently
its IMAP client doesn;t like selfsigned certificates, which is what we
use (the boss is cheap)...

Here's the error shown in the logs (no verbosity, if you think turning
it up will help provide a server side solution I'll gladly oblige) when
his phone tries to connect:

Sep 26 16:39:54 myhost imapd-ssl: couriertls: accept: error:14094416:SSL
routines:SSL3_READ_BYTES:sslv3 alert certificate unknown

So... should I just tell him no dice unless he can convince the boss to
spring for a 'real' cert?

Tia...


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Self-signed Certs, Samsung Instinct

2008-10-05 Thread Simon
On 10/5/2008 4:36 AM, Rolf Eike Beer wrote:
 Am Samstag, 27. September 2008 schrieb Simon:
 Hello,

 I'm thinking the answer is no, but there's no harm in asking...

 Someone in our office recently got a Samsung Instinct, and apparently
 its IMAP client doesn;t like selfsigned certificates, which is what we
 use (the boss is cheap)...

 Here's the error shown in the logs (no verbosity, if you think turning
 it up will help provide a server side solution I'll gladly oblige) when
 his phone tries to connect:

 Sep 26 16:39:54 myhost imapd-ssl: couriertls: accept: error:14094416:SSL
 routines:SSL3_READ_BYTES:sslv3 alert certificate unknown

 So... should I just tell him no dice unless he can convince the boss to
 spring for a 'real' cert?

 http://www.cacert.org

Are you saying that you know for a fact that the cacert.org root cert is
included in the Instincts default db of trusted cert providers?

My experience (admittedly its been a while) is that they are little
better than self-signed certs. Heck, even Firefox STILL doesn't include
them in its default list of trusted providers.

http://wiki.cacert.org/wiki/InclusionStatus

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Self-signed Certs, Samsung Instinct

2008-11-05 Thread Simon
On 9/26/2008 6:36 PM, Simon wrote:
 Hello,
 
 I'm thinking the answer is no, but there's no harm in asking...
 
 Someone in our office recently got a Samsung Instinct, and apparently
 its IMAP client doesn;t like selfsigned certificates, which is what we
 use (the boss is cheap)...
 
 Here's the error shown in the logs (no verbosity, if you think turning
 it up will help provide a server side solution I'll gladly oblige) when
 his phone tries to connect:
 
 Sep 26 16:39:54 myhost imapd-ssl: couriertls: accept: error:14094416:SSL
 routines:SSL3_READ_BYTES:sslv3 alert certificate unknown
 
 So... should I just tell him no dice unless he can convince the boss to
 spring for a 'real' cert?

ping?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Courier as a backup queue?

2008-12-29 Thread Simon
On 12/28/2008 6:56 PM, Nick Ellson wrote:
 I have a second system that I want to act as a backup MX receiver for my
 domain. So it could accept mail for nickellson.com but then hold onto
 it until my primary internal system can take it. (Just not sure how to
 search the docs for that functionality).
 
 Right now both systems are duplicates of each other and are accepting
 mail for and delivering locally. (duplicate accounts on both).
 
 Any pointers on what I should be looking at for docs?

Unless you have a real special use case, I wouldn't bother - backup MX's
for the most part are totally unnecessary, not to mention a waste of
resources and a hassle to maintain...

--
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


Re: [Courier-imap] Logging IMAP and POP3

2009-03-31 Thread Simon
On 3/31/2009 8:20 AM, ma...@satnetcom.com wrote:
 So which mean there is no way to make this impossible? please i need
 this to prevent this kind of problem happen again in the future, at
 least i still able answer if i got complain like this.

Dovecot can do it...

-- 

Best regards,

Charles Marcus
I.T. Director
Media Brokers International, Inc.
678.514.6200 x224
678.514.6299 fax

--
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


[Courier-imap] Clock skew detected - v 4.3.0 - Solaris 11

2007-12-05 Thread Simon Finch

Hello

A recent upgrade to courier-imap 4.2.1 .. and today an upgrade to  
4.3.0 on Solaris 11 has killed all IMAP connections.

Strangely the authdaemond reports dopam successful .. but a telnet  
connection (and webmail) both report BYE Clock skew detected. Check  
the clock on the file server.

It's a standalone server and the clock/timezone is absolutely correct.

Could anyone please advise .. or suggest a patch?

Thanks in advance,

Simon

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


[Courier-imap] double free issue.

2008-07-09 Thread Simon Smith
Greetings,
This issue has been driving me mad. I haven't had time to dig into this 
yet, but it appears that there is a double free issue in courier-imapd 
with ssl. Has anyone else seen this? Anyone know how to resolve this?


.1-RELEASE-p20 FreeBSD 6.1-RELEASE-p20 #1: Wed Oct 31 18:06:25 EST 2007

courier-authlib-base-0.58 Courier authentication library base
courier-authlib-mysql-0.58 MySQL support for the Courier authentication 
library
courier-authlib-vchkpw-0.58 Vpopmail/vchkpw support for the Courier 
authentication libr
courier-imap-4.3.1,2 IMAP (and POP3) server that provides access to 
Maildir mail


Jul  1 08:23:40 ruiner imapd-ssl: imapd in free(): warning: chunk is 
already free
Jul  1 08:23:40 ruiner imapd-ssl: imapd in free(): warning: chunk is 
already free
Jul  1 08:23:41 ruiner imapd-ssl: imapd in free(): warning: chunk is 
already free
Jul  1 08:23:59 ruiner imapd-ssl: imapd in free(): warning: chunk is 
already free
Jul  1 08:24:09 ruiner imapd-ssl: imapd in free(): warning:
Jul  1 08:24:30 ruiner imapd-ssl: LOGIN, user=deleted, ip=[deleted], 
protocol=IMAP
Jul  1 08:24:30 ruiner imapd-ssl: LOGIN, user=deleted, ip=[deleted], 
protocol=IMAP
Jul  1 08:24:42 ruiner imapd-ssl: LOGIN, user=deleted, ip=[deleted], 
protocol=IMAP



-- 

- simon

--
http://www.snosoft.com


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap


[Courier-imap] imap fails upon search command

2016-06-29 Thread Olivier SIMON
Hi,

My version of imap is courier-imap-4.16.2_2,2 and OS is Freebsd. I have 
a problem with the SEARCH command via telnet for certain mailboxes only. 
Here is a SEARCH command that works :

[usertest@titan ~]$ telnet 192.168.0.1 imap
...
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE 
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION 
STARTTLS] Courier-IMAP ready. Copyright 1998-2015 Double Precision, Inc. 
  See COPYING for distribution information.
0 LOGIN user1 password1
0 OK LOGIN Ok.
1 SELECT INBOX
* FLAGS (NonJunk \Draft \Answered \Flagged \Deleted \Seen \Recent)
* OK [PERMANENTFLAGS (NonJunk \* \Draft \Answered \Flagged \Deleted 
\Seen)] Limited
...
3 UID SEARCH OR HEADER SUBJECT test HEADER FROM test
* SEARCH 511 512 513 534 535 538 539 540 544 556 561 573 574 575 591 597 
599 600 601 602 603 604 606 608 674 676 693 696 705 707 708 715 716 719 
720 724 737 739 740 741 742 743 744 745 746 748 750 751 752 753 754 755 
756 757
3 OK SEARCH done.


Then a SEARCH command that fails :

[usertest@titan ~]$ telnet 192.168.0.1 imap
...
0 LOGIN user2 password2
0 OK LOGIN Ok.
1 SELECT INBOX
* FLAGS ($MDNSent NonJunk $Forwarded \Draft \Answered \Flagged \Deleted 
\Seen \Recent)
* OK [PERMANENTFLAGS ($MDNSent NonJunk $Forwarded \* \Draft \Answered 
\Flagged \Deleted \Seen)] Limited
...
2 UID SEARCH OR HEADER SUBJECT test HEADER FROM test
Connection closed by foreign host.


Plus a imapd.core is created in the Mailbox dir of user2 ("segmentation 
fault").
What can i do ? Reinstall courier-imap ?
Thanks

Olivier SIMON
IUT de Vélizy

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap