pop3 and maildirs now....

1999-10-15 Thread Jennifer Tippens

Now that I'm actually getting mail delivered...
I'm trying to get pop3 to work.

I installed checkpassword.
qmail works.

I put:

tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup FQDN \
/bin/checkpassword /var/qmail/bin/qmail-pop3d maildir 21 | \
/var/qmail/bin/splogger pop3d 

after everything else in both the start and restart case of my qmail startup
script (which is the one on "life with qmail" more or less).

now..
MS outlook (I know, I know) gives me the following error:
Server Response: '-ERR this user has no $HOME/Maildir'. (Account:
'web01.surfari.com', POP3 Server: 'web01.surfari.com', Error Number:
0x800ccc92).

erg...
What did I not do yet?
-Jen



Re: pop3 and maildirs now....

1999-10-15 Thread James J. Lippard

On Fri, 15 Oct 1999 14:28:41 -0500 in 002801bf1743$7ce98670$7758eacf@jennifer 
"Jennifer Tippens" [EMAIL PROTECTED] wrote:
 Now that I'm actually getting mail delivered...
 I'm trying to get pop3 to work.
 
 I installed checkpassword.
 qmail works.
 
 I put:
 
 tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup FQDN \
 /bin/checkpassword /var/qmail/bin/qmail-pop3d maildir 21 | \
 /var/qmail/bin/splogger pop3d 
 
 after everything else in both the start and restart case of my qmail startup
 script (which is the one on "life with qmail" more or less).
 
 now..
 MS outlook (I know, I know) gives me the following error:
 Server Response: '-ERR this user has no $HOME/Maildir'. (Account:
 'web01.surfari.com', POP3 Server: 'web01.surfari.com', Error Number:
 0x800ccc92).
 
 erg...
 What did I not do yet?
 -Jen

Capitalize "Maildir" in your tcpserver command line.

Jim Lippard [EMAIL PROTECTED]http://www.discord.org/
Unsolicited bulk email charge:$500/message.   Don't send me any.
PGP Fingerprint:  0C1F FE18 D311 1792 5EA8  43C8 7AD2 B485 DE75 841C



RE: pop3 and maildirs now....

1999-10-15 Thread Tim Hunter

you need to make a few changes
change FQDN to whatever your machines fully qualified domain name is e.g.
web01.surfari.com
change maildir to ./Maildir/

Thats a common FAQ, you might want to re-read LWQ

Tim

-Original Message-
From: Jennifer Tippens [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 15, 1999 3:29 PM
To: Qmail
Subject: pop3 and maildirs now


Now that I'm actually getting mail delivered...
I'm trying to get pop3 to work.

I installed checkpassword.
qmail works.

I put:

tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup FQDN \
/bin/checkpassword /var/qmail/bin/qmail-pop3d maildir 21 | \
/var/qmail/bin/splogger pop3d 

after everything else in both the start and restart case of my qmail startup
script (which is the one on "life with qmail" more or less).

now..
MS outlook (I know, I know) gives me the following error:
Server Response: '-ERR this user has no $HOME/Maildir'. (Account:
'web01.surfari.com', POP3 Server: 'web01.surfari.com', Error Number:
0x800ccc92).

erg...
What did I not do yet?
-Jen