Re: pop3 problems

2000-11-30 Thread Dan Phoenix
[root@thalassa backups]# su - eclipse su: warning: cannot change directory to /home/eclipse: Permission denied this is what is going on... i changed the uid on vpopmail and got him working ...still makes no sense why root cannot su to these users!! On Thu, 30 Nov 2000, Dan Phoenix

Re: R: clearopensmtp error

2000-11-30 Thread Michael T. Babcock
Dario Lesca wrote: > this is the Cause (two different F.S.) > this is the my solutions: > # ./configure --enable-tcpserver-file=~vpopmail/etc/tcp.smtp A better solution is to have it properly copy the file across filesystems instead of doing a hard link. -- Michael T. Babcock (PGP: 0xBE6C1895)

How to catch stray mail?

2000-11-30 Thread Joseff Indradjaja
Hi,   A quick, simple (hence probably dumb) question: how do you set an account in vpopmail to be the account that all stray mail goes to?   eg. If I have domain.com I want [EMAIL PROTECTED] to catch all stray mail instead of bouncing from undefined virtual email addresses.   Thanks JI

vpopmail system user feature breaks mail users ability tochange passwords

2000-11-30 Thread Matt Simerson
Using vpopmail 4.9.6, qmailadmin 0.39, sqwebmail 1.0.3, and courier-imap 1.2.2. Sqwebmail and Courier-IMAP are both compiled using the new preauthvchkpw.c file. I'm using vpopmail's feature so that each domain is created under a unique system user name. So, domain.com is owned by sytem user "d

Re: vpopmail system user feature breaks mail users ability to change passwords

2000-11-30 Thread Brian Kolaci
I fixed this in my copy last week... in vmysql.c and vcdb.c, you'll need to look for the lines: myuid = geteuid(); if ( myuid != VPOPMAILUID && myuid != 0 ) { and change them to: vget_assign(domain, NULL, 156, &uid, &gid ); myuid = geteuid(); if ( myui

Re: vpopmail system user feature breaks mail users ability to changepasswords

2000-11-30 Thread Dan Phoenix
For god sakesplease do. On Thu, 30 Nov 2000, Brian Kolaci wrote: > Date: Thu, 30 Nov 2000 22:07:39 -0500 (EST) > From: Brian Kolaci <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: vpopmail system user feature breaks mail users ability to > change pa

about vpopmail conf option

2000-11-30 Thread Hiroyuki Masuyama
Hi, All Please Tell me the unit of capacity to use --enable-hardquata in vpopmail configure. I couldn't found answer of this problem in any documents. Than you. Best Regards, - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hiroyuki Masuyama <[EMAIL PROTECTED]> Net-B, Inc. 4-17-2

Re: about vpopmail conf option

2000-11-30 Thread Dan Phoenix
Everyone ask questions and noone ever answers. There a reason for that? On Fri, 1 Dec 2000, Hiroyuki Masuyama wrote: > Date: Fri, 01 Dec 2000 12:57:35 +0900 > From: Hiroyuki Masuyama <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: about vpopmail conf option > > Hi, All > > Please Te