[courier-users] gmake on freebsd

2003-02-13 Thread Ben JW
well - i discovered that gmake succeeds if i'm logged in as root - but fails when i'm logged in as a normal user. should i be logged in as the vpopmail user to get gmake to succeed? --- This SF.NET email is sponsored by: FREE SSL Guide from Th

[courier-users] no authvchkpw - no compile

2003-02-13 Thread Ben JW
i'm trying to install courier to use authvchkpw but the install script never finds the vpopmail account on the system. [freebsd 5.0] when i use gmake after configure. == /usr/libexec/elf/ld: cannot find -lvpopmail gmake[1]: *** [authvchkpw] Error 1 gmake[1]: Leaving directory `/usr/local/src/courie

[courier-users] no compile with gmake on freebsd

2003-02-13 Thread Ben JW
why does this not compile on freebsd 5.0 with gmake -- (we want to use vchkpw) #gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/vpopmail/include -g -O2 -W all -I.. -I./.. -c modauthvchkpw.c gmake: *** No rule to make target `../md5/libmd5.a', needed by `authvchkpw'. Stop. --

Re: [courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Gordon Messmer
On Thu, 2003-02-13 at 13:28, Jerry Amundson wrote: > Weird, at one point I put fam in debug mode, and it seems to get the > error one second, then go away the next... ... > Then, working, right? > > [root@uhura log]# grep norsini/Maildir debug | grep 10:53 | tail -5 > Feb 13 10:53:47 uhura fam[18

Re: [courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Gordon Messmer
On Thu, 2003-02-13 at 15:16, Sam Varshavchik wrote: > Well, it's obviously an NFS issue. I do understand that FAM has some > special code for NFS. As I understand it, FAM runs on both the client and > the server, and the FAM daemon on the client talks to the server, and the > NFS server (which

[courier-users] SQWEBMAIL_AUTORENAMESENT

2003-02-13 Thread Jason
CU, I am trying to disable the auto rename sent option in httpd.conf, the only information I could find is below, http://www.courier-mta.org/install.html --disable-autorenamesent - do not rename the Sent folder every month. This option can also be controlled by the SQWEBMAIL_AUTORENAMESENT en

[courier-users] how to block specific domains for outgoing mails

2003-02-13 Thread Kiran Kumar Vangaveti
hi, I've been using Courier for a long time now and am quite satisfied with its performance. I've a Question : how do i block specific domains for outgoing mails ? Can anyone help me on this please. regards KIRAN --- This SF.NET email

[courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Sam Varshavchik
Jerry Amundson writes: Weird, at one point I put fam in debug mode, and it seems to get the error one second, then go away the next... Not working [root@uhura log]# grep norsini/Maildir messages | grep "\[18606\]" | tail -5 Feb 13 10:53:02 uhura fam[18606]: can't chdir("/home/users/norsin

[courier-users] Re: postmaster problem

2003-02-13 Thread Sam Varshavchik
Stephen Reese writes: I'm receiving the following error when attempting to send mail through courier: How could I setup courier with a proper postmaster account. I attempted to use a local user on the machine, but it doesn't seem to be working correctly? See "Create system aliases" in INSTALL.

Re: [courier-users] Re: courier-imap ssl: CA Certificates?

2003-02-13 Thread elijah
On Wed, 12 Feb 2003, Sam Varshavchik wrote: > For Courier-IMAP, convert all three files to PEM format, and concatenate > them together. That's your certificate file. > > See http://www.openssl.org/docs/ssl/SSL_CTX_use_certificate.html > Courier uses SSL_CTX_use_certificate_chain_file(). Thanks f

Re: [courier-users] Compile of courier-imap-1.7.0 RPM Build Errors

2003-02-13 Thread Brendan Pratt
- Original Message - From: "Greg Cirino" <[EMAIL PROTECTED]> my issue is when I rpm -ta courier-imap-1.7.0.tar.bz2 as a general user (in the user's home root) the end of the compile process the message indicates the following: Compiling modauthvchkpw.c gcc -I/home/vpopmail/include -O2

[courier-users] postmaster problem

2003-02-13 Thread Stephen Reese
I'm receiving the following error when attempting to send mail through courier: How could I setup courier with a proper postmaster account. I attempted to use a local user on the machine, but it doesn't seem to be working correctly? This is a delivery status notification from prcserver.prcdigita

Re: [courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Jerry Amundson
Gordon Messmer wrote: On Thu, 2003-02-13 at 11:07, Jerry Amundson wrote: Feb 13 10:21:59 uhura fam[4452]: can't chdir("/home/users/cindy/Maildir/./cur"): Permission denied If you're mounting /home from NFS, try setting the no_root_squash option on the NFS server. /home is local to this serve

Re: [courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Gordon Messmer
On Thu, 2003-02-13 at 11:07, Jerry Amundson wrote: > >>> Feb 13 10:21:59 uhura fam[4452]: can't > >>> chdir("/home/users/cindy/Maildir/./cur"): Permission denied > >> > >> If you're mounting /home from NFS, try setting the no_root_squash option > >> on the NFS server. > > > > /home is local to th

Re: [courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Jerry Amundson
Jerry Amundson wrote: Gordon Messmer wrote: On Thu, 2003-02-13 at 08:32, Jerry Amundson wrote: I added "-v" in /etc/xinetd.d/sgi_fam and now see this getting syslog'd Feb 13 10:21:59 uhura fam[4452]: can't chdir("/home/users/cindy/Maildir/./cur"): Permission denied Feb 13 10:21:59 uhura fa

Re: [courier-users] Re: I do not receive postmaster messages! Why?

2003-02-13 Thread Chris Berry
From: Mircea Damian <[EMAIL PROTECTED]> When does a double bounce happen and how can I differentiate between a bounce and a double bounce so I can separate them in different accounts? A double bounce happens when a bounce message bounces. You can tell the difference because a bounce message con

Re: [courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Jerry Amundson
Gordon Messmer wrote: On Thu, 2003-02-13 at 08:32, Jerry Amundson wrote: I added "-v" in /etc/xinetd.d/sgi_fam and now see this getting syslog'd Feb 13 10:21:59 uhura fam[4452]: can't chdir("/home/users/cindy/Maildir/./cur"): Permission denied Feb 13 10:21:59 uhura fam[4452]: Shutting down con

[courier-users] courier-imap/bin/imapd: Permission denied

2003-02-13 Thread ow
Hi, I getting this "Permission denied" error when I'm trying to logon from Mozilla. I believe the client account (IMAP) has been set properly. Any ideas? Thanks in advance. --- /va/log/messages Feb 13 12:47:22 testsrv authdaemond.plain:

Re: [courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Gordon Messmer
On Thu, 2003-02-13 at 08:32, Jerry Amundson wrote: > > I added "-v" in /etc/xinetd.d/sgi_fam and now see this getting syslog'd > > Feb 13 10:21:59 uhura fam[4452]: can't > chdir("/home/users/cindy/Maildir/./cur"): Permission denied > Feb 13 10:21:59 uhura fam[4452]: Shutting down connection > Fe

Re: [courier-users] Re: maildirsize not updated when deleting a whole mailbox!

2003-02-13 Thread Daniel Higgins
i've noticed that here, "eventually" can be a few months :P i noticed that, on some accounts that i removed the quota on (in the dabatase), the maildirsize file didn't get updated and i had to manually remove it -- Daniel Higgins Administrateur Système / System Administrator Netcommunications Inc.

Re: [courier-users] Re: Compile of courier-imap-1.7.0 RPM Build Errors

2003-02-13 Thread Greg Cirino
Bill Michell wrote: | | > /usr/bin/ld: cannot find -lvpopmail | Either the vpopmail libraries aren't installed (you may need to install a | special vpopmail development rpm) or else the general user doesn't have | permission to read the directory that the vpopmail library has been | installed t

Re: [courier-users] Re: fam, IDLE, and 0.40.1 delay

2003-02-13 Thread Jerry Amundson
Sam Varshavchik wrote: Jerry Amundson writes: I have not changed /etc/xinetd.d/sgi_fam and /etc/fam.conf from the stock install. I could do some troubleshooting off hours, if need be... Thoughts? Check if anything's logged to syslog. I added "-v" in /etc/xinetd.d/sgi_fam and now see this

RE: [courier-users] Directions on installation of Sqwebmail-3.3.1

2003-02-13 Thread Rick Erlandson
The instructions are in the tarball. tar zxvf sqweb*gz should do it... I guess thats step 1 :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Tu Sent: February 12, 2003 10:51 AM To: '[EMAIL PROTECTED]' Subject: [courier-users] Directions on install

[courier-users] Re: Compile of courier-imap-1.7.0 RPM Build Errors

2003-02-13 Thread Bill Michell
Greg Cirino writes: my issue is when I rpm -ta courier-imap-1.7.0.tar.bz2 as a general user (in the user's home root) the end of the compile process the message indicates the following: /usr/bin/ld: cannot find -lvpopmail Either the vpopmail libraries aren't installed (you may need to inst

[courier-users] Compile of courier-imap-1.7.0 RPM Build Errors

2003-02-13 Thread Greg Cirino
Hello, I am running Linux 7.3 (latest kernel) qmail 1.0.3 (maildirs) vpopmail 5.3.16 (installed from tarball not rpm) vqadmin SpamAssassin 2.5.0-CVS safecat 0.9 rpm 4.0.4-7x.18 rpm directory structure in the user's home directory with the appropriate .rpmmacros file and %_topdir entry echo "%_to

Re: [courier-users] Re: maildirsize not updated when deleting a whole mailbox!

2003-02-13 Thread Brian Candler
On Thu, Feb 13, 2003 at 09:22:49AM +0100, Michel.Minsoul wrote: > > > I have been using courier-imap for a few days and I have just noticed that > > > when I delete a folder (and all the messages it contains) from my IMAP > > > client, the maildirsize file is not updated which is of course a > > >

[courier-users] Wonna go for a dinner with me?

2003-02-13 Thread Neighbour
CWSQUQNDX86HmKCK4y05Fg28b32oabauwqvrvlxlq Hi, Do you want to get to meet the hottest teens ever? Then check out our new private website with contact info to sexy teens! Hundreds of livecams , thousands of high quality pictures and movies are available for free Also we have Livesho

[courier-users] Re: courier & ldap - delivery problem

2003-02-13 Thread Sam Varshavchik
Marek Pasovsky writes: Well, Authdaemn runs (3 processes as I specified in the authdaemonrc). I have corrected the UID,GID settings (commented them out in authldaprc) but I do not see any conflict in home directory settings and for the worse - I cannot find the authtest utility (locate authtes

[courier-users] Re: configure script can't locate Perl

2003-02-13 Thread Toby Walsh
Sam Varshavchik wrote: Malone writes: checking for perl5... no checking for perl... no configure: error: Perl not found. configure: error: /bin/sh './configure' failed for unicode sh-2.05a$ which perl /usr/bin/perl sh-2.05a$ perl -v This is perl, v5.8.0 built for i586-linux Append a dummy di

[courier-users] Half a mailbox visible?

2003-02-13 Thread Brian Candler
Strange problem I've just observed with Courier-imap, on a Maildir which I use for a high-volume mailing list. The POP3 server doesn't "see" all the messages in one go. This morning, manually checking the maildir, I saw 90 messages: bash-2.05a# ls /mail/1/8/1a/1d/blah%example.com/new | wc -l

Re: [courier-users] IP address

2003-02-13 Thread Marek Pasovsky
Well, if you want to bind courier to a particular IP-Address look for ADDRESS directive in config file (e.g. esmtpd for smtp-part) and set it to IP which you prefer. taken from esmtpd configfile: ##NAME: ADDRESS:0 # # Address to listen on, can be set to a single IP address. # # ADDRESS=127.0.0

Re: [courier-users] Re: courier & ldap - delivery problem

2003-02-13 Thread Marek Pasovsky
Well, Authdaemn runs (3 processes as I specified in the authdaemonrc). I have corrected the UID,GID settings (commented them out in authldaprc) but I do not see any conflict in home directory settings and for the worse - I cannot find the authtest utility (locate authtest returns nothing, direc

Re: [courier-users] Re: maildirsize not updated when deleting awhole mailbox!

2003-02-13 Thread Michel.Minsoul
On Wed, 12 Feb 2003, Sam Varshavchik wrote: > Michel.Minsoul writes: > > > Hi, > > > > I have been using courier-imap for a few days and I have just noticed that > > when I delete a folder (and all the messages it contains) from my IMAP > > client, the maildirsize file is not updated which is of