Re: New version of vpopmail qmailadmin

2001-07-16 Thread fox
LOL, alright then. =) I was just wondering for some new mail servers I was building. *shrug* I'll upgrade when they're ready. Though I do appreciate the rough guestimate. =) Regards, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Owner

Re: Authentification problem

2000-08-18 Thread fox
Hi; Did you install vpopmail? As I recall you need vpopmail for qmailadmin to work. It looks from your samples there that you've not installed it. You should be seeing something like: $ telnet localhost 110 Trying... Connected to loopback. Escape character is '^]'. +OK <[EMAIL PROTECTED]> USE

Problems with VPOPMail 4.9.7

2000-12-15 Thread fox
Hi everyone; Well, after hours of testing, I've determined this problem to be on the VPOPMail side. I am migrating from an AIX platform to Linux. I exported the data from the MySQL 3.22.32 on AIX with the command mysqldump -p vpopmail > vpopmail.dump. I then installed MySQL 3.22.32 on Linux 2.

Side note

2000-12-15 Thread fox
And as a side note, I cannot even delete the domain. [root@isis bin]# ./vdeldomain test.com Error: Could not add domain Definatly strange. I have no idea what is going on with this. Any suggestions? Thanks, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren

Re: Side note

2000-12-15 Thread fox
Yes, the domains tree is owned by vpopmail.vchkpw. drwx--4 vpopmail vchkpw 4096 Dec 15 15:53 blah.com drwx--4 vpopmail vchkpw 4096 Nov 1 14:59 test.com [root@isis domains]# cd test.com [root@isis test.com]# ls total 24 drwx--4 vpopmail vchkpw 4096 N

Re: Problems with VPOPMail 4.9.7

2000-12-18 Thread fox
Hi Ken; Thanks for the help, but no, this does not solve it either. It seems that there is no way to make this happen. In the end, it'll be easier for me to re-setup each domain and just refresh the /home/vpopmail/domains area from the old server before I offline it. I have verified the /var/q

Re: help!! percenthack??

2000-12-21 Thread fox
Hi Thomas; I have tested this, and yes, the server may accept the message for delivery, but if you look at your maillog, you will see the % get's reduced to an _ durring delivery and you'll just get a bounced message that states that there is no mailbox [EMAIL PROTECTED] there. QMail accepts all

Re: a little help?

2000-12-22 Thread fox
Lookin' over this, it seems your biggest problem is the username that you're authenticating with. Try username%virtualdomain. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time

Re: Re:a little help?

2000-12-22 Thread fox
When you compile VPopmail, there is a configure option --enable-logging=e|y|n|p where y turns on logging to syslo, n turns it off, e only logs errors and p includes the password sent in errors. Depending on how you have syslogd setup, it will goto /var/log/maillog (on Linux). What you would have

Re: vpopmail 4.6.9-1 + sqwebmail 1.1.0 + remote ldap ?

2000-12-29 Thread fox
I'd recommend you ask this on the sqwebmail mailing list. Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks http://www.theendoftime.net - - (403) 269-2122

Re: problem with roaming users (file open.smtp is not being created)

2001-01-02 Thread fox
Are you using MySQL auth? If you are, then the relay table is created in the vpopmail database. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks http:

Re: disk space

2001-01-16 Thread fox
Also, you could just shutdown vpopmail and qmail and manually move some of the domains to the new drive and link them in. I would do this if there isn't a cleaner way for you. Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Owner

Problems with 4.9.7

2001-01-17 Thread fox
I installed VPOPMail 4.9.7 on a RedHat 7.0 box using MySQL. It was setup to allow relaying. I do a send/receive in outlook, check the relay table (which it adds to) and then try to send a message and I get told that the domain is not in the rcpthosts file. I have no idea why relaying does not w

Problem with VPOPMail 4.9.7

2001-01-17 Thread fox
Well, please disregard my previous e-mail. *sigh* It's called "thinkin' you did it right when you really didn't" Forgot to add the --enable-roaming-users=y flag. Guess it shows that no matter how many times you do something, there's still a chance to make a mistake. Thanks again to all the ma

Open Relaying with Courier IMAP

2001-01-18 Thread fox
Hi Everyone; Went through the documentation of Courier IMAP and VPOPMail and I was not able to find how to do this. With downloading messages via pop3, authenticating to VPOPMail, it will open up relaying for that IP address for a determined amount of time. However, with Courier IMAP, is there a

Re: vpopmal + php

2001-01-27 Thread fox
Have you looked at suexec in apache? That way you don't have to run the whole webserver as vpopmail.vchkpw. Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks ht

Re: (Another) Bug in qmailadmin 0.42 ?

2001-02-01 Thread fox
Did you compile sqwebmail with --enable-webpass=vpopmail ? Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks http://www.theendoftime.net - - (403) 269-2122

Re: Ynt: (Another) Bug in qmailadmin 0.42 ?

2001-02-01 Thread fox
You made a mistake in your configure line. There is no --with-module=vchkpw. It would be --with-authvchkpw. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks

Re: qmailadmin can change pop password but not the webpass

2001-02-04 Thread fox
Actually, it should be --with-authvchkpw There is no such configure line as --with-module-authvchkpw. Also, as stated in the INSTALL docs, if the vpopmail account exists, it will include that in the list of authentication modules to be built. Regards, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: POP3 refuses to authenticate

2001-02-04 Thread fox
Are the permissions properly set for the users home directory (IE, does the user own it? If it's a virtual user, is it owned by vpopmail.vchkpw?) Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED

Re: qmailadmin can change pop password but not the webpass

2001-02-05 Thread fox
Have you tried to change the password via the sqwebmail preferences screen? These settings won't affect the qmailadmin software, only the sqwebmail software. Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTEC

Re: tcpserver: fatal: unable to bind: address already used

2001-02-06 Thread fox
Please do not send HTML e-mails. Also, by default RedHat will install their own ftp server, so please follow the previous instruction and comment out the line from the inetd.conf file. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Owner

Re: qmailloganalyzer

2001-02-14 Thread fox
Hi Jergen; I have installed your package, however, when I try to run the qmailloganalyser.pl, I get this: [root@theendoftime cgi-bin]# ./qmailloganalyzer.pl proceeding [EMAIL PROTECTED] matchup: fatal: unable to write fd 5: file descriptor not open matchup: fatal: unable to write fd 5: file desc

Re: roaming users not working, simple config, i'm stumped.

2001-02-16 Thread fox
If you're interested in SMTP logging, then install the daemontools package (http://cr.yp.to/daemontools.html) and use multilog. I get a nice log file about smtpd transfers that looks like this: @40003a8d22e52bcff334 tcpserver: status: 0/20 @40003a8d233c035c7364 tcpserver: status: 1/20 @4

Re: qmailloganalyzer 0.6

2001-02-20 Thread fox
Hi; I've tried using this program and must admit am getting frustrated. I've now lost 5 days of logs from the script. I get this error: [root@theendoftime qmail]# ./qmailloganalyzer.pl proceeding [EMAIL PROTECTED] zcat: ./qmail-20010220.gz: unexpected end of file zcat: ./qmail-20010220.gz: u

RE: qmailloganalyzer 0.6

2001-02-21 Thread fox
Hi Tim; I tried the changes you suggested and now I've lost another 2 days of logs. I'm not sure why I'm having su much trouble with this program. Anyone else have any suggestions on how to make this work? Still getting gzip complaining about the archive, and still not getting any data being pr

Re: Is there a way to make imap before smtp just like pop beforesmtp?

2001-02-25 Thread fox
I've got the exact same problem, and I can't make it work either. Vpopmail 4.9.7 Courier IMAP 1.3.1 Any suggestions? Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks

Re: Is there a way to make imap before smtp just like pop beforesmtp?

2001-02-26 Thread fox
Must be it, because I use MySQL as well. Hrm. Thanks, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks http://www.theendoftime.net - - (403) 269-2122

Strange request...

2001-03-02 Thread fox
Hi List; I'm really not sure if this is possible, but here is my question. With VPOPMail, you can support /etc/passwd users. With the POP3 daemon that comes with it, you can authenticate an /etc/passwd user and open up the relay for that user. Now, if you use another program that works off of

Re: Strange request...

2001-03-02 Thread fox
That's exactly how I've got it setup, but, it doesn't work. If you use the authtest program, it will not handle a /etc/passwd user. I've tried the syntax: ./authtest -m authvchkpw username password ./authtest -m authvchkpw username@ password ./authtest -m authvchkpw username% password and all

RE: Strange request...

2001-03-02 Thread fox
Not really, because the /etc/passwd users telnet in and use pine and other such functions. Thanks, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks http://www.

Re: Unable to chdir problem

2001-03-08 Thread fox
Do you really want all files to be 755? Wouldn't a better option be: find /home/vpopmail -type d -exec chmod 755 {} \; To change the directories to 755. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL

Re: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread fox
Try: env LIBS="-L/usr/local/mysql/lib -lmysqlclient" \ ./configure --enable-webpass=vpopmail \ --with-module=authvchkpw --enable-logincache --without-authpam \ --without-authuserdb --without-authpwd --without-authshadow \ --with-htmllibdir=/usr/www/dating/mail \ --enable-cgibindir=/usr/www/dating

Re: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread fox
Oh and to correct own e-mail, it should not be: --with-module=authvchkpw, but --with-authvchkpw which technically isn't even needed if you have the vpopmail user defined on your system. The configure script will pick it up and put in the proper directive. Not sure if that was a typo on your par

Re: How to log everything?

2001-03-18 Thread fox
There was a patch made 4.9.8 for this functionality...If you do a search through the list you'll find it or I think I can forward it to you (Not sure if I purged it) however I don't think it's been changed to work on 4.9.9 (Ken, could this patch be encorporated into the source tree as it'd be a ni

Re: How to log everything?

2001-03-18 Thread fox
Wow, I guess I should read all the messages in my inbox before I reply to them. =) Thanks for writing this patch Bill, it's definatly a nice feature to have. Cheers, Tern. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EM

Re: IMAP and Roaming Users ...

2001-03-18 Thread fox
Do a search through the mailing list. There is a way to fix this so it works. If you cannot find me, e-mail me off list and I'll tell you how to fix this. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL

Re: problems compiling qmailadmin 0.42

2001-03-21 Thread fox
What version of vpopmail are you using? Sounds like you need to upgrade. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks http://www.theendoftime.net

Re: A little problem with Courier-IMAP

2001-03-22 Thread fox
Are you using username%domain.com or [EMAIL PROTECTED] IMAP only seems to handle the [EMAIL PROTECTED] option. Give that a shot and see if ti works for ya. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAI

Re: A little problem with Courier-IMAP

2001-03-22 Thread fox
No, you don't need --with-authvchkpw. It automatically gets added as an authentication type if the configure script detects the presence of the vpopmail user. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EM

Re: problems in the log

2001-03-26 Thread fox
what is the owner of the file? Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks http://www.theendoftime.net - - (403) 269-2122

Autoresponder help

2001-03-29 Thread fox
Hi All; I've never implemented an Autoresponder until this point. What I need is an autoresponder so that when anything is sent to a pop account, it will gen a message back. Now, if it's the same name as the pop3 account (pop3 name of peter, autoresponder name of peter) it will send out the mes

Re: Whats going on?

2001-04-02 Thread fox
On Tue, 3 Apr 2001, Daniel Hardaker wrote: > : Ken, > : > : Did you install an intelligence filter. ;-) > : > : My messages get right through. > > Hey I like the idea of that > Next version of vpopmail maybe? > > ./conifigure --disable-dumb-posters :) LOL, conifigure? That's definatly tailoring

RE: Whats going on?

2001-04-03 Thread fox
LOL. =) I stand corrected (again) I have to admit, this is one of the most lighthearted lists that I'm a member of. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - Tren Blackburn - Ownermailto:[EMAIL PROTECTED] = = End of Time Networks

Re: vuserinfo on different box to main vpopmail install, sharedfiler

2001-05-25 Thread fox
I'm having a problem with this as well, however I'm using mysql authentication on vpopmail 4.9.10. When I try to run vuserinfo I get: [root@mail bin]# ./vuserinfo [EMAIL PROTECTED] vsql_getpw: failed select I have setup vpopmail with large site. Here is the strace output and a select statement

New version of vpopmail qmailadmin

2001-07-13 Thread fox
Just currious if there is an eta on the new vpopmail and qmailadmin packages. I tend to try to keep away from development versions if possible as I don't like to live on the bleeding edge, but there are some features I *really* want. Cheers, Tren. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-