Re: many users, vadduser hangs

2001-09-18 Thread Angus D Madden

On Tue, Sep 18, 2001 at 12:19:12AM +0200, Alexander Bahlo wrote:
 
 Did you inform the package maintainer? Should be going to informed 
 soon, since I find the .debs quite comfortable to use and would like to 
 start using them soon.


I have not notified the package maintainer as of yet, good point.  
I wonder about the direction of the two packages.  The courier-imap 
docs say not to use authvchkpw for new systems, they say to
use authuserdb instead.  

I think it would be possible to recompile the courier-imap packages
yourself, you'd just need to have all the dependecies for all the other
packages it builds (like ldap).  unofficial debs for qmailadmin and
autoresponder are also available if you dig around the mailing list.

g


 PGP signature


Re: many users, vadduser hangs

2001-09-18 Thread Angus D Madden

On Mon, Sep 17, 2001 at 08:11:30PM -0500, Ken Jones wrote:
 I would suggest getting a list of the users and thier
 clear text passwords. Then write a script to load it
 up into the vpopmail mysql table. Leave the pw_dir field
 empty. vpopmail will auto create the user dir and auto
 update the mysql table. These features were built so
 mysql admins could load up the database and vpopmail
 would handle the user files.

Luckily I did have a list of the clear text passwords, I build a script
that was basically:

echo Adding username; vadduser -q XXX username

for each user and then ran it as a long batch job.  It took a few hours,
but it worked.

 
 You can build a clustered solution if you plan on growing
 above 130,000 acounts or if you want to load balence.
 In that case read up on mysql replication then turn
 on the mysql replication feature in 5.0
 --enable-mysql-replication=y
 
 You can use djbdns tinydns server to radomize load across
 a set of clustered machines. 


I need to see exactly how many of the accounts are active.  Due to the
fact that we were outsourcing beforehand, I couldn't tell exactly which
accounts were active and which were not.  I'll start deleting inactive
accounts after the first 3 months, so I initially expect the numbers to
go down rather than up.  If and when they do go up I'll be back for
more as clustering is way over my head.

Thanks.

g


 PGP signature


Vpopmail 5

2001-09-18 Thread Tren Blackburn

Hi Ken;

The changelog shows version 5 out as of yesterday, yet I cannot find it
anywhere on your pages...I would *really* like to get this installed on my
boxes so if you can let me know where to download this from, I'd be
eternally grateful...

Regards,

Tren.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= EOT Networks  http://www.eotnetworks.com   -
- (403) 818-7658 =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




Re: Vpopmail 5

2001-09-18 Thread Richard A. Secor

Ken,

  Whats with this in the VpopMail 5 Source?
bash-2.05# ls -la .vpopmail.c.swp 
-rw-r--r--  1 root  wheel  16384 Sep 17 19:05 .vpopmail.c.swp
bash-2.05# ls -la vpopmail.c  
-rw-r--r--  1 root  wheel  51471 Sep  7 16:03 vpopmail.c

-Rich





qmail+vpopmail witchcraft

2001-09-18 Thread Tom Van de Wiele

hi

I'm running qmail as my smtp and pop3 server.  I have normal
unix-accounts and virtual accounts (qmail accounts) and qmail and
vpopmail are installed by the book. I made a virtual domain and some virtual pop3 
accounts with vpopmail
which are made correctly.

My pop3 line in inetd (yes, I'm using inetd for now, but that will
change once I got this working) is:

pop3stream  tcp nowait  root
/var/qmail/bin/qmail-popup qmail-popup my.full.domain /var/vpopmail/bin/vchkpw 
/var/qmail/bin/qmail-pop3d Maildir

The problem is that nor the normal users, or the virtual/qmail
accounts can collect their mail.  I've sent the accounts some mail
using my own smtp server which worked (the mail is in the
$HOME/Maildir of those users and I see the entires in the logs).

A little test:

[snip]

#telnet localhost 110
Trying 1.2.3.4 ...
Connected to my.full.domain.
Escape character is `^]`.
+OK [EMAIL PROTECTED]
user username
+OK
pass testpass
-ERR authorization failed

[/snip]

in my /var/log/messages, I get:

[snip]
  Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error
[/snip]

Always the -ERR authorization failed message. This is an
authentification problem for sure.  I replaced vchkpw with
/bin/checkpassword and then only the unixaccounts work (which is
normal because checkpassword gets its passwords from /etc/passwd or
shadow)  I see several people having the same problem, but no answers... not on 
qmail.org, nor on
the mailinglist-archive.  I'v been working on this problem for 2 days
now.

Any help would be appreciated!

Best regards

Tom Van de Wiele
[EMAIL PROTECTED]




RE: qmail+vpopmail witchcraft

2001-09-18 Thread Tren Blackburn

Sounds like your filesystem might be full. 

Regards,

Tren.

-Original Message-
From: Tom Van de Wiele [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 18, 2001 8:41 AM
To: [EMAIL PROTECTED]
Subject: qmail+vpopmail witchcraft


hi

I'm running qmail as my smtp and pop3 server.  I have normal
unix-accounts and virtual accounts (qmail accounts) and qmail and
vpopmail are installed by the book. I made a virtual domain and some
virtual pop3 accounts with vpopmail which are made correctly.

My pop3 line in inetd (yes, I'm using inetd for now, but that will
change once I got this working) is:

pop3stream  tcp nowait  root
/var/qmail/bin/qmail-popup qmail-popup my.full.domain
/var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir

The problem is that nor the normal users, or the virtual/qmail accounts
can collect their mail.  I've sent the accounts some mail using my own
smtp server which worked (the mail is in the $HOME/Maildir of those
users and I see the entires in the logs).

A little test:

[snip]

#telnet localhost 110
Trying 1.2.3.4 ...
Connected to my.full.domain.
Escape character is `^]`.
+OK [EMAIL PROTECTED]
user username
+OK
pass testpass
-ERR authorization failed

[/snip]

in my /var/log/messages, I get:

[snip]
  Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error [/snip]

Always the -ERR authorization failed message. This is an
authentification problem for sure.  I replaced vchkpw with
/bin/checkpassword and then only the unixaccounts work (which is normal
because checkpassword gets its passwords from /etc/passwd or
shadow)  I see several people having the same problem, but no answers...
not on qmail.org, nor on the mailinglist-archive.  I'v been working on
this problem for 2 days now.

Any help would be appreciated!

Best regards

Tom Van de Wiele
[EMAIL PROTECTED]





Re: inet.d script not working fine?

2001-09-18 Thread T.J. Drennan

This is a bit of topic but...

Your hostname should just be the ns1 (pop or whatever else you want) - not
the whole full domain name.

-T.J.

On 9/18/01 7:29 AM, Primetime [EMAIL PROTECTED] wrote:

 Hi, first of all I would like to say this is the first message I post to this
 mailing list.
 
 Now I would like to post a problem I am having. I am using Linux Debian sid
 on an Athlon computer. It's running kernel 2.4.9 and Qmail 1.3, as well as
 Bind 9.1.3. The hostname is ns1.linuxsilo.net (i.e. /etc/hostname contains
 that) and I installed vpopmail using apt-get install vpopmail-bin. It set
 the username and group as well as the inet.d start script.
 
 It seems that something must be wrong, maybe in my host configuration, maybe
 in my vpopmail configuration. I state this because, after running a ps -ax
 command, I get something like this in my screen:
 
 /usr/bin/tcpserver -H -R 0 pop-3 /usr/sbin/qmail-popup
 ns1.linuxsilo.net.linuxsilo.net /usr/sbin/vchkpw /usr/sbin/q [..]
 
 So, it is listening at ns1.linuxsilo.net.linuxsilo.net, while it should be
 listening to ns1.linuxsilo.net. I have checked the script under init.d and
 the line that launches the program states like this:
 
 sh -c start-stop-daemon --start --quiet --user root \
   --exec /usr/bin/tcpserver -- \
   -H -R 0 ${SERVERTYPE} /usr/sbin/qmail-popup
 `hostname`.`dnsdomainname` \
   $DAEMON /usr/sbin/qmail-pop3d Maildir 
 
 So, it tries to concatenate hostname and dnsdomainname, which obviously
 returns that bad string ns1.linuxsilo.net.linuxsilo.net.
 
 I would like to run my vpopmail server on pop3.linuxsilo.net, which is the
 same machine as ns1.linuxsilo.net. So, what should I change? Something in my
 machine? Maybe I should directly modify that line of the script and put a
 pop3.linuxsilo.net there?
 
 Thanks in advance.

-- 

***
T.J. Drennan
Software Engineer ­ Wireless Systems
   Spectrum Signal Processing
[EMAIL PROTECTED]  http://drennan.bc.ca/tj/
***





Re[2]: qmail+vpopmail witchcraft

2001-09-18 Thread Tom Van de Wiele

its not...


# df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/wd0a 3.3G   320M   2.8G10%/
/dev/cd0a 644M   644M 0B   100%/mnt





TB Sounds like your filesystem might be full. 

TB Regards,

TB Tren.

TB -Original Message-
TB From: Tom Van de Wiele [mailto:[EMAIL PROTECTED]] 
TB Sent: Tuesday, September 18, 2001 8:41 AM
TB To: [EMAIL PROTECTED]
TB Subject: qmail+vpopmail witchcraft


TB hi

TB I'm running qmail as my smtp and pop3 server.  I have normal
TB unix-accounts and virtual accounts (qmail accounts) and qmail and
TB vpopmail are installed by the book. I made a virtual domain and some
TB virtual pop3 accounts with vpopmail which are made correctly.

TB My pop3 line in inetd (yes, I'm using inetd for now, but that will
TB change once I got this working) is:

TB pop3stream  tcp nowait  root
TB /var/qmail/bin/qmail-popup qmail-popup my.full.domain
TB /var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir

TB The problem is that nor the normal users, or the virtual/qmail accounts
TB can collect their mail.  I've sent the accounts some mail using my own
TB smtp server which worked (the mail is in the $HOME/Maildir of those
TB users and I see the entires in the logs).

TB A little test:

TB [snip]

TB #telnet localhost 110
TB Trying 1.2.3.4 ...
TB Connected to my.full.domain.
TB Escape character is `^]`.
TB +OK [EMAIL PROTECTED]
TB user username
TB +OK
TB pass testpass
TB -ERR authorization failed

TB [/snip]

TB in my /var/log/messages, I get:

TB [snip]
TB   Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error [/snip]

TB Always the -ERR authorization failed message. This is an
TB authentification problem for sure.  I replaced vchkpw with
TB /bin/checkpassword and then only the unixaccounts work (which is normal
TB because checkpassword gets its passwords from /etc/passwd or
TB shadow)  I see several people having the same problem, but no answers...
TB not on qmail.org, nor on the mailinglist-archive.  I'v been working on
TB this problem for 2 days now.

TB Any help would be appreciated!

TB Best regards

TB Tom Van de Wiele
TB [EMAIL PROTECTED]




RE: Re[2]: qmail+vpopmail witchcraft

2001-09-18 Thread Tren Blackburn

Hrm.  Okies, last time I had that error it was from a full filesystem.
What happens if you make a dummy domain (test.com for example) and try
to test authorization.  Also, what auth module do you use?  Can you send
as many details as you can perhaps?  Also startup scripts for vpopmail
too would be great.

Regards,

Tren.

-Original Message-
From: Tom Van de Wiele [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 18, 2001 9:13 AM
To: Tren Blackburn
Cc: [EMAIL PROTECTED]
Subject: Re[2]: qmail+vpopmail witchcraft


its not...


# df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/wd0a 3.3G   320M   2.8G10%/
/dev/cd0a 644M   644M 0B   100%/mnt





TB Sounds like your filesystem might be full.

TB Regards,

TB Tren.

TB -Original Message-
TB From: Tom Van de Wiele [mailto:[EMAIL PROTECTED]]
TB Sent: Tuesday, September 18, 2001 8:41 AM
TB To: [EMAIL PROTECTED]
TB Subject: qmail+vpopmail witchcraft


TB hi

TB I'm running qmail as my smtp and pop3 server.  I have normal
TB unix-accounts and virtual accounts (qmail accounts) and qmail and
TB vpopmail are installed by the book. I made a virtual domain and some
TB virtual pop3 accounts with vpopmail which are made correctly.

TB My pop3 line in inetd (yes, I'm using inetd for now, but that will
TB change once I got this working) is:

TB pop3stream  tcp nowait  root
TB /var/qmail/bin/qmail-popup qmail-popup my.full.domain
TB /var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir

TB The problem is that nor the normal users, or the virtual/qmail
accounts
TB can collect their mail.  I've sent the accounts some mail using my
own
TB smtp server which worked (the mail is in the $HOME/Maildir of those
TB users and I see the entires in the logs).

TB A little test:

TB [snip]

TB #telnet localhost 110
TB Trying 1.2.3.4 ...
TB Connected to my.full.domain.
TB Escape character is `^]`.
TB +OK [EMAIL PROTECTED]
TB user username
TB +OK
TB pass testpass
TB -ERR authorization failed

TB [/snip]

TB in my /var/log/messages, I get:

TB [snip]
TB   Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error
[/snip]

TB Always the -ERR authorization failed message. This is an
TB authentification problem for sure.  I replaced vchkpw with
TB /bin/checkpassword and then only the unixaccounts work (which is
normal
TB because checkpassword gets its passwords from /etc/passwd or
TB shadow)  I see several people having the same problem, but no
answers...
TB not on qmail.org, nor on the mailinglist-archive.  I'v been working
on
TB this problem for 2 days now.

TB Any help would be appreciated!

TB Best regards

TB Tom Van de Wiele
TB [EMAIL PROTECTED]





Re: many users, vadduser hangs

2001-09-18 Thread Ken Jones

On Tue, 2001-09-18 at 06:39, Angus D Madden wrote:
 On Tue, Sep 18, 2001 at 12:19:12AM +0200, Alexander Bahlo wrote:
  
  Did you inform the package maintainer? Should be going to informed 
  soon, since I find the .debs quite comfortable to use and would like to 
  start using them soon.
 
 
 I have not notified the package maintainer as of yet, good point.  
 I wonder about the direction of the two packages.  The courier-imap 
 docs say not to use authvchkpw for new systems, they say to
 use authuserdb instead.  

That's because MrSam, who wrote courier-imap, also wrote authuserdb.
He prefers his own code.

Ken Jones

 
 I think it would be possible to recompile the courier-imap packages
 yourself, you'd just need to have all the dependecies for all the other
 packages it builds (like ldap).  unofficial debs for qmailadmin and
 autoresponder are also available if you dig around the mailing list.
 
 g
 





Re[2]: qmail+vpopmail witchcraft

2001-09-18 Thread Tom Van de Wiele

I did use user%hostname as a login, I even tried user@hostname, but
that doesn't work either...

the problem is the authentication, meaning vchkpw

I've read the FAQ, the INSTALL files and did everything BY THE BOOK.
qmail.org and life with qmail are no help





KJ Don't even bother using inetd.
KJ Also, read the INSTALL and FAQ files.
KJ They explain you need to user user@domain not just user

KJ Ken Jones

KJ On Tue, 2001-09-18 at 09:41, Tom Van de Wiele wrote:
 hi
 
 I'm running qmail as my smtp and pop3 server.  I have normal
 unix-accounts and virtual accounts (qmail accounts) and qmail and
 vpopmail are installed by the book. I made a virtual domain and some virtual pop3 
accounts with vpopmail
 which are made correctly.
 
 My pop3 line in inetd (yes, I'm using inetd for now, but that will
 change once I got this working) is:
 
 pop3stream  tcp nowait  root
 /var/qmail/bin/qmail-popup qmail-popup my.full.domain /var/vpopmail/bin/vchkpw 
/var/qmail/bin/qmail-pop3d Maildir
 
 The problem is that nor the normal users, or the virtual/qmail
 accounts can collect their mail.  I've sent the accounts some mail
 using my own smtp server which worked (the mail is in the
 $HOME/Maildir of those users and I see the entires in the logs).
 
 A little test:
 
 [snip]
 
 #telnet localhost 110
 Trying 1.2.3.4 ...
 Connected to my.full.domain.
 Escape character is `^]`.
 +OK [EMAIL PROTECTED]
 user username
 +OK
 pass testpass
 -ERR authorization failed
 
 [/snip]
 
 in my /var/log/messages, I get:
 
 [snip]
   Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error
 [/snip]
 
 Always the -ERR authorization failed message. This is an
 authentification problem for sure.  I replaced vchkpw with
 /bin/checkpassword and then only the unixaccounts work (which is
 normal because checkpassword gets its passwords from /etc/passwd or
 shadow)  I see several people having the same problem, but no answers... not on 
qmail.org, nor on
 the mailinglist-archive.  I'v been working on this problem for 2 days
 now.
 
 Any help would be appreciated!
 
 Best regards
 
 Tom Van de Wiele
 [EMAIL PROTECTED]
 
 




Re[3]: qmail+vpopmail witchcraft

2001-09-18 Thread Tom Van de Wiele

yes, I created the domains and the users using vaddomain and vadduser

I'm using vpopmail-4.9.10

my path is correct to vpopmail

and there are no stupid questions, only stupid people ;)








GG At 17:05 18.09.2001 +0200, you wrote:

user username

GG Try  with user username%my.virtual.domain, this seems to be
GG the only way to assign an user to the right virtualdomain.

I tried logging in with the virtual with user%host.com

GG [Stupid question]
GG Have you created the domain and the user in that domain 
GG (vadddomain, vadduser) ?

GG Which version are you using ? Is the path of vchkpw right 
GG (Normally /var/home/vpopmail/bin/, you're using /var/vpopmail/bin/)




RE: qmail+vpopmail witchcraft

2001-09-18 Thread Tim Hunter

The error:

Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error

is definately the problem, it looks to me that it cannot read the passwd
file maybe?

what user is your pop3 server being run as?

 -Original Message-
 From: Tom Van de Wiele [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 18, 2001 10:41 AM
 To: [EMAIL PROTECTED]
 Subject: qmail+vpopmail witchcraft


 hi

 I'm running qmail as my smtp and pop3 server.  I have normal
 unix-accounts and virtual accounts (qmail accounts) and qmail and
 vpopmail are installed by the book. I made a virtual domain and
 some virtual pop3 accounts with vpopmail
 which are made correctly.

 My pop3 line in inetd (yes, I'm using inetd for now, but that will
 change once I got this working) is:

 pop3stream  tcp nowait  root
 /var/qmail/bin/qmail-popup qmail-popup my.full.domain
 /var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir

 The problem is that nor the normal users, or the virtual/qmail
 accounts can collect their mail.  I've sent the accounts some mail
 using my own smtp server which worked (the mail is in the
 $HOME/Maildir of those users and I see the entires in the logs).

 A little test:

 [snip]

 #telnet localhost 110
 Trying 1.2.3.4 ...
 Connected to my.full.domain.
 Escape character is `^]`.
 +OK [EMAIL PROTECTED]
 user username
 +OK
 pass testpass
 -ERR authorization failed

 [/snip]

 in my /var/log/messages, I get:

 [snip]
   Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error
 [/snip]

 Always the -ERR authorization failed message. This is an
 authentification problem for sure.  I replaced vchkpw with
 /bin/checkpassword and then only the unixaccounts work (which is
 normal because checkpassword gets its passwords from /etc/passwd or
 shadow)  I see several people having the same problem, but no
 answers... not on qmail.org, nor on
 the mailinglist-archive.  I'v been working on this problem for 2 days
 now.

 Any help would be appreciated!

 Best regards

 Tom Van de Wiele
 [EMAIL PROTECTED]






RE: Vpopmail 5

2001-09-18 Thread Brad Dameron

That is a vi file left over after vi was not exited correctly.

---
Brad Dameron
Network Account Executive
TSCNet Inc.
 www.tscnet.com
Silverdale, WA. 
1-888-8TSCNET

 

-Original Message-
From: Richard A. Secor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 18, 2001 7:37 AM
To: [EMAIL PROTECTED]
Cc: Ken Jones
Subject: Re: Vpopmail 5


Ken,

  Whats with this in the VpopMail 5 Source?
bash-2.05# ls -la .vpopmail.c.swp 
-rw-r--r--  1 root  wheel  16384 Sep 17 19:05 .vpopmail.c.swp
bash-2.05# ls -la vpopmail.c  
-rw-r--r--  1 root  wheel  51471 Sep  7 16:03 vpopmail.c

-Rich






Instructions for upgrading from 4.9.10 to 5.0.0

2001-09-18 Thread Tren Blackburn

Hi Everyone;

Thought I'd throw together some instructions for upgrading a site using
mysql auth from 4.9.10 to 5.0.0 with clear text password support.  I've
used these instructions a couple times now, but they are strictly Works
For Me-ware (TM)  I hope others find these instructions of use as well.

BEFORE installing vpopmail 5:

Login to mysql
use vpopmail;
ALTER TABLE table_name ADD COLUMN pw_clear_passwd VARCHAR(255);

 - table_name is either vpopmail (for small mysql setup) or it's
   the name of the domain as shown via the show table; command

Compile vpopmail 5.0:

 - Ensure you compile with the --enable-learn-passwords=y and
   --enable-clear-passwd=y
 - do your make
 - backup ~vpopmail/bin to ~vpopmail/bin.old (just incase)

After the compile is done, test authentication to make sure you can still
login.  If that works then:

Login to mysql again and run:

UPDATE table_name SET pw_passwd=, pw_clear_passwd=;

 - table_name is either vpopmail (for small mysql setup) or it's
   the name of the domain as shown via the show table; command

And now authenticate again and verify that it has now learned your
password.  You should see a value in both the pw_passwd and
pw_clear_passwd.

I hope this helps.

Regards,

Tren.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= EOT Networks   http://www.eotnetworks.com  -
- Infinite Solutions for a Finite World  (403) 818-7658  =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




Re: Vpopmail 5

2001-09-18 Thread Richard A. Secor


Brad,
 I know that but if you notice the dates hte swap file is 10 days newer!!!
-Rich

 That is a vi file left over after vi was not exited correctly.
 
 ---
 Brad Dameron Network Account Executive
 TSCNet Inc.  www.tscnet.com
 Silverdale, WA. 1-888-8TSCNET
 
 
 Ken,
 
   Whats with this in the VpopMail 5 Source?
 bash-2.05# ls -la .vpopmail.c.swp 
 -rw-r--r--  1 root  wheel  16384 Sep 17 19:05 .vpopmail.c.swp
 bash-2.05# ls -la vpopmail.c  
 -rw-r--r--  1 root  wheel  51471 Sep  7 16:03 vpopmail.c
 
 -Rich
 
 
 
 




Mailboxes

2001-09-18 Thread Oliver - GoodnGo.COM \(R\)




Hello List,
where can I find the mailboxes for my virtual 
users??
Oli

BEGIN:VCARD
VERSION:2.1
N:GoodnGo.COM (R);Oliver -
FN:Oliver - GoodnGo.COM (R)
ORG:GoodnGo.COM;Gefü
TITLE:Geschäftsführung
NOTE:Jederzeit suchen wir Partner- und Affiliateprogramme
TEL;WORK;VOICE:0049 (0)89 54071102
TEL;HOME;VOICE:0049 (0)89 54072045
TEL;CELL;VOICE:0170 2781117
TEL;WORK;FAX:0049 (0)89 54071103
TEL;HOME;FAX:0049 (0)89 54072026
ADR;WORK:;1;Westendstrasse 20;München;Bayern;80339
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:1=0D=0AWestendstrasse 20=0D=0AM=FCnchen, Bayern 80339
URL;HOME:http://www.goodnsearch.com
URL;WORK:http://www.goodngo.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20010918T183900Z
END:VCARD



Problems with the auto-learning passwords feature

2001-09-18 Thread Tren Blackburn

Well, in followup to email about adding clear-text password support, I
found out that it only supports pop3 authentication.  IMAP and webmail
auth do *not* update the passwords.  Ken, do you have a modified
preauthvchkpw.c file for this?

Regards,

Tren.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= EOT Networks   http://www.eotnetworks.com  -
- Infinite Solutions for a Finite World  (403) 818-7658  =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




Qmail-scanner install

2001-09-18 Thread KENet Webmaster

Greets,

Having problems getting the qmail scanner installed.  How do I apply that
qmailqueue patch to the system?






RE: Qmail-scanner install

2001-09-18 Thread Tren Blackburn

The qmailqueue patch is applied to qmail, not to vpopmail.  Information
is on the qmail.org site.

Regards,

Tren.

-Original Message-
From: KENet Webmaster [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 18, 2001 1:32 PM
To: [EMAIL PROTECTED]
Subject: Qmail-scanner install


Greets,

Having problems getting the qmail scanner installed.  How do I apply
that qmailqueue patch to the system?







[Smtpauth] Stupid Question

2001-09-18 Thread Kit Halsted

Hey, maybe I can compound my error by sending this to the wrong list...

Below is a message I sent to the qmail-smtp-auth list. I'm having 
trouble setting up smtp-auth with vpopmail  my brain is mush. Any 
help would be greatly appreciated, I'd like to get this server and 
another one just like it locked down.

Thanks,
-Kit

-
Hello, let me introduce myself to this list by looking like an idiot...

I just attempted to install smtp-auth on a running qmail system by 
patching the qmail-1.03 source, installing qmail into a new 
directory,  copying the patched qmail-smtpd into /var/qmail/bin. 
Should work, but it doesn't. I'm sure it's because I'm failing to 
grasp something simple, but I've been scatter-brained  distracted 
ever since the view out my window changed so abruptly last week.

I'm running OpenBSD 2.9, -stable as 06-23-01, along with qmail 1.03  
vpopmail 4.9.8. I have no default domain, all domains are virtual. 
Here are all of the relevant files, permissions, etc. I can think of:

-
yabox# less inetd.conf
snip
smtp stream tcp nowait vpopmail /var/qmail/bin/tcp-env tcp-env 
/var/qmail/bin/qm
ail-smtpd yabox.kithalsted.com /bin/cmd5checkpw /usr/bin/true
snip

The above is all on one line; OpenBSD didn't like the \ in the 
sample. True lives in /usr/bin on OpenBSD.
-
yabox# ls -al /etc/poppasswd
-r  1 vpopmail  wheel  13 Sep 17 21:13 /etc/poppasswd

I tried this with a new user, md5user, created specifically for 
cmd5passwd as well.
-
yabox# ls -al /home/vpopmail
total 194
drwxr-xr-x  11 vpopmail  vchkpw 512 Apr  3 14:07 .
drwxr-xr-x   6 root  wheel  512 Sep 17 20:20 ..
-rw-r--r--   1 vpopmail  vchkpw 769 Apr  3 13:39 .cshrc
-rw-r--r--   1 vpopmail  vchkpw 318 Apr  3 13:39 .login
-rw-r--r--   1 vpopmail  vchkpw 105 Apr  3 13:39 .mailrc
-rw-r--r--   1 vpopmail  vchkpw 201 Apr  3 13:39 .profile
-rw---   1 vpopmail  vchkpw  65 Apr  3 13:39 .rhosts
drwx--   5 vpopmail  vchkpw 512 Apr  3 13:39 Maildir
drwxr-xr-x   2 vpopmail  vchkpw 512 Apr  3 14:07 bin
drwxr-xr-x   4 vpopmail  vchkpw 512 Apr  3 14:07 doc
drwx--   3 vpopmail  vchkpw 512 Apr 22 19:19 domains
drwxr-xr-x   2 vpopmail  vchkpw 512 Apr  3 14:05 etc
drwxr-xr-x   2 vpopmail  vchkpw 512 Apr  3 14:07 include
drwxr-xr-x   2 vpopmail  vchkpw 512 Apr  3 14:07 lib
drwx--   2 vpopmail  vchkpw 512 Apr  4 17:05 users
drwxr-xr-x   5 vpopmail  vchkpw2560 Apr  3 14:06 vpopmail-4.9.8-1
-rw-r--r--   1 vpopmail  vchkpw  167779 Apr  3 14:03 vpopmail-4.9.8-1.tar.gz
yabox# ls -al /home/vpopmail/domains
total 4
drwx--   3 vpopmail  vchkpw 512 Apr 22 19:19 .
drwxr-xr-x  11 vpopmail  vchkpw 512 Apr  3 14:07 ..
-rw---   1 vpopmail  vpopmail43 Apr 22 19:19 .dir-control
drwx--   9 vpopmail  vpopmail  1024 May 10 01:00 kithalsted.com
-

Can anybody spare a clue?

Thanks,
-Kit
-- 
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety.
-Benjamin Franklin

...qui desiderat pacem, praeparet bellum
(...if you would have peace, be prepared for war)
-Flavius Vegetius Renatus
___
Smtpauth mailing list
[EMAIL PROTECTED]
http://list.elysium.pl/mailman/listinfo/smtpauth



Re: Qmail-scanner install

2001-09-18 Thread KENet Webmaster

I realize that its applied to qmail.  I may not know everything about what
Im doing, but Im not stupid.  I asked on this list, because everyone is
talking about it, and I have yet to find any instructions on what to
actually do with it.  So far everything I find about it appears to be an
email message with the Diff output of the patch.

Nothing about what to do with it.

- Original Message -
From: Tren Blackburn [EMAIL PROTECTED]
To: 'KENet Webmaster' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, September 18, 2001 3:40 PM
Subject: RE: Qmail-scanner install


 The qmailqueue patch is applied to qmail, not to vpopmail.  Information
 is on the qmail.org site.

 Regards,

 Tren.

 -Original Message-
 From: KENet Webmaster [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 18, 2001 1:32 PM
 To: [EMAIL PROTECTED]
 Subject: Qmail-scanner install


 Greets,

 Having problems getting the qmail scanner installed.  How do I apply
 that qmailqueue patch to the system?









Re: [Smtpauth] Stupid Question

2001-09-18 Thread Brandon Ramirez

I'm not positive on this, but it's probably because you're running a binary
of qmail-smtpd that belongs in one directory in another. My qmail w/
SMTP-AUTH patch was installed in /var/qmail. Therefore I use
/var/qmail/bin/qmail-smtpd.

Try keeping it in a separate directory and using the new version.

- Original Message -
From: Kit Halsted [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 18, 2001 3:43 PM
Subject: [Smtpauth] Stupid Question


 Hey, maybe I can compound my error by sending this to the wrong list...

 Below is a message I sent to the qmail-smtp-auth list. I'm having
 trouble setting up smtp-auth with vpopmail  my brain is mush. Any
 help would be greatly appreciated, I'd like to get this server and
 another one just like it locked down.

 Thanks,
 -Kit

 -
 Hello, let me introduce myself to this list by looking like an idiot...

 I just attempted to install smtp-auth on a running qmail system by
 patching the qmail-1.03 source, installing qmail into a new
 directory,  copying the patched qmail-smtpd into /var/qmail/bin.
 Should work, but it doesn't. I'm sure it's because I'm failing to
 grasp something simple, but I've been scatter-brained  distracted
 ever since the view out my window changed so abruptly last week.

 I'm running OpenBSD 2.9, -stable as 06-23-01, along with qmail 1.03 
 vpopmail 4.9.8. I have no default domain, all domains are virtual.
 Here are all of the relevant files, permissions, etc. I can think of:

 -
 yabox# less inetd.conf
 snip
 smtp stream tcp nowait vpopmail /var/qmail/bin/tcp-env tcp-env
 /var/qmail/bin/qm
 ail-smtpd yabox.kithalsted.com /bin/cmd5checkpw /usr/bin/true
 snip

 The above is all on one line; OpenBSD didn't like the \ in the
 sample. True lives in /usr/bin on OpenBSD.
 -
 yabox# ls -al /etc/poppasswd
 -r  1 vpopmail  wheel  13 Sep 17 21:13 /etc/poppasswd

 I tried this with a new user, md5user, created specifically for
 cmd5passwd as well.
 -
 yabox# ls -al /home/vpopmail
 total 194
 drwxr-xr-x  11 vpopmail  vchkpw 512 Apr  3 14:07 .
 drwxr-xr-x   6 root  wheel  512 Sep 17 20:20 ..
 -rw-r--r--   1 vpopmail  vchkpw 769 Apr  3 13:39 .cshrc
 -rw-r--r--   1 vpopmail  vchkpw 318 Apr  3 13:39 .login
 -rw-r--r--   1 vpopmail  vchkpw 105 Apr  3 13:39 .mailrc
 -rw-r--r--   1 vpopmail  vchkpw 201 Apr  3 13:39 .profile
 -rw---   1 vpopmail  vchkpw  65 Apr  3 13:39 .rhosts
 drwx--   5 vpopmail  vchkpw 512 Apr  3 13:39 Maildir
 drwxr-xr-x   2 vpopmail  vchkpw 512 Apr  3 14:07 bin
 drwxr-xr-x   4 vpopmail  vchkpw 512 Apr  3 14:07 doc
 drwx--   3 vpopmail  vchkpw 512 Apr 22 19:19 domains
 drwxr-xr-x   2 vpopmail  vchkpw 512 Apr  3 14:05 etc
 drwxr-xr-x   2 vpopmail  vchkpw 512 Apr  3 14:07 include
 drwxr-xr-x   2 vpopmail  vchkpw 512 Apr  3 14:07 lib
 drwx--   2 vpopmail  vchkpw 512 Apr  4 17:05 users
 drwxr-xr-x   5 vpopmail  vchkpw2560 Apr  3 14:06 vpopmail-4.9.8-1
 -rw-r--r--   1 vpopmail  vchkpw  167779 Apr  3 14:03
vpopmail-4.9.8-1.tar.gz
 yabox# ls -al /home/vpopmail/domains
 total 4
 drwx--   3 vpopmail  vchkpw 512 Apr 22 19:19 .
 drwxr-xr-x  11 vpopmail  vchkpw 512 Apr  3 14:07 ..
 -rw---   1 vpopmail  vpopmail43 Apr 22 19:19 .dir-control
 drwx--   9 vpopmail  vpopmail  1024 May 10 01:00 kithalsted.com
 -

 Can anybody spare a clue?

 Thanks,
 -Kit
 --
 They that can give up essential liberty to obtain a little temporary
 safety deserve neither liberty nor safety.
 -Benjamin Franklin

 ...qui desiderat pacem, praeparet bellum
 (...if you would have peace, be prepared for war)
 -Flavius Vegetius Renatus
 ___
 Smtpauth mailing list
 [EMAIL PROTECTED]
 http://list.elysium.pl/mailman/listinfo/smtpauth





Re: Qmail-scanner install

2001-09-18 Thread Tren Blackburn

Cut the diff output to a file and patch it in.  Say you put it in
/src/qmailqueue.patch and your qmail is in /src/qmail-1.03 do

cd /src/qmail-1.03
patch  ../qmailqueue.patch

Hope that helps.  And there was no need to get defensive.  I'd forgotten
that it was just an email message.  =)

Regards,

Tren.

On Tue, 18 Sep 2001, KENet Webmaster wrote:

 I realize that its applied to qmail.  I may not know everything about what
 Im doing, but Im not stupid.  I asked on this list, because everyone is
 talking about it, and I have yet to find any instructions on what to
 actually do with it.  So far everything I find about it appears to be an
 email message with the Diff output of the patch.

 Nothing about what to do with it.

 - Original Message -
 From: Tren Blackburn [EMAIL PROTECTED]
 To: 'KENet Webmaster' [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, September 18, 2001 3:40 PM
 Subject: RE: Qmail-scanner install


  The qmailqueue patch is applied to qmail, not to vpopmail.  Information
  is on the qmail.org site.
 
  Regards,
 
  Tren.
 
  -Original Message-
  From: KENet Webmaster [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 18, 2001 1:32 PM
  To: [EMAIL PROTECTED]
  Subject: Qmail-scanner install
 
 
  Greets,
 
  Having problems getting the qmail scanner installed.  How do I apply
  that qmailqueue patch to the system?
 
 
 
 
 



-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= EOT Networks   http://www.eotnetworks.com  -
- Infinite Solutions for a Finite World  (403) 818-7658  =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




virus scanners for qmail?

2001-09-18 Thread Tom Van de Wiele

hi list!

are there any good virus scanners for qmail out there?

anything worth recommending?

best regards

Tom Van de Wiele




vpopmail or courier issue?

2001-09-18 Thread kristofer kiik

Hi,

I have trouble logging to virtual accounts using the user%address syntax with 
courier-imap's pop3 daemon. 
User@domain syntax works ok. Qmail's pop3 daemon works ok with both, @ and %.

courier-imap 1.3.11
vpopmail 5.0pre5
qmail 1.0.3

any comments?

kristofer




vpopmail 5.0pre5 problem valias

2001-09-18 Thread Joel Aasma



Hi!
I'm having some problems with getting 
qmail+vpopmail+mysql+valias work on my freebsd 4.2 box. This is what happens 
when i try to send to an valias adress:

@40003ba7b9a2053b9f5c info msg 15646: bytes 
1274 from [EMAIL PROTECTED] qp 3132 uid 
82@40003ba7b9a20aabae8c starting delivery 18: msg 15646 to local [EMAIL PROTECTED]@40003ba7b9a20ab9b84c 
status: local 1/200 remote 0/200@40003ba7b9a213c7780c delivery 18: 
deferral: 
lseek_errno=29/vdelivermail:_valiases_processed/Segmentation_fault_-_core_dumped/

thankful for all kind of help here.

Regards
Joel


Re: [Smtpauth] Stupid Question

2001-09-18 Thread Kit Halsted

At 3:51 PM -0400 9/18/01, Brandon Ramirez wrote:
I'm not positive on this, but it's probably because you're running a binary
of qmail-smtpd that belongs in one directory in another. My qmail w/
SMTP-AUTH patch was installed in /var/qmail. Therefore I use
/var/qmail/bin/qmail-smtpd.

Try keeping it in a separate directory and using the new version.

Thanks, but I don't think that's it. The original conf-qmail file 
pointed to a work directory rather than /var/qmail,  my original 
qmail-smtpd works fine.

I guess I'm going to leave this as-is for a while; I was relying on 
docs on the web to figure this out  the brain-donor admins at my ISP 
have decided that blocking port 80 is a good thing to do in the face 
of the nimda worm...

Thanks,
-Kit

- Original Message -
From: Kit Halsted [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 18, 2001 3:43 PM
Subject: [Smtpauth] Stupid Question


  Hey, maybe I can compound my error by sending this to the wrong list...

  Below is a message I sent to the qmail-smtp-auth list. I'm having
  trouble setting up smtp-auth with vpopmail  my brain is mush. Any
  help would be greatly appreciated, I'd like to get this server and
  another one just like it locked down.

  Thanks,
  -Kit

  -
  Hello, let me introduce myself to this list by looking like an idiot...

  I just attempted to install smtp-auth on a running qmail system by
  patching the qmail-1.03 source, installing qmail into a new
  directory,  copying the patched qmail-smtpd into /var/qmail/bin.
  Should work, but it doesn't. I'm sure it's because I'm failing to
  grasp something simple, but I've been scatter-brained  distracted
  ever since the view out my window changed so abruptly last week.

  I'm running OpenBSD 2.9, -stable as 06-23-01, along with qmail 1.03 
   vpopmail 4.9.8. I have no default domain, all domains are virtual.
snip
-- 
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety.
-Benjamin Franklin

...qui desiderat pacem, praeparet bellum
(...if you would have peace, be prepared for war)
-Flavius Vegetius Renatus



quota

2001-09-18 Thread Andrew Martin


Hello;

I have kinda a strange problem.  When I installed and configured vpopmail,
i put in the numbers for quota thinking it was in KByte not Byte - how can
I now, without disturbing the users already there, change the default for
a different number?

Andrew




vpopmail5.0pre5 trouble.

2001-09-18 Thread aoki


From vpopmail 4.9.10 It upgraded to 5.0pre5. 
4.9.10 It was operating then normally. 
But, It stopped operating correctly in  5.0pre5. 

Although it is the existing user, it may not be delivered correctly. 
(It may be sent and may not be sent) 


./configure --enable-logging=y --enable-default-domain=ai-bridge.com --enable-mysql=y
--enable-roaming-users=y --enable-libdir=/usr/lib 
--enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp --enable-auth-logging=y 
--enable-mysql-logging=y --enable-qmail-ext=n

   vpopmail 5.0pre5
Current settings
---

vpopmail directory = /home/vpopmail
   uid = 1001
   gid = 1001
  ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = OFF --enable-qmail-ext=n (default)
 roaming users = ON  --enable-roaming-users=y
tcpserver file = /home/vpopmail/etc/tcp.smtp
open_smtp file = /home/vpopmail/etc/open-smtp
user quota = OFF --enable-hardquota=n default
   auth module = mysql --enable-mysql=y
 mysql replication = OFF --enable-mysql-replication=n default
table optimization = many domains --enable-many-domains=y default
  system passwords = OFF --enable-passwd=n default
  file locking = ON  --enable-file-locking=y default
 file sync = ON  --enable-file-sync=y default
  auth logging = ON  --enable-auth-logging=y
 mysql logging = ON  --enable-mysql-logging=y
mysql clear passwd = OFF --enable-clear-passwd=n default
 valias processing = OFF --enable-valias=n
pop syslog = show successful and failure login attempts
 --enable-logging=y
default domain = ai-bridge.com --enable-default-domain=ai-bridge.com
  auth inc = -I/usr/include/mysql
  auth lib = -L/usr/lib  -lmysqlclient -lz

Return message is
[EMAIL PROTECTED]:
Sorry, no mailbox here by that name. vpopmail (#5.1.1)

./vuserinfo -d [EMAIL PROTECTED]
dir:|/home/vpopmail/domains/ai-bridge.com/aoki|

This directory is exist.

Is there any information required for others?

Regards.

--
AOKI