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

[courier-users] root owns new email

2002-11-01 Thread Harmohan Bhamra
When new email arrives,  root ends up owning it, and it doesnt show up in any clients.   any suggestions why ?

[courier-users] Re: Check fail

2002-11-01 Thread Sam Varshavchik
Russell Premont writes: When it come to this stuff I am a novice my self. :) Can I run the checks manualy? Or for that matter do I need to have imap installed if I only need You can manually edit imap/Makefile, find the line that runs the testsuite script: "LC_ALL=C; export LC_ALL ... ", prepe

Re: [courier-users] Re: Check fail

2002-11-01 Thread Russell Premont
When it come to this stuff I am a novice my self. :) Can I run the checks manualy? Or for that matter do I need to have imap installed if I only need pop3 and web support? If I do not need imap how do I remove it from the initial config. And once the bug gets fixed can I add it back in without much

[courier-users] Re: Check fail

2002-11-01 Thread Sam Varshavchik
Russell Premont writes: Same result bash-2.05$ perl -e 'stat "foo/." || die "Dead.\n";' bash-2.05$ That's a definite bug in your operating system. This is a violation of POSIX filesystem permission semantics. The same exact bug was discovered in Tru64 UNIX earlier this year. After some ba

Re: [courier-users] Re: Check fail

2002-11-01 Thread Russell Premont
Same result bash-2.05$ perl -e 'stat "foo/." || die "Dead.\n";' bash-2.05$ - Original Message - From: "Sam Varshavchik" <[EMAIL PROTECTED]> To: "Courier-Users" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 10:16 PM Subject: [courier-users] Re: Check fail > Russell Premont writes:

[courier-users] Re: Check fail

2002-11-01 Thread Sam Varshavchik
Russell Premont writes: Ok I run it with no error I could see: bash-2.05$ mkdir foo bash-2.05$ chmod u-rwx foo bash-2.05$ perl -e 'stat "foo" || die "Dead.\n";' Err... Make it perl -e 'stat "foo/." || die "Dead.\n";' , as originally. -

Re: [courier-users] Re: Check fail

2002-11-01 Thread Russell Premont
Ok I run it with no error I could see: bash-2.05$ mkdir foo bash-2.05$ chmod u-rwx foo bash-2.05$ perl -e 'stat "foo" || die "Dead.\n";' bash-2.05$ - Original Message - From: "Sam Varshavchik" <[EMAIL PROTECTED]> To: "Courier-Users" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 9:36

[courier-users] Re: Check fail

2002-11-01 Thread Sam Varshavchik
Russell Premont writes: What happens when you do: mkdir foo chmod u-rwx foo stat foo/. I can make dir d---r-xr-x 2 rpremont other512 Nov 1 20:08 foo but I get command not found for stat Instead of stat use: perl -e 'stat "foo" || die "Dead.\n";' -

Re: [courier-users] Re: Check fail

2002-11-01 Thread Russell Premont
Sorry ment to put that in. Solaris 9 Sparc - Original Message - From: "Sam Varshavchik" <[EMAIL PROTECTED]> To: "Courier-Users" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 7:49 PM Subject: [courier-users] Re: Check fail > Russell Premont writes: > > > I have removed courier untare

Re: [courier-users] Re: Check fail

2002-11-01 Thread Russell Premont
What happens when you do: mkdir foo chmod u-rwx foo stat foo/. I can make dir d---r-xr-x 2 rpremont other512 Nov 1 20:08 foo but I get command not found for stat - Original Message - From: "Sam Varshavchik" <[EMAIL PROTECTED]> To: "Courier-Users" <[EMAIL PROTECTED]> Sent: F

[courier-users] Re: Courier maildirs, auth daemon but can't receive from external mail?

2002-11-01 Thread Sam Varshavchik
Liam writes: The problem is when i send say from a hotmail account to the courier server the mail never arrives - and I can't figure out what its doing... Do you have incoming esmtp enabled? Telnet to your port 25, see what happens. --- Th

Re: [courier-users] Courier maildirs, auth daemon but can't receive from external mail?

2002-11-01 Thread Tim Hunter
OK, well send us some logs as mail arrives to the system and send us any relevant .courier files or maildrop files. Typically everything you need to know is logged.   > Hi> > I have been struggling with getting my courier install up and running> for the past few days - I think I am nearly t

[courier-users] Re: RFC compliance, header fields and CR or CRLF

2002-11-01 Thread Sam Varshavchik
Peer Oliver Schmidt writes: thank you. I will change my MTA accordingly. What did throw me off a little bit, is the fact, that the courier IMAP accepts messages with a LF at the end for each header line, where it should require a CR LF. No, it shouldn't. When Courier-IMAP reads mail off the di

[courier-users] Re: Check fail

2002-11-01 Thread Sam Varshavchik
Russell Premont writes: I downloaded version 0.39.3 from the website or freshmeat can remember. I how do i check the version? Not applicable to 0.39.3. --- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Co

[courier-users] Re: Check fail

2002-11-01 Thread Sam Varshavchik
Russell Premont writes: I have removed courier untared a new one ran ./configure --enable-mimetypes then ran make then ran make check and it still fails on imap. I have rerun LC_ALL=C; export LC_ALL; ./testsuite | ./testsuitefix.pl | sort > testtsuite1.txt and then ran diff -ic testsuite1.txt t

Re: [courier-users] Re: Check fail

2002-11-01 Thread Russell Premont
I have removed courier untared a new one ran ./configure --enable-mimetypes then ran make then ran make check and it still fails on imap. I have rerun LC_ALL=C; export LC_ALL; ./testsuite | ./testsuitefix.pl | sort > testtsuite1.txt and then ran diff -ic testsuite1.txt testsuite.txt and here are

[courier-users] Courier maildirs, auth daemon but can't receive from external mail?

2002-11-01 Thread Liam
Hi   I have been struggling with getting my courier install up and running for the past few days - I think I am nearly there but am missing something small - I think.   My config - Clean Redhat 7.3 install. courier-0.39.3, authdaemon,  maildir/maildrop, using couriers sendmail   Currently - c

[courier-users] Re: Check fail

2002-11-01 Thread Russell Premont
I downloaded version 0.39.3 from the website or freshmeat can remember. I how do i check the version? - Original Message - From: "Sam Varshavchik" <[EMAIL PROTECTED]> To: "Courier-Users" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 5:57 PM Subject: [courier-users] Re: Check fail >

Re: [courier-users] Run courier-imap as non-root user

2002-11-01 Thread Peter Hanusiak
On Fri, Nov 01, 2002 at 09:30:08PM +, Brian Candler wrote: > If you want authdaemond to run as a non-root user too, then you will need to > use su: > > su xxx -c "/path/to/courier-imap/libexec/authlib/authdaemond start" > > (which you can do by modifying pop3d.rc), and make sure that all the

[courier-users] Re: perlfilter question

2002-11-01 Thread Sam Varshavchik
Chris Petersen writes: I guess so. so I'd write one master filter that would then launch whatever else it wanted? Just seems like it'd be easier to install those other ones on their own - so I wouldn't have to customize each and every Perl is sufficiently flexible enough to implement that

[courier-users] Re: Check fail

2002-11-01 Thread Sam Varshavchik
Russell Premont writes: I ran LC_ALL=C; export LC_ALL; ./testsuite | ./testsuitefix.pl | sort > testsuite1.txt to generate testsuite1.txt. I then ran diff -ic testsuite1.txt testsuite.txt to compare my output to testsuite.txt and got the following: Are you building 1.6.0 and using --with-trashq

[courier-users] Re: Run courier-imap as non-root user

2002-11-01 Thread Sam Varshavchik
Peter Hanusiak writes: Hi, I want to ask how to setup courier-imap service to run as non-root user on RedHat box. I tried to change /usr/lib/courier-imap/libexec/pop3d.rc (also ssl and imap stuff) script to start /usr/lib/courier-imap/libexec/couriertcpd with additional params -user -group then

Re: [courier-users] Re: RFC compliance, header fields and CR or CRLF

2002-11-01 Thread Peer Oliver Schmidt
Sam Varshavchik writes: Lines in text files on UNIX/POSIX systems are terminated by the NL character. The SMTP protocol has nothing to do with how text files look on unix-derived systems. sqwebmail submits the message, in standard UNIX/POSIX text format to the local mail server, which is then

[courier-users] Removing .Trash

2002-11-01 Thread universe
Hi, I'm quite sure this is a FAQ, but unfortunately I couldn't find the answer to this question. How does one permanently remove the .Trash folder in one's mailbox? As soon as I re-start my IMAP client courier will automatically re-create the previously removed .Trash folder. If it cannot be remov

Re: [courier-users] Run courier-imap as non-root user

2002-11-01 Thread Brian Candler
On Fri, Nov 01, 2002 at 05:52:15PM +0100, Peter Hanusiak wrote: > I want to ask how to setup courier-imap service to run as non-root > user on RedHat box. I tried to change > /usr/lib/courier-imap/libexec/pop3d.rc (also ssl and imap stuff) > script to start > /usr/lib/courier-imap/libexec/couriertc

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

2002-11-01 Thread Michael Carmack
On Fri, Nov 01, 2002 at 07:54:16AM -0500, Sam Varshavchik wrote: > > The permissions or the ownership of this directory are fscked up. Yep, that was it. sendmail was suid, but part of an installation script ended up in a cron job, and the 'tmp' directories were being re-created hourly with the wr

[courier-users] Run courier-imap as non-root user

2002-11-01 Thread Peter Hanusiak
Hi, I want to ask how to setup courier-imap service to run as non-root user on RedHat box. I tried to change /usr/lib/courier-imap/libexec/pop3d.rc (also ssl and imap stuff) script to start /usr/lib/courier-imap/libexec/couriertcpd with additional params -user -group then I saw that all imap proce

Re: [courier-users] Re: perlfilter question

2002-11-01 Thread Chris Petersen
> > I've been thinking about messing around with the perlfilter functions in > > courier, but the documentation is a bit confusing... in .40, there is an > > /etc/courier/filters/active directory, but nothing of this in the > > documentation. > This directory is maintained by the filterctl/cour

[courier-users] Re: Check fail

2002-11-01 Thread Russell Premont
I ran LC_ALL=C; export LC_ALL; ./testsuite | ./testsuitefix.pl | sort > testsuite1.txt to generate testsuite1.txt. I then ran diff -ic testsuite1.txt testsuite.txt to compare my output to testsuite.txt and got the following: bash-2.05$ diff -ic testsuite1.txt testsuite.txt *** testsuite1.txt

[courier-users] Re: RFC compliance, header fields and CR or CRLF

2002-11-01 Thread Sam Varshavchik
Peer Oliver Schmidt writes: Good day, quick question regarding message header format created by Webmail. I am using SQWebmail as my reference implementation for RFC compliance. SQWebmail creates a new message with the header fields limited by a LineFeed (0x0A). Looking at RFC 822, I get the fe

[courier-users] Re: Port 143 not accessible for outside hosts

2002-11-01 Thread Sam Varshavchik
Jon-Ivar Lund writes: Hi I'm running qmail 1.03 and courier-imap 1.6.0 on an RH 8.0 box. Courier-imap is started from qmail's qmailctl script by adding /usr/lib/courier-imap/libexec/imap.rc start to the start section of qmailctl. The ADDRESS in /usr/lib/courier-imap/etc/imapd is set to the host'

[courier-users] Re: Corrupted aliases file?

2002-11-01 Thread Sam Varshavchik
Sakimura, Nat writes: Hi. This morning, I had a peculier symptom. I suddenly started to receive 511 Mail rejected because the server you are sending to is misconfigured. error. Restarting courier did not fix it. Running makealiases again fixed it. Has anyone had similar experience?

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

2002-11-01 Thread Sam Varshavchik
Michael Carmack writes: 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 i

[courier-users] RFC compliance, header fields and CR or CRLF

2002-11-01 Thread Peer Oliver Schmidt
Good day, quick question regarding message header format created by Webmail. I am using SQWebmail as my reference implementation for RFC compliance. SQWebmail creates a new message with the header fields limited by a LineFeed (0x0A). Looking at RFC 822, I get the feeling it should be CR/LF (0x0C

[courier-users] POP3 problem

2002-11-01 Thread Roelf Schreurs
Hi We've been using the courier-imap pop3 daemon. We are also using maildir and this is running on a Dual cpu Freebsd 4.4 server. Everything is working fine when clients retrieve their mail, until they have about 1500 e-mails in their maildir (clients "leave mail on server"). Then the mail cli

[courier-users] No email showing in OE, using courier-imap

2002-11-01 Thread Harmohan Bhamra
Hi I am using Debian(woody) Postfix, Procmail, and courier-imap. My skill levels for linux probably rate at newbie. So here is my story. I can send and receive emails. (Mail gets sent out, I receive on my other accounts, Mail gets received, I can see it in the /home/testuser/Maildir/new direct