Cannot setup a default domain.

2001-01-19 Thread Konstantin Borovik
Hello, I was trying to setup default domain for vpopmail. I want that users supply only user name without domain for POP. I could do it with vpopmail-4.9.4 but I can't do it with vpopmail-4.9.6.1. System: FreeBSD-4.2-STABLE, qmail-1.03, vpopmail-4.9.6.1 For vpopmail-4.9.4 I did "ln -s domail

vdelivermail fatal error

2001-01-19 Thread Dushyanth Harinath
Hi guys, I have configured vpopmail on a solaris sparc machine (ver 8) and the compilation went off without any hitch. Iam also able to add,delete users and domains and send messages too but iam not able to receive mails. The error in syslog says -- Jan 20 00:40:13 mybox qmail: [ID 748625

Problem wit @ and netscape

2001-01-19 Thread elbetech.at Support
Hallo, there exists a problem with netscape by using "@" for login. Under Netscape i can only ose "/" and "%". I see, that postfix can handle this special-situation. Can everyone submit a patch for vchkpw, there can handle correct the login-procedure with netscape ? In the monent: Netscape lo

qmailadmin doesn't change sqwebmail passwd

2001-01-19 Thread J.M. Roth
Hi! I upgraded to the newest version of vpopmail (4.9.8) sqwebmail (1.2.1) and qmailadmin (0.42) Everything fine, except for qmailadmin which doesn't change the sqwebmail-pass file if I change a password. Can someone try those (very) new version and shed some light on it? Thanks! J.M. Roth

Re: Best method for delivering mail to two users

2001-01-19 Thread Damon Muller
On Fri, Jan 19, 2001 at 06:08:32PM -0800, John Grant wrote: > I need mail sent to [EMAIL PROTECTED] be sent to both user1 and user2. > This isn't a mailing list, just a temporary (while I'm out) kind > of thing. I put an alias in ~qmail/alias, but it didn't take, the mail > still went to user1 onl

Best method for delivering mail to two users

2001-01-19 Thread John Grant
I need mail sent to [EMAIL PROTECTED] be sent to both user1 and user2. This isn't a mailing list, just a temporary (while I'm out) kind of thing. I put an alias in ~qmail/alias, but it didn't take, the mail still went to user1 only (so at least it didn't break). What's the best method for ac

Re: Relay problems with vpopmail + qmail

2001-01-19 Thread Andras Kende
I have a problem with vpopmail it was working fine until I changed the Server IP address.. Since then pop3 is very slow (like 30 sec) Jan 18 23:41:42 web vpopmail[1269]: vchkpw: password fail [EMAIL PROTECTED]:216.32.181.26 #POP AND SMTP SERVER /bin/csh -cf '/var/qmail/rc &' /usr/local/bin/t

Re: Relay problems with vpopmail + qmail

2001-01-19 Thread Bill Shupp
Try this for you POP startup script: /usr/local/bin/tcpserver -l 0 -H -R 0 pop-3 /var/qmail/bin/qmail-popup web.aandmtech.com /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & -Bill on 1/19/01 6:56 PM, Andras Kende at [EMAIL PROTECTED] wrote: > > > I have a problem with vpopmai

Re: Relay problems with vpopmail + qmail

2001-01-19 Thread TOMY
Hi, On Fri, 19 Jan 2001 23:51:15 +0100 "Sebastian Grewing" <[EMAIL PROTECTED]> wrote: > If any client will send a message it gets the error '553 sorry, that doman > isn't in my list of allowed rcpthosts (#5.7.1)' > > I'm using the tcpserver and vpopmail 4.9.7 with mysql. I've setup the > tcp.smt

Relay problems with vpopmail + qmail

2001-01-19 Thread Sebastian Grewing
If any client will send a message it gets the error '553 sorry, that doman isn't in my list of allowed rcpthosts (#5.7.1)' I'm using the tcpserver and vpopmail 4.9.7 with mysql. I've setup the tcp.smtp file and every thing works fine. All clients IPs are in the relay table but I can't relay any m

RE: Temporary Deactivation of Accounts

2001-01-19 Thread Joe Modjeski
Very cool!!! :) The option is -p so: vmoduser -p [EMAIL PROTECTED] disables my account from POP access. I have to say you guys did great with this whole vpopmail package. Before I was using a major kludge of patches to make my setup work. If only I had found this before wasting all my time wit

RE: FreeBSD Cryptography 101 - WAS - RE: vchkpw lacking authenticatio n security

2001-01-19 Thread Joe Modjeski
>From this ls output you can see I am linked to the DES crypt libraries. This is the Standard FBSD install IF you choose to use "Export Controlled" crypto. The libscrypt libraries are MD5 ONLY. If you want to use MD5 only on your FreeBSD system You would need to change the symlinks from the libd

Re: Temporary Deactivation of Accounts

2001-01-19 Thread James
I believe support for this already exists... i.e. the gid field in the vpasswd file (or equiv for SQL). The only catch is, the software you use to interact with vpopmail has to honor that field. I'm pretty sure the vchkpw program honors disabling pop3 access. Run the vmoduser program without an

RE: Temporary Deactivation of Accounts

2001-01-19 Thread Matt D. Cummings
interested :-) m@ |-Original Message- |From: Steve Fulton [mailto:[EMAIL PROTECTED]] |Sent: Friday, January 19, 2001 1:03 PM |To: Joe Modjeski |Cc: '[EMAIL PROTECTED]' |Subject: Re: Temporary Deactivation of Accounts | | |On Fri, 19 Jan 2001, Joe Modjeski wrote: | |> I was thinking of ha

--enable-logging=v patch

2001-01-19 Thread Bill Shupp
This is a simple patch that adds the --enable-logging=v option. Since "p" logged bad passwords but not successful connections, and "y" logged successful connections but not bad passwords, I always had to edit the source to log both. I finally made a formal patch (against 4.9.8, but may work fo

Re: Temporary Deactivation of Accounts

2001-01-19 Thread Steve Fulton
On Fri, 19 Jan 2001, Joe Modjeski wrote: > I was thinking of hacking a patch for this if there are no plans. Is there > any other interest in a patch like this on the list? I second that motion .. That would be very useful for my clients as well. Steve.

RE: FreeBSD Cryptography 101 - WAS - RE: vchkpw lackingauthentic atio n security

2001-01-19 Thread Matt Simerson
One of the coolest things FreeBSD has done is include a little intelligence in their DES crypt libraries. When checking a password (against the system password files or MySQL) the DES libraries determine whether they're checking a MD5 or DES password. Unfortanately, the reverse is not true. The M

Temporary Deactivation of Accounts

2001-01-19 Thread Joe Modjeski
Are there any plans to create a way to temporarily deactivate accounts. For example... quite a few of our customer's only live here for the summer months. When they leave we deactivate thier dialup accounts, and suspend the billing for the period they are gone. Currently our provisioning just c

Re: FreeBSD Cryptography 101 - WAS - RE: vchkpw lacking authenticatio n security

2001-01-19 Thread Chris Shenton
Joe Modjeski <[EMAIL PROTECTED]> writes: > crypt( 'joeblow', '$1$qKMDvF5y$bcpzwp1mNbCQuTQYvkkeX.'); for MD5 > > On FreeBSD the DES libraries. libdescrypt is the DES+MD5 > library. > > Currently I have vpopmail+mysql authenticating successfully for BOTH MD5 and > DES passwords concurrently wit

RE: vpopmail lacks authentication security

2001-01-19 Thread Matt Simerson
> -Original Message- > From: Tamer Hassan [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 11:46 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: vpopmail lacks authentication security > > Sorry, I hate to do this. If you didn't hate to do it, you wouldn't have.

RE: vchkpw ssl addition

2001-01-19 Thread Matt Simerson
This is cool, and stunnel does work quite well (I use it elsewhere) but it's much easier to just install Courier IMAP which includes a qmail (Maildir) happy version of a POP3, POP3-SSL, IMAP, and IMAP-SSL server. What advantage is there to using qmail's POP3 daemon with stunnel over Courier IMAP's

Re: vchkpw lacking authentication security

2001-01-19 Thread James
Using stunnel: stunnel -d 995 -r localhost:pop3 -p /usr/local/etc/stunnel.pem Change the last argument to the path your private key/cert PEM file. Only downside is your pop3 logs now show the logins from 127.0.0.1. Ken Jones writes: > Thanks. I'm reading the url now. > > I think I confuse

vpopmail lacks authentication security

2001-01-19 Thread Tamer Hassan
Sorry, I hate to do this. I later posted to the list about the fact that vpopmail only uses DES. Matt Simerson said "it is silly to say that DES is insecure" and I disagreed. He then sent me a hashed password string betting me to crack it, and it turned out to be a BSD MD5 (what an iodiot). No

FreeBSD Cryptography 101 - WAS - RE: vchkpw lacking authentication security

2001-01-19 Thread Joe Modjeski
For the record on FreeBSD systems! The use of DES/MD5 is controlled entirely by the crypt libraries. Vpopmail doesn't control the use of DES/MD5 passwords. If you dig through the source you can see that it sends the entire crypted password as the crypt key. ie.. crypt( 'joeblow', 'hJPcq6ffTNHuI

Re: HardQuota Bug in all Vpopmail versions

2001-01-19 Thread Tamer Hassan
> What bug in vdelivermail quotas? > > Can you prove that it doesn't work with the 4.9.8 release and > show me how to replicate it on my machine? > > Ken Jones Ok, here is what I have done (on vpopmail 4.9.6 and 4.9.7): 1. create a [EMAIL PROTECTED] with 5 meg quota (HAS TO BE 5 MEGS- If yo

Re: HardQuota Bug in all Vpopmail versions

2001-01-19 Thread Ken Jones
Tamer Hassan wrote: > > On the vpopmail FAQ (http://www.inter7.com/vpopmail/FAQ), it mentioned:6. > > 6. How do hard quota's for users work? > >When mail is delivered to a virtual domain, vdelivermail >will deliver it to the pop users directory. vdelivermail >will enter the users M

Re: HardQuota Bug in all Vpopmail versions

2001-01-19 Thread Ken Jones
Tamer Hassan wrote: > > Hrm, > > Getting even weirded, I tried resetting a test user to 5000 bytes and he > would seccessfully get any messages "with attachments" less than 5k. Then I > set the quota to 500 (about 5 megs) and I am able to send him more than > 10 megs of attachments in severa

Re: A vpopmail + MySQL question

2001-01-19 Thread Ken Jones
David Comeau wrote: > > Here's the situation. Set up vpopmail with mysql. Works like a > charm, > but in looking toward the future, we have come across a question. > We set > up our database using large option. That is fine, and it too > works, but we > are expecting to setup 200,000 clients. Onc

Re: HardQuota Bug in all Vpopmail versions

2001-01-19 Thread Ken Jones
Tamer Hassan wrote: > > >With all due respect, I did some of my own testing of vpopmail last year > >and found that then, the quota mechanism didn't work (I was able to send > >more than the quota's worth of messages using small messages (and a perl > >script to send it rapidly). > > With all d

Re: User quota not working

2001-01-19 Thread Ken Jones
> Paulo wrote: > > Hi friends, > > I'm trying to enable user mailbox quota, but nothing is working > here. I have installed everything that is possible, qmail, vpopmail, > sqwebmail, qmailadmin, tcpserver, etc etc etc . It's ok, all the > packages are working fine, less the vsetuserquota!!!

Re: Moving and Changing Domain

2001-01-19 Thread Ken Jones
"Francis P. Ling" wrote: > > My goal: > > I have a backup of ~vpopmail/domains/test.com.my files, probably with > different UID/GID of vpopmail from the new target. I would like to copy > this files and move them to the new machine. > > My new machine: > Install qmail-1.03, vpopmail-4.94, sqweb

Re: Fw: vpopmail and qmail-smtpd-auth (2)

2001-01-19 Thread Ken Jones
Alberto Rodríguez wrote: > > - Original Message - > From: "Alberto Rodríguez" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 17, 2001 9:39 PM > Subject: vpopmail and qmail-smtpd-auth > > According qmail-smtpd-auth´s FAQ > "http://members.elysium.pl/brush/q

Re: vchkpw lacking authentication security

2001-01-19 Thread Ken Jones
Damon Muller wrote: > > On Wed, Jan 17, 2001 at 02:31:17PM -0600, Ken Jones wrote: > > > Could you post a url to the fetchmail docs on ssh tunnel? > > http://www.tuxedo.org/~esr/fetchmail/fetchmail-FAQ.html#K3 > > > Or better yet post the startup line for tcpserver/vpopmail/ssh tunnel. > > It

Fw: vpopmail and qmail-smtpd-auth (2)

2001-01-19 Thread Alberto Rodríguez
- Original Message - From: "Alberto Rodríguez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 9:39 PM Subject: vpopmail and qmail-smtpd-auth According qmail-smtpd-auth´s FAQ "http://members.elysium.pl/brush/qmail-smtpd-auth/faq.html#a2" is possible