Re: [courier-users] Outgoing Filter

2007-07-25 Thread Michael Carmack
is it possible to get courier to check an outgoing email using the filters ? I am using esmtpd-msa on port 587 for PC's to send outgoing mail and I would like these to be scanned for spam and virus just as the incoming emails are. Funny, I was just going to ask the opposite question. I am

Re: [courier-users] Outgoing Filter

2007-07-25 Thread Michael Carmack
There is a file called enablefiltering in the config directory that seems to need esmtp to filter incoming and local to filter outgoing. http://www.courier-mta.org/courierfilter.html seems to explain it. I have that file, and the only thing in it is 'esmtp', but outgoing mail is still being

Re: [courier-users] Courier perlfilter problem on SMP (not 64-bit) Linux

2007-04-28 Thread Michael Carmack
Now, try attaching strace to the root perlfilter after you start everything, but before you run courierfilter stop. Therein lies the problem: Whenever I strace it, whether it's before or after the courierfilter stop, it never fails to stop. So I cannot catch anything misbehaving via strace.

[courier-users] Courier perlfilter problem on 64-bit Linux

2007-04-27 Thread Michael Carmack
(Sorry if this goes through twice. The first time I sent it there was a big attachment and I tried to cancel it.) I've run into a perlfilter problem on a custom 64-bit Linux system. I do not see this problem on an identically configured 32-bit courier install. The perlfilter will start and

Re: [courier-users] Courier perlfilter problem on 64-bit Linux

2007-04-27 Thread Michael Carmack
Sam Varshavchik wrote: Michael Carmack writes: Oddly enough, the act of running an strace on the root perlfilter process seems to fix the problem. If I run strace on the root perlfilter _before_ trying to stop courierfilter, I never see any looping when I shut it down. And if I run strace

Re: [courier-users] since 0.52.1 : /etc/courier/locallowercase no working anymore ?

2005-10-11 Thread Michael Carmack
FM wrote: Hello, Back with 0.47, to make courier case insensitive I create : /etc/courier/locallowercase I just installed 0.52.1 and I don't seem to have a problem with locallowercase. Now i upgraded to the latest version and mailllog shows : 550 User unknown. When domain is using

Re: [courier-users] Is there a 'locallowercase' for mailing lists?

2005-04-02 Thread Michael Carmack
How difficult would it be to add a mailing list option like this: IGNORECASE=(0|1) Where '0' would be the default, so that mailing lists continue to behave like they do now, while '1' would allow posting and unsubscribing without regard to the case of the return address. Is this a

Re: [courier-users] Is there a 'locallowercase' for mailing lists?

2005-04-02 Thread Michael Carmack
Binand Sethumadhavan wrote: On Apr 2, 2005 1:34 PM, Michael Carmack [EMAIL PROTECTED] wrote: If there's no way you could make time for this anytime soon, please let me know and I'll offer a bounty to the others on the list in case someone else wants to give it a shot. Isn't it possible to do

[courier-users] Is there a 'locallowercase' for mailing lists?

2005-03-31 Thread Michael Carmack
Is there any equivalent 'locallowercase' for mailing lists? I suppose the answer to this is no, since I have not seen anything in the docs about it, so this is really more of a feature request. The problem is, I get too many people subscribing to mailing lists using an address like [EMAIL

Re: [courier-users] maildrop at other things

2005-01-07 Thread Michael Carmack
David Somers wrote: I had hope that getting a MTA up on my new Linux box would be a fairly simple processs, but its sadly more long winded and complicated than I expected :( Welcome to the internet. :) I don't think it has much to do with the Internet, but more to do with Courier... its a bit

Re: [courier-users] stopping dictionary attacks

2004-10-08 Thread Michael Carmack
Scott wrote: [EMAIL PROTECTED] wrote: Is there any way to set courier to automagically blacklist an IP that has tried to contact multiple IDs to see if they are valid after a few attempts? I'm trying to save cycles from dealing with these attacks. Presumably Courier's teergrube should be

Re: [courier-users] Using rsync to backup maildirs from Cygwin

2004-09-23 Thread Michael Carmack
Ok, so I will admit the only tangental relationship of this to courier, but I am trying to use the combination of openssh + cygwin on WinXP to do some basic network backups of Maildir directories running on a RedHat + courier server. The problem appears to be related to the cygwin port of the

Re: [courier-users] Re: Planned changes to Courier's authentication library.

2004-09-22 Thread Michael Carmack
I normally tend to compile non-system optional packages into /opt/package-namepackage-version and that introduces a nice little shared library problem, when the linking stage does not properly take care (or simply ignore) of -rpath's (like gtk , glib and company. On the other hand, it makes

Re: [courier-users] Courier + ClamAV

2004-08-11 Thread Michael Carmack
Ben Kennedy wrote: On 10 8 2004 at 4:08 pm -0400, Michael Carmack wrote: The pipe is necessary if you are running clamd as a different user than courier. For example, on my system clamd runs as the 'clamav' user, and courier runs as the 'courier' user. If the second approach is working for you

Re: [courier-users] Courier + ClamAV

2004-08-10 Thread Michael Carmack
on their way in. Yeah, between the clamav filter and a couple good DNSBLs in etc/esmtpd, you can really cut down the junk mail. -ben On 04 7 2004 at 8:29 am -0400, Michael Carmack wrote: Here are two simple ways of getting Courier working with ClamAV: http://karmak.org/2004/courier-clamav/ m

Re: [courier-users] Courier + ClamAV

2004-08-10 Thread Michael Carmack
Randy Smith wrote: The pipe is necessary if you are running clamd as a different user than courier. For example, on my system clamd runs as the 'clamav' user, and courier runs as the 'courier' user. If the second approach is working for you, you must be running clamd and courier as the same

[courier-users] Courier + ClamAV

2004-07-04 Thread Michael Carmack
Here are two simple ways of getting Courier working with ClamAV: http://karmak.org/2004/courier-clamav/ m. --- This SF.Net email sponsored by Black Hat Briefings Training. Attend Black Hat Briefings Training, Las Vegas July 24-29 -

[courier-users] Understanding courierperlfilter

2004-07-01 Thread Michael Carmack
I think I'm misunderstanding something about Courier's perlfilter. I copied over the perlfitlter-example file and replaced the 'filterdata' code with this: -- my $x = 3; sub filterdata { return 500 Value: $x; } -- But

[courier-users] perlfilter question

2004-06-27 Thread Michael Carmack
I'm trying to set up a perlfilter that uses Mail::ClamAV, but I'm having a problem with initializing outside of 'filterdata'. Here's what I'd like to do: === use Mail::ClamAV qw/:all/; my $clam = Mail::ClamAV-new(Mail::ClamAV::retdbdir());

Re: [courier-users] Spam filter recommendation

2004-06-16 Thread Michael Carmack
Graham Smith wrote: Hi, I have googled like there is no tomorrow for the last couple of days and I am no closer to deciding which spam filter to use with courier. It seems that none of the large, more actively developed, filters (SpamAssasin for instance) directly integrate with courier (at

[courier-users] [Fwd: New Contact Confirmation Request]

2004-06-16 Thread Michael Carmack
From: [EMAIL PROTECTED] To: Michael Carmack [EMAIL PROTECTED] If you do not wish to read this click REPLY then paste the following code into the subject: 3413e3e41faebbd2b319eb8333408a86 Your e-mail address was not found within my list of confirmed senders. By responding to this message, you

Re: [courier-users] error 534 Message header size, or recipient list... triggered by message body??

2004-05-08 Thread Michael Carmack
Jeff Potter wrote: Given that the RFCs are vague, and that EVERY server we've tested (except Courier) supports insanely long line lengths (we tested with 1,000,000 byte-long lines), it looks incredibly bad for us and Courier that it doesn't work on our system. There's a lot of RFC-enforcing

Re: [courier-users] cannot receive mail from hotmail, yahoo when i activate the SMTP authetication

2004-04-28 Thread Michael Carmack
Victor Gadner Martinez wrote: I activate the authetication in SMTP, but all the mail from yahoo, hotmail etc ,cannot deliver mail to my server, the error message is /authentication required/. Huh, imagine that. Activate authentication ... authentication required... (?) Activate authentication

Re: [courier-users] virtual users and imap folders

2004-02-03 Thread Michael Carmack
John BOSSERT wrote: Now, I may have a related issue. I can connect with IMAP and IMAP-SSL, but cannot create folders other than as subdirectories of INBOX. This is with Netscape 7.1 as a mail client. The client is (was already) configured with .INBOX and .shared. I'm seeing no error

Re: [courier-users] Re: Newsletter with courier-mlm

2003-12-03 Thread Michael Carmack
[EMAIL PROTECTED] wrote: You don't even need to mark the list as moderated. Simply use a shell script to filter all incoming mail, via the .courier mechanism, before running couriermlm. well, that sounds easy, but I donĀ“t know where to start on that. How would such a script look like? On what

Re: [courier-users] regex/pattern .courier-user files?

2003-11-28 Thread Michael Carmack
Chris Petersen wrote: curious... At some point in the past I decided to track which companies might sell my email address, so following the pattern of a friend, I've started submitting email addresses in the form of [EMAIL PROTECTED] - it works great, and I've even been able to bitch at a couple

Re: [courier-users] regex/pattern .courier-user files?

2003-11-28 Thread Michael Carmack
Chris Petersen wrote: This doesn't solve your current problem since you've already done things this way, but I think a better way to do this in the future is to create an account called [EMAIL PROTECTED], and submit email addresses in the form of [EMAIL PROTECTED] (letting the .courier-default

Re: [courier-users] Re: couriermlm annoying yes confirmation

2003-11-04 Thread Michael Carmack
John Belmonte wrote: Sam wrote: Since the purpose of the confirmation request is to make sure that the human being that owns this address actually sent the subscription request, it obviously won't be very useful to have a confirmation process that can be easily fooled by an autoresponder. ??

Re: [courier-users] Re: couriermlm annoying yes confirmation

2003-11-04 Thread Michael Carmack
John Belmonte wrote: Tim Hunter wrote: Computers are supposed to make our lives easier, not make us jump through hoops. I won't waste user time with a protection that can be trivially circumvented. If courier's mailing list manager were popular, do you really think that all malicious

[courier-users] Updated mail client documentation

2003-10-16 Thread Michael Carmack
Mozilla 1.5 finally gets IMAP right, ending the problem of folders displaying as subfolders of Inbox. Also there's some short documentation for Mutt 1.4.1. http://karmak.org/2003/courier-imap/ m. --- This SF.net email is sponsored by:

Re: [courier-users] Re: Courier-IMAP folders and filters problem(Bug?)

2003-08-14 Thread Michael Carmack
Sam Varshavchik wrote: Russell Wilton writes: Gordon Messmer wrote: Russell Wilton wrote: I have Courier-IMAP 2.0 installed under RedHat 9 on a Dell server. I compiled it with LDAP authentication and the workarounds for imap client bugs. It works fine until I try to make my Mozilla 1.4 IMAP

Re: [courier-users] Re: Courier-IMAP folders and filters problem(Bug?)

2003-08-14 Thread Michael Carmack
Russell Wilton wrote: Michael Carmack wrote: I'd love to get to the bottom of this. I was hoping it was just a Mozilla bug and would eventually go away with a new release, but it hasn't. Here's a document with screenshots that describes the problem: http://karmak.org/2003/courier-imap/problems

Re: [courier-users] Re: Courier-IMAP folders and filters problem(Bug?)

2003-08-14 Thread Michael Carmack
Tim Hunter wrote: Michael Carmack wrote: I'd love to get to the bottom of this. I was hoping it was just a Mozilla bug and would eventually go away with a new release, but it hasn't. Here's a document with screenshots that describes the problem: http://karmak.org/2003/courier-imap/problems

Re: [courier-users] Re: Courier-IMAP folders and filters problem(Bug?)

2003-08-07 Thread Michael Carmack
Tim Hunter wrote: Michael Carmack wrote: I'd love to get to the bottom of this. I was hoping it was just a Mozilla bug and would eventually go away with a new release, but it hasn't. Here's a document with screenshots that describes the problem: http://karmak.org/2003/courier-imap/problems

[courier-users] Mail client setup instructions.

2003-02-12 Thread Michael Carmack
Step-by-step instructions w/ screenshots for getting Mozilla 1.2.1, Outlook 2000, and Outlook Express 6 to work with Courier IMAP: http://karmak.org/2003/courier-imap/ GNU license. Copy and modify to suit your purposes. m. --- This

[courier-users] courieresmtp errors?

2003-02-10 Thread Michael Carmack
Just saw this in the logs after someone tried to send out a large number of emails. About 50 of the specified addresses resulted in the following: Feb 10 23:07:17 neutrino courieresmtp: id=0001A12D.3E482FB2.065E,from=[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: No such file or directory Feb 10

Re: [courier-users] 534 SIZE=Message too big

2003-01-08 Thread Michael Carmack
On Wed, Jan 08, 2003 at 09:05:53AM +0100, Jan Gehring wrote: Hi, I have problems receiving mails bigger than 12 MB. Can i change this to 20 MB or to no limit ? See 'sizelimit' in 'man courier'. By default it is 10MB. m. --- This SF.NET

Re: [courier-users] Trouble Compiling latest version

2002-12-13 Thread Michael Carmack
On Fri, Dec 13, 2002 at 04:46:32PM -0800, David Busby wrote: List, Compiling latest version (downloaded yesterday). My 'make check' can't find a file and spews this message: make[1]: Leaving directory `/home/busby/courier/courier-0.40.1/ldapaddressbook' Making check in gpglib

Re: [courier-users] error 513 relaying denied

2002-12-11 Thread Michael Carmack
On Wed, Dec 11, 2002 at 02:10:25PM -0500, rpremont wrote: I have courier 0.39.3 installed with pop3 enabled. I just enabled and started imapd also. Now however I am getting a relay error. I shutdown imapd and still am getting relay error. Anyone seen this before or have any ideas what could

Re: [courier-users] Courier IMAP 1.6.1 make error

2002-12-05 Thread Michael Carmack
On Thu, Dec 05, 2002 at 08:39:48AM +0100, Phill Ashworth wrote: I posted this to the list a few days ago but I'd like to provide a bit more information in the hope that someone can suggest where I am going wrong. I'm trying to upgrade Courier-IMAP from 1.4.4 to 1.6.1 on two different

Re: [courier-users] CourierImap with ldap

2002-11-21 Thread Michael Carmack
On Thu, Nov 21, 2002 at 01:47:54PM -0300, Martin Montero wrote: Somebody know what happend with this message checking for ldap_open in -lldap... (cached) no checking for ldap_search_st... (cached) no checking for ldap_start_tls_s... (cached) no checking for ldap_result2error... (cached) no

Re: [courier-users] Re: Courier-Imap+MySQL

2002-11-19 Thread Michael Carmack
On Tue, Nov 19, 2002 at 03:45:19AM -0500, Patrick Bowen wrote: I'm not getting any error message during the install. Everything seems to install fine except for MySQL support. It installs authdaemon.plain not authdaemon.mysql. Here are the commands I used to compile Courier-Imap.

Re: [courier-users] Re: problem upgrading/instaling courier-mta

2002-11-19 Thread Michael Carmack
On Tue, Nov 19, 2002 at 06:02:55PM -0500, Sam Varshavchik wrote: Hail Ima new to linux and courier: ?? Setting up courier-mta (0.40.0-3) ... dpkg: error processing courier-mta (--configure): Heh. If you're new to Linux, Courier is *not* the place to start. :) Seriously, start with something

Re: [courier-users] courier-imap help needed

2002-11-15 Thread Michael Carmack
On Fri, Nov 15, 2002 at 04:36:34PM -0600, Andrew Demski wrote: I currently have qmail with vpopmail/vchkpw running along with qmailadmin. I installed ezmlm-idx, GDBM and autorespond. Everything works so far. When I try to 'make' courier I get this error: ./testgdbm: error while loading

Re: [courier-users] Message length exceeds administrative limit.

2002-11-13 Thread Michael Carmack
On Wed, Nov 13, 2002 at 03:30:52PM +0200, Bertus Keyser wrote: Hallo Could someone please inform me of a way of changing the limit? I have checked the docs but am unable to find anything on message sizes. http://www.courier-mta.org/courier.html keyword: sizelimit m.

Re: [courier-users] Courier 0.40.1/Courier-IMAP 1.6.1

2002-11-13 Thread Michael Carmack
On Wed, Nov 13, 2002 at 04:27:15PM -0500, Matthew P. Cox wrote: Upgrading from a working 0.40 to 0.40.1 I ran into a problem with users being unable to authenticate. Further research showed that authdeamon.ldap was not being started, but authdaemon.mysql was. The problem turned out to be

Re: [courier-users] POP Logging

2002-11-13 Thread Michael Carmack
On Wed, Nov 13, 2002 at 04:06:40PM -0600, List Manager wrote: Howdy, Does anyone know how to split the courier maillog into multiple logs. I would like to have my POP3 log messages logged to a different file. I don't think this is possible. Courier logs to the syslog and the mail log, and

Re: [courier-users] Mozilla, new installation of courier-imap

2002-11-03 Thread Michael Carmack
On Sun, Nov 03, 2002 at 05:33:07PM -0500, David Corbin wrote: Now, Mozilla tells me it used up all my connections to the server. (It was set at 5, the default). I've never seen this error in over a years of using UW's IMAP with Mozilla. Probably just need to increase MAXPERIP in the

Re: [courier-users] no write permission or out of disk space

2002-11-03 Thread Michael Carmack
help. m. On Sun, 3 Nov 2002 7:09PM -0500, Michael Carmack wrote: On Sun, Nov 03, 2002 at 02:25:28PM -0500, Thad Marsh wrote: When I try to move a message to the deleted items folder in outlook eexpress and imp I get the following. I am not out of disk space so it must be a permission

Re: [courier-users] no write permission or out of disk space

2002-11-03 Thread Michael Carmack
On Sun, Nov 03, 2002 at 05:40:15PM -0800, Thad Marsh wrote: doesn't courier-imap have a trash or deleted items folder seems like I remember editing the spec file to rename trash to deleted items awhile back? Oh, I have no idea about that. Courier does have a Trash folder, but I think it's

Re: [courier-users] root owns new email

2002-11-01 Thread Michael Carmack
On Fri, Nov 01, 2002 at 11:04:12PM -0800, Harmohan Bhamra wrote: When new email arrives, root ends up owning it, and it doesnt show up in any clients. This question is pretty generic. People will probably have a hard time guessing the right solution. If you've read all of the following and

Re: [courier-users] Re: 432 w/ sendmail and webmail, EOF from submit

2002-10-31 Thread Michael Carmack
On Tue, Oct 29, 2002 at 07:16:08PM -0500, Sam Varshavchik wrote: You need to look a little bit earlier than this. About 20-50 lines more. Furthermore you need to use the -s option, because all the text messages are cut off by default. It got a bit long, so here it is on the web:

Re: [courier-users] Re: 432 w/ sendmail and webmail, EOF from submit

2002-10-29 Thread Michael Carmack
On Sun, Oct 27, 2002 at 09:33:34AM -0500, Sam Varshavchik wrote: I just saw this again tonight, and I didn't think to get an trace before I fixed the problem. When it happens again--a couple weeks maybe--I'll post more info. In the meantime, any suggestions? It happened sooner than I

[courier-users] 432 w/ sendmail and webmail, EOF from submit

2002-10-27 Thread Michael Carmack
Periodically, perhaps once every couple weeks, and for seemingly no reason, the following starts happening with sendmail: karmak@antidote$ echo To: [EMAIL PROTECTED] | /bin/sendmail sendmail: ERR: submitclient: EOF from submit. 432 Service temporarily unavailable. sendmail: Unable to

Re: [courier-users] 432 w/ sendmail and webmail, EOF from submit

2002-10-27 Thread Michael Carmack
On Sun, Oct 27, 2002 at 08:02:26AM +, Michael Carmack wrote: I just saw this again tonight, and I didn't think to get an trace before I fixed the problem. When it happens again--a couple weeks maybe--I'll post more info. In the meantime, any suggestions? It happened sooner than I

Re: [courier-users] Re: 432 w/ sendmail and webmail, EOF from submit

2002-10-27 Thread Michael Carmack
On Sun, Oct 27, 2002 at 09:33:34AM -0500, Sam Varshavchik wrote: Michael Carmack writes: It happened sooner than I expected. The strace (minus the library bits) is fairly short, so I pasted it below: The error occurs in the forked child process. The parent's trace is meaningless. Use

Re: [courier-users] Cannot work out forwarding

2002-10-24 Thread Michael Carmack
On Fri, Oct 25, 2002 at 08:28:24PM +1000, Michael Etcell wrote: 2) created a .forward file in their hoem directory and added on their preferred email address This does not seem to work either. http://www.courier-mta.org/dot-courier.html m.

Re: [courier-users] Help! SqWebmail admin password

2002-10-22 Thread Michael Carmack
On Tue, Oct 22, 2002 at 03:23:18PM -0500, Matt Clark wrote: Thanks for the link for problem 1. I found the /etc/courier/webadmin/password file also. On the second problem, I'm not seeing any problems at all. Seems like a paradox :-) Say I have a virtual domain bar.com, and a user [EMAIL

Re: [courier-users] Help! SqWebmail admin password

2002-10-22 Thread Michael Carmack
On Tue, Oct 22, 2002 at 01:38:42PM -0500, Matt Clark wrote: Problem 1) I have been able to get to my webadmin interface before, but now I can't get past the password. Where is this set? Is it tied to an account in my userdb? I can still login to all accounts through the webmail interface/

Re: [courier-users] Catch all alias *@domain.com - user@domain.com, how?

2002-10-16 Thread Michael Carmack
On Wed, Oct 16, 2002 at 10:27:50PM +0200, Don van der Haghen wrote: I have a question about catch-all aliases, I'm trying to forward all mail which is not in the previous lines of the alias files to a certain mail user... Is the 'alias' account what you're looking for?

Re: [courier-users] mysqlclient.so - libmysqlclient.so.10.0.0 ? authmysql ./configure

2002-10-14 Thread Michael Carmack
On Mon, Oct 14, 2002 at 02:20:19PM -0700, ab wrote: Hi list, I cannot seem to get courier-imap to ./configure --with-authmysql if i ./configure mysql --prefix=/usr/local/mysql. courier complains: configure: error: --with-authmysql specified but no mysqlclient.so configure: error:

Re: [courier-users] Re: courier-imap hieararchy separation

2002-10-11 Thread Michael Carmack
On Fri, Oct 11, 2002 at 09:21:01PM -0400, Sam Varshavchik wrote: On Fri, Oct 11, 2002 at 08:27:00AM -0600, Russell Wilton wrote: In any case, my main complaint was that users want to put periods in their folder names, and they can't with the current special status of that character.

Re: [courier-users] Courier-Imap Squirrelmail

2002-10-07 Thread Michael Carmack
On Mon, Oct 07, 2002 at 03:14:51PM +0800, Joeffrey Betita wrote: i was installing courier-imap-1.5.3.tar.gz when this error message came up. thanks for your help. make authpgsql.h:8:29: libpq-fe.h: No such file or directory make[1]: *** [authpgsql.o] Error 1 make[1]: Leaving directory

Re: [courier-users] Courier+MySQL configure issue

2002-10-03 Thread Michael Carmack
On Thu, Oct 03, 2002 at 08:04:32PM -0700, Dustin Cochran wrote: When attepting to configure courier with MySQL, I get the following error: checking for mysql_config... (cached) /usr/local/bin/mysql_config checking for mysql_connect... (cached) no configure: error: --with-authmysql

Re: [courier-users] file loosing track of includes

2002-09-30 Thread Michael Carmack
On Mon, Sep 30, 2002 at 01:14:56AM -0700, George wrote: This is my configure for OSXS 10.2 (Jaguar). RANLIB=ranlib -c CFLAGS=-traditional-cpp CXXFLAGS=-traditional-cpp export RANLIB export CFLAGS export CXXFLAGS CC=gcc2 ./configure \ --with-mysql-libs=/usr/local/mysql/lib \

[courier-users] Mailing list bounces

2002-09-27 Thread Michael Carmack
It's not a fluke; I'm still getting these constantly, and almost certainly due to 'locallowercase'. It may just be coincidence, but all of these bounces come from either AOL or Hotmail. I'm not sure what's going on here. It looks like what's happening is: 1. The mailing list sends the message

Re: [courier-users] How to estimate Maildir sizes?

2002-09-23 Thread Michael Carmack
On Mon, Sep 23, 2002 at 02:06:51PM +1000, Robin Whittle wrote: Thanks for this Vincent. You wrote: gives results in bytes - but it is for blocks allocated. So an empty directory on my system appears as 4096 bytes. This is a useful statistic, but not the main one I want. I don't know

Re: [courier-users] imap scalability

2002-07-09 Thread Michael Carmack
On Tue, Jul 09, 2002 at 11:06:23AM +0200, Brendon Caligari wrote: Some misguided users are having mailboxes with thousands of emails (say, 8k of messages in each folder). (with some really nasty guys with up to 25,000 emails in the inbox). This proved too much for windows based mail

Re: [courier-users] Default attachment size?

2002-07-03 Thread Michael Carmack
On Wed, Jul 03, 2002 at 08:08:06AM -0700, Keith Pettit wrote: My users are getting errors when they try to send messages over a certian size. What is the default limit and how do I change it? I saw a old post where a limit was actually compiled into courier and I'm hoping that's not the

Re: [courier-users] Bad message format

2002-07-03 Thread Michael Carmack
On Wed, Jul 03, 2002 at 08:11:05AM -0700, Keith Pettit wrote: Courier is sending messages that let tell us we were sent a bad message, then there is a attachment with the message with the bad formating. Most of our users can get to the attachement but there are still alot that can't get to

Re: [courier-users] Courier Statistic

2002-07-03 Thread Michael Carmack
On Wed, Jul 03, 2002 at 12:35:16PM +0200, Massimo Cereda wrote: Anyone know some tool that collect courier log and produce some kind of statistic of server usage? I don't know of a tool, but if all you are trying to do is monitor transfer statistics (say, for virtual hosts), you can just use

Re: [courier-users] couriermlm moderated lists

2002-06-20 Thread Michael Carmack
On Thu, Jun 20, 2002 at 08:51:22AM -0500, Francisco Solsona wrote: so I guess I'm asking for an `allmod' POST setting. I had a need for this at one point also and was going to make a patch, but I can't recall why I needed it now. Anyway, I think the relevant code can be found in

Re: [courier-users] Re: virtual domain

2002-06-16 Thread Michael Carmack
On Sun, Jun 16, 2002 at 10:27:00AM +0300, yoav wrote: yoav writes: i want to forward every mail sent to a virtual domain on my computer to a remote mailbox. let's say the virtual domain is virtual.com, the real domain real.com and the remote email address is [EMAIL PROTECTED] what

Re: [courier-users] courier-imap port on freebsd

2002-06-13 Thread Michael Carmack
On Thu, Jun 13, 2002 at 01:16:12AM +, gui gui wrote: Edwin, thanks. That looked like it might have worked. At least it didnt choke or anything. After the pkg_add it simply went on to the next line (I didnt get any success messages either...is this how pkg_add behaves?) Now how can I

Re: [courier-users] Courier configuration - default delivery address

2002-06-10 Thread Michael Carmack
On Mon, Jun 10, 2002 at 10:36:02AM +0200, Antoine Cavali? wrote: Hi I don't know how to make courier accept mails for a user having no account . Mails are rejected Jun 10 10:32:40 logs courierd: id=B81B.3D046427.40E8,from=[EMAIL PROTECTED],addr=@endromis. com: 550 User

Re: [courier-users] Read and Unread mail

2002-06-03 Thread Michael Carmack
On Mon, Jun 03, 2002 at 08:59:56AM -0400, Alfonso Perez wrote: Perfect, Thanks a lot And What means files that have an 'ST' at the end of the filename? I can't see this messages on my mail client? See the 'maildirmake' man page as Sam recommended. It explains all of the flags. m.

Re: [courier-users] Read and Unread mail

2002-05-31 Thread Michael Carmack
On Fri, May 31, 2002 at 06:10:36PM -0400, Alfonso Perez wrote: Hi all I'm trying to make an script to determine some mail statistics: (*) The number of mails that are new (mails that are in the folder new) (*) The number of mails that are unread (mails that are in folder cur but nerver

Re: [courier-users] Re: No couriertls installed with Courier Imapd

2002-05-30 Thread Michael Carmack
On Wed, May 29, 2002 at 10:58:52PM -0700, Phil Dibowitz wrote: OK, I figured out this symbolic link problem, and fixed it... got past compiling the object file, but now this last little bit: gcc -I./.. -I.. -Wall -g -O2 -o couriertls starttls.o argparse.o libspipe.a

Re: [courier-users] postmasters @ hosteddomains

2002-05-22 Thread Michael Carmack
On Wed, May 22, 2002 at 03:42:43PM -0300, Marcus Felipe Pereira wrote: is that a way to configura uniq postmaster account for all hosteddomains? Just create a user named 'postmaster' for each domain. Treat it like any other user, and manipulate incoming mail via the .courier file if

Re: [courier-users] Win32 IMAP cleints

2002-05-19 Thread Michael Carmack
On Sun, May 19, 2002 at 09:19:14PM -0500, Mike Nielsen wrote: Howdy all, I know there has been discussion in the past about Outlook/ Outlook Express as a win32 Imap client. And I know that Microsoft products rarley provide ideal solutions. With that said what do you all use for a

Re: [courier-users] Configuring directory structure of personal folders

2002-05-17 Thread Michael Carmack
On Fri, May 17, 2002 at 04:55:23PM -0400, Jim Trigg wrote: CORRUPTED MESSAGE This is the Courier Mail Server 0.38 on atlantis.karmak.org. ... ___ Hundreds of nodes, one monster rendering program.

Re: [courier-users] webadmin

2002-05-05 Thread Michael Carmack
On Sun, May 05, 2002 at 05:59:17PM -0600, Stephen Atkins wrote: Hello all. Well I'm very impressed so far. I have spent most of the day getting this thing up and running and I can send and receive mail to my test accounts and existing users. My problem now lies in the webadmin and webmail

Re: [courier-users] Mozilla / Evolution setup

2002-05-01 Thread Michael Carmack
On Wed, May 01, 2002 at 11:26:13PM +0200, Graham Leggett wrote: I have recently been giving Mozilla and Evolution a try, however I find that neither of these mail readers are capable of seeing any folders beneath Inbox apart from Trash. Anyone know how to get it working? Mozilla

Re: [courier-users] delivery failures

2002-04-25 Thread Michael Carmack
On Wed, Apr 24, 2002 at 10:29:40PM -0600, Saxon Jones wrote: I notice that when people are relaying SMTP through my Courier server here, we get a fair number of bounces such as: [EMAIL PROTECTED]: mx15.hotmail.com [65.54.232.71]: RSET 554 Transaction failed This happens to a lot of

Re: [courier-users] GDBM issue

2002-04-22 Thread Michael Carmack
On Tue, Apr 23, 2002 at 12:04:27AM -0400, Andy Blyler wrote: When I run ./configure as a normal user I get: checking for gdbm_open in -lgdbm... no checking for gdbm_open... no checking for dbopen in -ldb... no checking for db_open in -ldb... no checking for db_env_create in -ldb... no

Re: [courier-users] Two separate lists for courier

2002-04-17 Thread Michael Carmack
It is MUCH more logical to have one list, that serves all, then to split if off, and make people subscribe to 3 or 4 strains of courier lists. Get a client that handles threaded email, and you can just ignore threads that don't have anything to do with IMAP. Pretty simple. --

Re: [courier-users] Spontaneous courier restart! What's with this????

2002-04-13 Thread Michael Carmack
On Sat, Apr 13, 2002 at 01:54:37PM -0500, Lindsay Haisley wrote: From my mail.log Apr 12 17:02:43 bailey courierd: Purging /var/lib/courier/msgq Apr 12 17:02:43 bailey courierd: Purging /var/lib/courier/msgs Apr 12 17:02:43 bailey courierd: Waiting. shutdown time=Fri Apr 12 18:02:43

Re: [courier-users] Backing up Courier

2002-04-09 Thread Michael Carmack
On Mon, Apr 08, 2002 at 11:12:28PM -0700, Jesse Keating wrote: On Mon, 8 Apr 2002 15:17:53 -0400 Administrator [EMAIL PROTECTED] issued forth: How are administrators backing up their courier IMAP servers? Also what is the easiest way to restore a mail message for a user? Thank you in

[courier-users] Mailing list web archives

2002-03-10 Thread Michael Carmack
I'm curious if any of you are providing Web-based mailing list archives for lists managed by Courier, and if so, what are you using? Has anyone designed a custom system? I've looked briefly into Mailman and few similar packages, but they seem to duplicate many of Courier's functions. I'm on the

Re: [courier-users] Re: ESMTP Problems on Dual Homed Server

2002-03-05 Thread Michael Carmack
On Mon, Mar 04, 2002 at 05:16:53PM -0500, trout wrote: email server for the machines on my private network. Will turning off DNS lookups for ESMTP in the webadmin interface be a way to check if this is the problem? Right. There could be other things too. i've been having similar

Re: [courier-users] ESMTP Problems on Dual Homed Server

2002-03-04 Thread Michael Carmack
On Mon, Mar 04, 2002 at 07:04:43AM -0800, Nathan Harris wrote: I have Courier (the whole suite) running on a server with two Ethernet cards. One is on a private network (with IP 192.168.0.254) and the other is on a valid Internet IP address. The server name resolves via DNS to the valid

Re: [courier-users] Question

2002-02-26 Thread Michael Carmack
On Wed, Feb 27, 2002 at 02:09:14AM +0100, Werner De Kuyffer wrote: The ./configure script runs without problems but when I run the make utility, I get the following error message: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I.. -I./../.. -I../.. -I./../../.. -I ../../.. -g -O2

Re: [courier-users] 8-bit content CURRUPTED MESSAGE

2002-01-31 Thread Michael Carmack
On Thu, Jan 31, 2002 at 04:08:56PM -0600, Nick Riemondi wrote: Hello! Okay, I know when I was subscribed in here before there was alot of discussion about this. And I don't want to say can you fix it, all I want to know is can you provide me with instructions to get rid of the 8 bit header

Re: [courier-users] Re: WEBADMIN PASSWORD

2002-01-24 Thread Michael Carmack
On Thu, Jan 24, 2002 at 02:08:39PM -0500, David Chin wrote: If you don't trust POSIX permissions, well, it's time to give up on *NIX completely, and reformat and install NT. Um, then why are passwords in /etc/shadow encrypted? Everything in the shadow group has to be able to read

Re: [courier-users] Broken mail servers

2002-01-20 Thread Michael Carmack
On Sun, Jan 20, 2002 at 07:25:34AM -0800, [EMAIL PROTECTED] wrote: (1) Is there anywhere I can see what has changed since version 0.36.0 (i.e. change log)? (2) Will my existing /etc/rc.d/init.d/courierd file require modifications (3) Is there any difference between the installation of

Re: [courier-users] Broken mail servers

2002-01-19 Thread Michael Carmack
On Sat, Jan 19, 2002 at 10:31:27PM -0800, [EMAIL PROTECTED] wrote: Hi I recently looked at my maillog and noticed a fair amount of 550-This messages has 8-bit content but does have the required mime. I understand this occurs because the sending mail server is broken but I would to receive

[courier-users] IMAP, Mozilla, Mutt, and Outlook

2002-01-14 Thread Michael Carmack
I've seen a couple problems with various IMAP clients, and I'm wondering if other people have seen these problems and whether or not there are solutions for any of them. If the problems are with the clients, and not just an oversight on my part, I'll send off bug reports to the authors instead

Re: [courier-users] IMAP, Mozilla, Mutt, and Outlook

2002-01-14 Thread Michael Carmack
On Mon, Jan 14, 2002 at 08:34:22PM -0600, Phil Brutsche wrote: A long time ago, in a galaxy far, far way, someone said... Outlook frequently (but inconsistently) complains that The server has unexpectedly closed the connection when switching folders. It doesn't seem to affect the actual

[courier-users] Re: IMAP (Update: strace output)

2002-01-01 Thread Michael Carmack
I created a test user and captured the strace output from both the IMAP process and the mail client. Rather than send the output to the list (the files are a bit long), I've made them availabe at: http://karmak.org/2002/01/courier/strace-imap.txt

[courier-users] Re: IMAP (More infomation)

2002-01-01 Thread Michael Carmack
I noticed that the IMAP strace shows a /dev/tty error that doesn't appear in a POP3 strace (POP3 has no mention of /dev/tty at all). I don't know that means anything, but it made me think of one other thing that I forgot to mention: My systems all run devfs _without_ compatibility mode turned

  1   2   >