RE: [qmailadmin] QmailAdmin 1.2.0 (final) released as stable

2004-01-28 Thread Don Walters

- Ability for postmaster to modify user quotas.


Is it possible for system admins (i.e. me) to put a limit on the maximum 
space the postmaster can assign to an individual user?

_
Check out the new MSN 9 Dial-up — fast  reliable Internet access with prime 
features! http://join.msn.com/?pgmarket=en-uspage=dialup/homeST=1



Re: [qmailadmin] Can't login and download mail

2003-09-15 Thread Don Walters
I just wanted to let you know, I solved my own problem.  In tinkering 
around, I changed the /var/qmail/supervise/qmail-pop3d/run script to say

#!/bin/sh
exec /usr/local/bin/tcpserver -H -R -v -c100 0 110 
/var/qmail/bin/qmail-popup websupport.cc \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 21

and now it works fine.  That was all it took.  Thanks very much for trying 
to help me, Dave.  I'm sorry I didn't get your message until now.



From: David Bristol [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Don Walters [EMAIL PROTECTED]
CC: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Re: [qmailadmin] Can't login and download mail
Date: 15 Sep 2003 09:52:15 +0200
Sorry, let me clarify. What happens when you telnet to the qmail server
on port 110 and login using (step-by-step):
user ([EMAIL PROTECTED])
and then
pass (your password)
Also, try ssh'ing to the box and then try (again, step-by-step):
telnet localhost 110
user ([EMAIL PROTECTED])
pass (your password)
If you get all OK, try doing: list
if this also returns a result, then you can login and check mail with
the username/password combo. If you get any kind of error message then
that will clarify the problem.
On Sun, 2003-09-14 at 22:20, Don Walters wrote:
 I am able to login with SSH and/or telnet as the root user or as any
 unprivlidged user.

 I guess you're just asking that to rule out any basic login troubles I 
might
 be having?



 From: David Bristol [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: Don Walters [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Subject: Re: [qmailadmin] Can't login and download mail
 Date: 14 Sep 2003 22:05:33 +0200
 
 What happens when you telnet to the host and try to login. Or, for that
 matter, if you ssh in to the server and telnet to the localhost to
 login.
 
 On Sun, 2003-09-14 at 21:03, Don Walters wrote:
   Ok, I have re-installed everything and I'm still having problems.  
(See
   below for the original message I posted to the list.)
  
   I decided that because I had installed qmail with a different set of
   instructions (not using LWQ)  that I would be wiser to remove the 
whole
   thing and reinstall everything from scratch according to LWQ because
 that's
   what the qmailadmin instructions assumes I had done.  I've done 
that,
 but
   I'm still having the same problem.
  
   The problem is, when I try to login to the account using Outlook 
(all
   accounts are going to be POP accounts - no local users) it gives me 
an
 error
   message.
  
   The message I'm getting is ERR Authorization failed.
  
   I think someone asked me this before when I was having trouble, so
 here's
   what I've got for /var/qmail/supervise/pop-3d/run
  
   #!/bin/sh
   exec /usr/local/bin/softlimit -m 300 \
   /usr/local/bin/tcpserver -v -R -H -l 0 0 110
 /var/qmail/bin/qmail-popup
   \
   www.websupport.cc /home/vpopmail/bin/vchkpw
   /var/qmail/bin/qmail-pop3d Maildir 21
  
   I also had this set for /bin/checkpassword (instead of
   /home/vpopmail/bin/vchkpw) but it doesn't work and I get the same 
error
 in
   either case.
  
   I have also tried logging in as the full email address
   ([EMAIL PROTECTED]) instead of just the username and it doesn't 
work
 in
   either case.
  
   Please somebody help.  I really don't want to reinstall everything 
again
 a
   third time.
  
  
  
  
  
 I've just finished the instructions for setting up vpopmail, 
mysql,
 autorespond, ezmlm and qmailadmin.  I only had a few small 
problems
 during  the installs, but I think everything is installed 
properly
 now,
 to the best  of my knowledge.

 I already had qmail installed a while back and that was working
 fine.  I
 had  mysql preinstalled when I loaded redhat 9, so it was just a
 matter
 of  getting it configured.

 Anyway now I am able to open qmailadmin in my browser, and I'm 
able
 to
 login  and create new email accounts just fine.  I have only 
created
 a
 test account  in addition to the postmaster account.  I have 
also
 tried
 sending mail to  each one, and it seems to be accepting the 
messages
 and
 properly (according  to the log files) and forwarding the 
messages
 to
 the default account.

 The problem is, I am unable to login to the account and download
 messages.   I have tried changing the password a couple of times 
to
 be
 sure it was  properly set, but I'm still unable to login.

 I am able to send mail using the test account, but it seems to 
be
 taking
 a  LOOONG time sitting in my outbox before the message actually
 sends.

 I'm really not sure where to begin, but I think it may have
 something to
 do  with removing the old qmail setup so that qmailadmin can 
take
 over?
 Can  somebody help?

 Here is how I've got vpopmail and qmailadmin configured:

 vpopmail:
 ./configure \
 --enable-roaming-users=n \
 --enable-logging=p

Re: [qmailadmin] Can't login and download mail

2003-09-14 Thread Don Walters
Ok, I have re-installed everything and I'm still having problems.  (See 
below for the original message I posted to the list.)

I decided that because I had installed qmail with a different set of 
instructions (not using LWQ)  that I would be wiser to remove the whole 
thing and reinstall everything from scratch according to LWQ because that's 
what the qmailadmin instructions assumes I had done.  I've done that, but 
I'm still having the same problem.

The problem is, when I try to login to the account using Outlook (all 
accounts are going to be POP accounts - no local users) it gives me an error 
message.

The message I'm getting is ERR Authorization failed.

I think someone asked me this before when I was having trouble, so here's 
what I've got for /var/qmail/supervise/pop-3d/run

#!/bin/sh
exec /usr/local/bin/softlimit -m 300 \
   /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup 
\
   www.websupport.cc /home/vpopmail/bin/vchkpw 
/var/qmail/bin/qmail-pop3d Maildir 21

I also had this set for /bin/checkpassword (instead of 
/home/vpopmail/bin/vchkpw) but it doesn't work and I get the same error in 
either case.

I have also tried logging in as the full email address 
([EMAIL PROTECTED]) instead of just the username and it doesn't work in 
either case.

Please somebody help.  I really don't want to reinstall everything again a 
third time.





 I've just finished the instructions for setting up vpopmail, mysql,
 autorespond, ezmlm and qmailadmin.  I only had a few small problems
 during  the installs, but I think everything is installed properly now,
 to the best  of my knowledge.

 I already had qmail installed a while back and that was working fine.  I
 had  mysql preinstalled when I loaded redhat 9, so it was just a matter
 of  getting it configured.

 Anyway now I am able to open qmailadmin in my browser, and I'm able to
 login  and create new email accounts just fine.  I have only created a
 test account  in addition to the postmaster account.  I have also tried
 sending mail to  each one, and it seems to be accepting the messages and
 properly (according  to the log files) and forwarding the messages to
 the default account.

 The problem is, I am unable to login to the account and download
 messages.   I have tried changing the password a couple of times to be
 sure it was  properly set, but I'm still unable to login.

 I am able to send mail using the test account, but it seems to be taking
 a  LOOONG time sitting in my outbox before the message actually sends.

 I'm really not sure where to begin, but I think it may have something to
 do  with removing the old qmail setup so that qmailadmin can take over?
 Can  somebody help?

 Here is how I've got vpopmail and qmailadmin configured:

 vpopmail:
 ./configure \
 --enable-roaming-users=n \
 --enable-logging=p \
 --enable-defaultquota=20971520S \
 --enable-ip-alias-domains=n \
 --enable-passwd=n \
 --enable-clear-passwd=y \
 --enable-domain-quotas=n \
 --enable-mysql=y \
 --enable-incdir=/usr/include/mysql \
 --enable-libdir=/usr/lib/mysql \
 --enable-many-domains=n \
 --enable-auth-logging=y \
 --enable-mysql-logging=y \
 --enable-valias=y \
 --enable-mysql-limits=n


 qmailadmin:
 ./configure \
 --enable-htmldir=/var/www/qmailadminhtml \
 --enable-cgibindir=/var/www/cgi-bin \
 --enable-autoresponder-bin=/usr/local/bin \
 --enable-vpopuser=vpopmail \
 --enable-ezmlmdir=/usr/local/bin/ezmlm/ezmlm-0.53 \
 --enable-ezmlmidx=y

 _
 Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage.
 http://join.msn.com/?PAGE=features/es





_
Try MSN Messenger 6.0 with integrated webcam functionality! 
http://www.msnmessenger-download.com/tracking/reach_webcam




Re: [qmailadmin] Can't login and download mail

2003-09-14 Thread Don Walters
I am able to login with SSH and/or telnet as the root user or as any 
unprivlidged user.

I guess you're just asking that to rule out any basic login troubles I might 
be having?



From: David Bristol [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Don Walters [EMAIL PROTECTED]
CC: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Re: [qmailadmin] Can't login and download mail
Date: 14 Sep 2003 22:05:33 +0200
What happens when you telnet to the host and try to login. Or, for that
matter, if you ssh in to the server and telnet to the localhost to
login.
On Sun, 2003-09-14 at 21:03, Don Walters wrote:
 Ok, I have re-installed everything and I'm still having problems.  (See
 below for the original message I posted to the list.)

 I decided that because I had installed qmail with a different set of
 instructions (not using LWQ)  that I would be wiser to remove the whole
 thing and reinstall everything from scratch according to LWQ because 
that's
 what the qmailadmin instructions assumes I had done.  I've done that, 
but
 I'm still having the same problem.

 The problem is, when I try to login to the account using Outlook (all
 accounts are going to be POP accounts - no local users) it gives me an 
error
 message.

 The message I'm getting is ERR Authorization failed.

 I think someone asked me this before when I was having trouble, so 
here's
 what I've got for /var/qmail/supervise/pop-3d/run

 #!/bin/sh
 exec /usr/local/bin/softlimit -m 300 \
 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 
/var/qmail/bin/qmail-popup
 \
 www.websupport.cc /home/vpopmail/bin/vchkpw
 /var/qmail/bin/qmail-pop3d Maildir 21

 I also had this set for /bin/checkpassword (instead of
 /home/vpopmail/bin/vchkpw) but it doesn't work and I get the same error 
in
 either case.

 I have also tried logging in as the full email address
 ([EMAIL PROTECTED]) instead of just the username and it doesn't work 
in
 either case.

 Please somebody help.  I really don't want to reinstall everything again 
a
 third time.





   I've just finished the instructions for setting up vpopmail, mysql,
   autorespond, ezmlm and qmailadmin.  I only had a few small problems
   during  the installs, but I think everything is installed properly 
now,
   to the best  of my knowledge.
  
   I already had qmail installed a while back and that was working 
fine.  I
   had  mysql preinstalled when I loaded redhat 9, so it was just a 
matter
   of  getting it configured.
  
   Anyway now I am able to open qmailadmin in my browser, and I'm able 
to
   login  and create new email accounts just fine.  I have only created 
a
   test account  in addition to the postmaster account.  I have also 
tried
   sending mail to  each one, and it seems to be accepting the messages 
and
   properly (according  to the log files) and forwarding the messages 
to
   the default account.
  
   The problem is, I am unable to login to the account and download
   messages.   I have tried changing the password a couple of times to 
be
   sure it was  properly set, but I'm still unable to login.
  
   I am able to send mail using the test account, but it seems to be 
taking
   a  LOOONG time sitting in my outbox before the message actually 
sends.
  
   I'm really not sure where to begin, but I think it may have 
something to
   do  with removing the old qmail setup so that qmailadmin can take 
over?
   Can  somebody help?
  
   Here is how I've got vpopmail and qmailadmin configured:
  
   vpopmail:
   ./configure \
   --enable-roaming-users=n \
   --enable-logging=p \
   --enable-defaultquota=20971520S \
   --enable-ip-alias-domains=n \
   --enable-passwd=n \
   --enable-clear-passwd=y \
   --enable-domain-quotas=n \
   --enable-mysql=y \
   --enable-incdir=/usr/include/mysql \
   --enable-libdir=/usr/lib/mysql \
   --enable-many-domains=n \
   --enable-auth-logging=y \
   --enable-mysql-logging=y \
   --enable-valias=y \
   --enable-mysql-limits=n
  
  
   qmailadmin:
   ./configure \
   --enable-htmldir=/var/www/qmailadminhtml \
   --enable-cgibindir=/var/www/cgi-bin \
   --enable-autoresponder-bin=/usr/local/bin \
   --enable-vpopuser=vpopmail \
   --enable-ezmlmdir=/usr/local/bin/ezmlm/ezmlm-0.53 \
   --enable-ezmlmidx=y
  
   _
   Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage.
   http://join.msn.com/?PAGE=features/es
  
  
 
 
 
 

 _
 Try MSN Messenger 6.0 with integrated webcam functionality!
 http://www.msnmessenger-download.com/tracking/reach_webcam





_
Need more e-mail storage? Get 10MB with Hotmail Extra Storage.   
http://join.msn.com/?PAGE=features/es




Re: [qmailadmin] Can't login and download mail

2003-09-08 Thread Don Walters
I realize now that I don't have any pop3 stuff under /var/qmail/supervise.  
This is how LWQ is telling me to setup qmail, but I didn't do it that way... 
I used a different howto for setting up qmail.

If I want to use this method, I'm sure I can probably set that up, but I 
don't know what things I need to change/remove elsewhere to ensure that 
everything is still ok.

Nearest I can figure, I'm using courier IMAP/relay-ctrl to handle pop3.  
Here's an excerpt from the howto I used...

vi /usr/lib/courier-imap/libexec/pop3d.rc
Right before /usr/lib/courier-imap/libexec/couriertcpd -address=$ADDRESS \ 
enter this line:
/usr/local/bin/envdir /etc/relay-ctrl /usr/local/bin/relay-ctrl-chdir \

vi /usr/lib/courier-imap/etc/pop3d
change AUTHMODULES=authdaemon to
AUTHMODULES=authdaemon relay-ctrl-allow
I could be way off here, but looking over my howto, that is the only place 
where pop3d is really discussed.  Can someone advise me?


From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [qmailadmin] Can't login and download mail
Date: Sun, 7 Sep 2003 16:07:48 -0700 (PDT)
How are you starting qmail-pop3d. It sounds like you have a file
permission issue, or more likely you script doesn't tell qmail-pop3d what
to use to authenticate users against
  An example for tcpserver is
tcpserver -H -R 0 pop3 \
qmail-popup sysadmin-inc.com \
/home/vpopmail/bin/vchkpw qmail-pop3d Maildir 
notice  /var/vpopmail/bin/vchkpw is a actual file

P.S. I am writting this email away from my servers and thought it was
qmail-popup not qmail-pop3d,  the script may call for qmail-popup instead
of qmail-pop3d
 I've just finished the instructions for setting up vpopmail, mysql,
 autorespond, ezmlm and qmailadmin.  I only had a few small problems
 during  the installs, but I think everything is installed properly now,
 to the best  of my knowledge.

 I already had qmail installed a while back and that was working fine.  I
 had  mysql preinstalled when I loaded redhat 9, so it was just a matter
 of  getting it configured.

 Anyway now I am able to open qmailadmin in my browser, and I'm able to
 login  and create new email accounts just fine.  I have only created a
 test account  in addition to the postmaster account.  I have also tried
 sending mail to  each one, and it seems to be accepting the messages and
 properly (according  to the log files) and forwarding the messages to
 the default account.

 The problem is, I am unable to login to the account and download
 messages.   I have tried changing the password a couple of times to be
 sure it was  properly set, but I'm still unable to login.

 I am able to send mail using the test account, but it seems to be taking
 a  LOOONG time sitting in my outbox before the message actually sends.

 I'm really not sure where to begin, but I think it may have something to
 do  with removing the old qmail setup so that qmailadmin can take over?
 Can  somebody help?

 Here is how I've got vpopmail and qmailadmin configured:

 vpopmail:
 ./configure \
 --enable-roaming-users=n \
 --enable-logging=p \
 --enable-defaultquota=20971520S \
 --enable-ip-alias-domains=n \
 --enable-passwd=n \
 --enable-clear-passwd=y \
 --enable-domain-quotas=n \
 --enable-mysql=y \
 --enable-incdir=/usr/include/mysql \
 --enable-libdir=/usr/lib/mysql \
 --enable-many-domains=n \
 --enable-auth-logging=y \
 --enable-mysql-logging=y \
 --enable-valias=y \
 --enable-mysql-limits=n


 qmailadmin:
 ./configure \
 --enable-htmldir=/var/www/qmailadminhtml \
 --enable-cgibindir=/var/www/cgi-bin \
 --enable-autoresponder-bin=/usr/local/bin \
 --enable-vpopuser=vpopmail \
 --enable-ezmlmdir=/usr/local/bin/ezmlm/ezmlm-0.53 \
 --enable-ezmlmidx=y

 _
 Get 10MB of e-mail storage! Sign up for Hotmail Extra Storage.
 http://join.msn.com/?PAGE=features/es





_
Send and receive larger attachments with Hotmail Extra Storage.   
http://join.msn.com/?PAGE=features/es