Re: [vchkpw] smtp auth

2004-04-23 Thread signo




where can i found a new one?

thanks

signo

Erwin Hoffmann wrote:

  Hi,

At 16:29 22.04.04 +0200, signo wrote:
  
  
   hello i've a problem with smtp auth

when i try to send an email i have always the message:
454 oops, unable to write pipe and I can't auth (#4.3.0)

SW:
qmail: 1.3
smtp-auth: qmail-smtpd-auth-0.31

telnet on port 25

Escape character is '^]'.
ehlo
220 -=NO UNSOLICITED BULK E-MAIL=- ESMTP
250- -=NO UNSOLICITED BULK E-MAIL=-
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
auth login
334 VXNlcm5hbWU6
dGVzdEB0ZXN0LmNo
334 UGFzc3dvcmQ6
dGVzdHBhc3M=
454 oops, unable to write pipe and I can't auth (#4.3.0)
auth plain
334 
AHRlc3RAdGVzdC5jaAB0ZXN0cGFzcw==
454 oops, unable to write pipe and I can't auth (#4.3.0)
auth CRAM-MD5
334 PDE0MTg5LjEwODI2Mzg5MjFAL2Jpbi9jaGVja3Zwdz4=
dGVzdEB0ZXN0LmNoIDRlNTE5YTIzZGQzNDBmZjJlMDRjMjkwMjFkODY1ZDNi
454 oops, unable to write pipe and I can't auth (#4.3.0)


qmail-smtp/run script:

#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming`
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
 echo QMAILDUID, NOFILESGID orMAXSMTPD is unset in
 echo /var/qmail/supervise/qmail-smtpd/run
 exit 1
fi


  1 
  


can you help me?

  
  
Please read: http://www.fehcom.de/qmail/smtpauth.html

If you contine to use the old SMTP Auth patch, you have to include your
hostname in the call of the PAM.

regards.
--eh.

Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24

  






[vchkpw] Migrating old users from another system

2004-04-23 Thread Rainer Duffner
Hi,

we have a customer who uses a mail-server with postfix (very old, last 
century or so).
His accounts are of the form mailXYZ0005 and so on and are translated to 
aliases ([EMAIL PROTECTED]) via postfix virtual-table.
Very ugly.

Now when we install a new server with vpopmail, the accounts go 
[EMAIL PROTECTED]

But he says, this is impossible because customers would have to change 
their config, which some even can't do themselves.

He has virtual domains, too, so I can't just use default-domain.

Is there a way to have a username without @ and map it to a virtual 
account of domain ?



cheers,
Rainer


[vchkpw] Convert mySQL passwords to vpasswd.cdb passwords

2004-04-23 Thread Thiago Anderson Santos
I need to convert, and migrate the servers... i don't use like use mysql =)

can i help me


[vchkpw] vpopmail + postfix

2004-04-23 Thread Paulo Fragoso
Hi,

How can we setup vpopmail to work with Postfix? Is necessary have qmail 
installed too?

Thanks,
Paulo.


Re: [vchkpw] smtp auth

2004-04-23 Thread Tom Collins
On Apr 22, 2004, at 11:43 PM, signo wrote:
 where can i found a new one?
The latest SMTP AUTH patch is included in the contrib directory of 
vpopmail 5.4.0 and later.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


[vchkpw] Major overhaul - mysql? - suggestions wanted

2004-04-23 Thread Christian Reeves
I admin an ISP (relatively small operation but may scale exponentially in
the near future).
I recently moved to a vpop solution for our hosting customers and it's
working great. We use qmail, courier-imap, qmailadmin, and HORDE/IMP for
webmail. All existing domains were moved to the new server relatively easy.
Only one left is our main company domain with a few thousand users and
their personal webspace (a real gotcha).


CURRENT:
We manage the main domain users with a custom program that parses the
command line and runs the appropriate scripts to create the users in our own
way (fancy way to create system accounts). Since these users are dialup
customers too the scripting sends off the account info to our RADIUS servers
(updates a cdb file) when we add a user. Problem is, the way it was built a
long time ago required us to use system accounts to accommodate the
personal webspace (FTP) we provide as well.

WANTED:
I want to make more of a vanilla setup (within reason) so I can find more
support options and allow more technicians to administer our services. I
like what I read about the flexibility of vpopmail with mysql as a backend.
But a few questions puzzle me... 

1. Are there any drawbacks to using the mysql backend compared to using the
default vpopmail way? 
2. Our main domain has few thousand mailbox accounts (which will grow).
Will this present a problem to qmailadmin
   or with administration by our technical support staff (vqadmin)? Are
there limitation that eclipse performance at
   some point?
3. Anyone have input on a virtual user FTP solution for these customers,
I've considered a separate server, vsftpd
   (but it requires a common shared dir) and the dreaded system accounts
once again.
5. Anyone have suggestions/experience with a giant NAS type setup where
qmail/courier-imap/vpopmail would connect to for
   the user MailDir's? ...LDAP? ...NFS? I mean Hotmail and yahoo must have
terabytes of attached storage they store
   their mailboxes on right? Any ISP's listening?


As you can see I'm stepping into some land I don't know much about but I'm
learning fast and willing to take the time to do it right the first time.
I'm willing to spend some time with a consultant for suggestions or just
plain real-world ISP type tips since I'm sure there are many variables.

Christian



[vchkpw] config errors

2004-04-23 Thread Holger Rodriguez
Hi,
I get configure errors when trying the following:
./configure
in the /usr/local/src/vpopmail-5.4.0 directory.

Environment:
Linux 2.4.19-4GB #1 Fri Sep 13 13:14:56 UTC 2002 i586 unknown
cc (GCC) 3.2
vpopmail-5.4.0

Any suggestions?

Thanks in advance,
Holger


Re: [vchkpw] vpopmail + postfix

2004-04-23 Thread X-Istence
Paulo Fragoso wrote:
Hi,

How can we setup vpopmail to work with Postfix? Is necessary have qmail 
installed too?

Thanks,
Paulo.

vpopmail was created for qmail only, postfix and qmail are two different 
MTA's so this is not a solution you can use with postfix.

X-IStence


[vchkpw] mysql aliases

2004-04-23 Thread Werner Amon
Hi,

Is it possible to convert .qmail-name files automaticly in mysql tables?

Werner


Re: [vchkpw] Major overhaul - mysql? - suggestions wanted

2004-04-23 Thread Rainer Duffner
Christian Reeves wrote:

I admin an ISP (relatively small operation but may scale exponentially in
the near future).
I recently moved to a vpop solution for our hosting customers and it's
working great. We use qmail, courier-imap, qmailadmin, and HORDE/IMP for
webmail. All existing domains were moved to the new server relatively easy.
Only one left is our main company domain with a few thousand users and
their personal webspace (a real gotcha).
CURRENT:
We manage the main domain users with a custom program that parses the
command line and runs the appropriate scripts to create the users in our own
way (fancy way to create system accounts). Since these users are dialup
customers too the scripting sends off the account info to our RADIUS servers
(updates a cdb file) when we add a user. Problem is, the way it was built a
long time ago required us to use system accounts to accommodate the
personal webspace (FTP) we provide as well.
WANTED:
I want to make more of a vanilla setup (within reason) so I can find more
support options and allow more technicians to administer our services. I
like what I read about the flexibility of vpopmail with mysql as a backend.
But a few questions puzzle me... 

1. Are there any drawbacks to using the mysql backend compared to using the
default vpopmail way? 



I thought mysql was the default  ;-)


2. Our main domain has few thousand mailbox accounts (which will grow).
Will this present a problem to qmailadmin
  or with administration by our technical support staff (vqadmin)? Are
there limitation that eclipse performance at
  some point?


I can't comment on this one, but I think I've heard that one can run 
several hundret thousand users via one mysql-server and have replicated 
frontend-servers with mysql-slaves on them.
Will probably depend on your storage-subsystem, the network and the 
usage-pattern of those users.
I assume disk-I/O will be a big problem at a certain point (concurrent 
users...).
Real world figures welcome ;-)


3. Anyone have input on a virtual user FTP solution for these customers,
I've considered a separate server, vsftpd
  (but it requires a common shared dir) and the dreaded system accounts
once again.


I've recently  toyed with the idea to use davenport:
http://davenport.sourceforge.net/
together with samba and mysql as a backend:
http://www.freebsddiary.org/samba-pam.php
I think it would be dead-cool, but I haven't found time to try it out.
Only problem is, you need either Windoze 2000/XP or KDE 3.x (OSX works, 
too, though) to use webdav natively.
Win95-NT4 need not apply... ;-)


5. Anyone have suggestions/experience with a giant NAS type setup where
qmail/courier-imap/vpopmail would connect to for
  the user MailDir's? ...LDAP? ...NFS? I mean Hotmail and yahoo must have
terabytes of attached storage they store


If you have the money, go for Netapp Filers: http://www.netapp.com (but 
you won't find pricing there...). Most expensive on the planet.
Else, I'd use FreeBSD as NFS-server. I don't know how well IDE-RAIDs 
scale in this scenario (lot's of small files).
Or Solaris x86 (Slowlaris).
And as I said, you have one mysql-server, one NFS-server as backend. the 
frontend-servers provide webmail,smtp, imap and mount the nfs-exported 
maildirs. They also have a read-only copy of the mysql-db.
And you might need some kind of load-balancing solution to map www1, 
www2, www3, ... to www


  their mailboxes on right? Any ISP's listening?

As you can see I'm stepping into some land I don't know much about but I'm
learning fast and willing to take the time to do it right the first time.
I'm willing to spend some time with a consultant for suggestions or just
plain real-world ISP type tips since I'm sure there are many variables.
 



http://www.google.com/search?q=qmail+toaster+freebsd

That's the real experts ;-)



Rainer



Re: [vchkpw] Convert mySQL passwords to vpasswd.cdb passwords

2004-04-23 Thread Thiago Anderson Santos
ok i use vconver -m -c and in migration ... this take a error ... =/ and i
l0se a passwords

- Original Message - 
From: Tom Collins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 23, 2004 11:51 AM
Subject: Re: [vchkpw] Convert mySQL passwords to vpasswd.cdb passwords


 On Apr 23, 2004, at 4:16 AM, Thiago Anderson Santos wrote:
  I need to convert, and migrate the servers... i don't use like use
  mysql =)
 
  can i help me

 Take a look at vpopmail's vconvert program.

 --
 Tom Collins  -  [EMAIL PROTECTED]
 QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
 Info on the Sniffter hand-held Network Tester: http://sniffter.com/





Re: [vchkpw] mysql aliases

2004-04-23 Thread Tom Collins
On Apr 23, 2004, at 2:01 PM, Werner Amon wrote:
Is it possible to convert .qmail-name files automaticly in mysql 
tables?
Take a look at the dotqmail2valias program included in vpopmail 5.4.1 
and later.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/