[courier-users] error when compiling courier-imap-1.4.6

2002-06-18 Thread Agi Subagio
i'm using qmail-1.03 + vpopmail-5.3.6. i run ./configure in courier-imap-1.4.6 source directory. then i run make command, but after several minutes, compile stop with error like this: gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authuserdb modauthuserdb.o libauthmod.a libauth.a

Re: [courier-users] Created folders are owned by root

2002-06-18 Thread Alexander Skwar
--- Alexander Skwar [EMAIL PROTECTED] schrieb: When a user connects to the server and creates a new subfolder, this folder is owned by root:root and not by the user running this domain. The (virtual-)users Maildir has these permissions: drwx--9 u-3pl-online-de u-3pl-online-de

Re: [courier-users] Qmail, Courier-imap, and vmailmgr

2002-06-18 Thread Martin Marinov
I have the same problem like you but I use RedHat 7.2. Anybody can help ? Regards, Martin [EMAIL PROTECTED]

Re: [courier-users] Re: Spam filtering/tagging

2002-06-18 Thread Ian Cass
For some simple heuristics, set up some DNS BLs and/or use the available bofh options. OK I tried this and it doesn't seem to work. Where have I gone wrong? in etc/esmtpd... BLACKLISTS=-block=relays.osirusoft.com,BLOCK2/127.0.0.4 -block=relays.osiru soft.com,BLOCK2/127.0.0.3

[courier-users] # processes for courier. (again)

2002-06-18 Thread couriermailinglist
Hi all, When I start courier, I've got a number of processes: courierdsn courieresmtp courierfax courierlocal courieruucp For receiving messages I need to start the esmtpd daemon. So I've got a few questions: First, I don't use Faxing, so how do I disable this, so that the process doesn't

RE: [courier-users] error when compiling courier-imap-1.4.6

2002-06-18 Thread Mike Millson
Try configuring w/o the the authvchkpw authentication module. Try this: ./configure --without-autvchkpw In fact, you can leave out all the authentication modules except the one you plan to use. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Agi

[courier-users] Loganalyse ?

2002-06-18 Thread Mike A. Sauvain
it exsist some loganalyser to look how much are transfered, like webalizer for apache ? greets.. mike Bringing you mounds of caffeinated joy http://thinkgeek.com/sf

[courier-users] Re: # processes for courier. (again)

2002-06-18 Thread Sam Varshavchik
[EMAIL PROTECTED] writes: Hi all, When I start courier, I've got a number of processes: courierdsn courieresmtp courierfax courierlocal courieruucp For receiving messages I need to start the esmtpd daemon. So I've got a few questions: First, I don't use Faxing, so how do I

[courier-users] Take a Step Back

2002-06-18 Thread Mason, Roberto
I'm taking a step back. I tried to get courier to authenticate with MySQL, but I'm missing to much info. Greenhornes like me need some tlc when it comes to this, but I'll get back to it soon enough. Right now, I'm interested in getting authentication down with /etc/passwd. I need my email to

[courier-users] Connections per IP

2002-06-18 Thread Papo Napolitano
Sam, Is there any way to set the max. connections per IP on a per IP basis? Example: from 10.0.0.* - 100 rest of the world - 5 If not... It would be a nice feature... Should I make a patch? Thanks in advance.

[courier-users] SMTP-after-IMAP/POP3 etc

2002-06-18 Thread Daniel Bambach
I know not alot of people actually -like- this method of closing down an open-smtp relay, but I actually find it to be reliable and fairly elegant. So, question Sam: what's the best way of implementing this in Courier? I would have thought, that for Courier, (it being such a modular mail

Re: [courier-users] SMTP-after-IMAP/POP3 etc

2002-06-18 Thread Jesse Keating
On Tue, 18 Jun 2002 19:26:59 +0100 Daniel Bambach [EMAIL PROTECTED] issued forth: # I know not alot of people actually -like- this method of closing down an # open-smtp relay, but I actually find it to be reliable and fairly # elegant. # # So, question Sam: what's the best way of implementing

Re: [courier-users] SMTP-after-IMAP/POP3 etc

2002-06-18 Thread Daniel Bambach
Hiya Jesse. Well, I -could- do that.. except for a small problem. the mail clients I need to support prevent me from doing this: MS Outloook doesnt support CRAM-MD5, only plaintext or nasty MS business. Mac OS X mail cannot do SMTP over SSL... so only way to do securley authenticate people

[courier-users] Turning off DNS lookup?

2002-06-18 Thread rigi
Hello! I can't receive any mails. After tracking this problem for a whlie I tried to telnet to the server on the smtp port. I got as far as entering the MAIL FROM line, then I had to wait fo 15 about minutes, and then got 417 DNS lookup failure: mail.com. Try again later.. Now, my server is

Re: [courier-users] SMTP-after-IMAP/POP3 etc

2002-06-18 Thread Gordon Messmer
On Tue, 2002-06-18 at 12:21, Daniel Bambach wrote: b.t.w. Jesse, ESMTP is fairly easy to switch on in Courier. Just add your authmodule to the list in the etc/esmptd file, and put REQUIRE_AUTH to 1.. presto. No, *don't* set REQUIRE_AUTH to 1 unless you want to stop receiving mail from

[courier-users] PAM / searchable mail archive?

2002-06-18 Thread Keith Pettit
Pam problems. POP/IMAP/ESMTP all work great. But I'm having problems with pam. It's the only option I have listed in /etc/authdaemonrc but it's not even trying to use pam. I remove /etc/pam.d/imap pop3 esmtp and everyting still work off of my passwd and shadow files. I don't know what to do

Re: [courier-users] Turning off DNS lookup?

2002-06-18 Thread Anand Buddhdev
On Tue, Jun 18, 2002 at 10:26:38PM +0200, [EMAIL PROTECTED] wrote: Hello! I can't receive any mails. After tracking this problem for a whlie I tried to telnet to the server on the smtp port. I got as far as entering the MAIL FROM line, then I had to wait fo 15 about minutes, and then

[courier-users] Re: courier-imap ldap authentication

2002-06-18 Thread Sam Varshavchik
Diego De Fuentes Ceballos writes: Hello, I am trying to set up a courier imap server with ldap lookup and im having trouble setting it up, this is what i tried so far: Created an ldap entry like this: dn: cn=Diego De Fuentes, ou=Mail, dc=simer, dc=com userid: dfuentes cn: Diego

[courier-users] Re: Connections per IP

2002-06-18 Thread Sam Varshavchik
Papo Napolitano writes: Sam, Is there any way to set the max. connections per IP on a per IP basis? Example: from 10.0.0.* - 100 rest of the world - 5 No. If not... It would be a nice feature... Should I make a patch? You can try, but it's not going to be easy. -- Sam

[courier-users] Re: imapd start returns odd results

2002-06-18 Thread Sam Varshavchik
Mike Millson writes: When I do imapd start, I get the following on the screen: * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTLS AUTH=LOGIN] mmillson.bellsouth.net IMAP4rev1 2001.315rh at Tue, 18Jun 2002 14:47:15 -0400 (EDT) The cursor hangs like it is expecting some kind of input from

[courier-users] Re: SMTP-after-IMAP/POP3 etc

2002-06-18 Thread Sam Varshavchik
Daniel Bambach writes: Hiya Jesse. Well, I -could- do that.. except for a small problem. the mail clients I need to support prevent me from doing this: MS Outloook doesnt support CRAM-MD5, only plaintext or nasty MS business. Mac OS X mail cannot do SMTP over SSL... Use both. Force

Re: [courier-users] courier imap and mail spool dir

2002-06-18 Thread Mogens Valentin
Tib wrote: I need courier imap to look for mail at the /var/mail/USERNAME level rather than in Maildir style. How do I do this? I've tried looking through the documentation and found references to the fact that it can, but never how to do it. Thanks in advance. In the

Re: [courier-users] Take a Step Back

2002-06-18 Thread Mogens Valentin
Mason, Roberto wrote: I'm taking a step back. I tried to get courier to authenticate with MySQL, but I'm missing to much info. Greenhornes like me need some tlc when it comes to this, but I'll get back to it soon enough. Right now, I'm interested in getting authentication down with

Re: [courier-users] courier imap and mail spool dir

2002-06-18 Thread Tib
I looked into this and tried using '${exec_prefix}/bin/imapd /var/mail' and it didn't work out right. I assume that $LOGNAME is intended to be the login name? EOL Tib On Wed, 19 Jun 2002, Mogens Valentin wrote: Tib wrote: I need courier imap to look for mail at the

[courier-users] problems with authdaemond.mysql

2002-06-18 Thread Scott Lambert
I am having problems with authdaemond.mysql and since it isn't logging anything, I don't know what to fix. I have searched the archives without luck using google.com as a search front end for geocrawler. 20:08:58 Tue Jun 18 # ls -l /usr/local/libexec/courier-imap/authlib/ total 118 -r-xr-xr-x

[courier-users] authenticated relaying and expunging...

2002-06-18 Thread Dan
I posted these questions to usenet not even thinking about the fact that they weren't going to make it to the list s -first question I am using userdb for authentication and imap and pop3 are working but authenticated smtp relaying isn't working. I am using the systempw

[courier-users] Re: How does Courier-IMAP control qmail delivery?

2002-06-18 Thread Lars Althof
[EMAIL PROTECTED] skriver: I'm a vpopmail user, and I'm considering installing Courier-IMAP. But reading the docs I still don't understand how Courier-IMAP tells qmail where to deliver the mail. With vpopmail, I do the following: # cd $VPOPMAILDIR/bin # ./vadduser [EMAIL PROTECTED]

[courier-users] Bad file descriptor

2002-06-18 Thread Emanuel Dejanu
Hi, I see this message a lot in the /var/log/mail: Jun 19 08:54:32 main courieresmtp: id=AC4D.3D101906.5ABC,from=[EMAIL PROTECTED],addr=[EMAIL PROTECTED]: Bad file descriptor Where is the problem? Connection or the file is corrupted? If the file is corrupted how can I delete it without