Fw: vchkpw tcp.smtp rebuild problem (possibly)

2001-04-11 Thread Jim Hamann
I am having a problem along the lines. I can't get it to rebuild the file at all. the open-smtp file is updated, but tcprules seems to never run, and the tcp.smtp.cdb file is never updated. I was missing the "--enable-tcpserver-file=~vpopmail/etc/tcp.smtp" in my config file, so I hope using that

Re: vchkpw tcp.smtp rebuild problem (possibly)

2001-04-11 Thread Jim Hamann
What are your user/groupids? -u1003 -g1003 -u 1009 -g 1005 - Original Message - From: "Gourgen Hakobian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 12:05 PM Subject: vchkpw tcp.smtp rebuild problem (possibly) Hi there Here is the problem... I alread

Re: vchkpw tcp.smtp rebuild problem (possibly)

2001-04-11 Thread Jim Hamann
What are your user/groupids? -u1003 -g1003 -u 1009 -g 1005 - Original Message - From: "Gourgen Hakobian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 12:05 PM Subject: vchkpw tcp.smtp rebuild problem (possibly) Hi there Here is the problem... I alread

Re: vchkpw tcp.smtp rebuild problem (possibly)

2001-04-11 Thread Jim Hamann
What are your user/groupids? -u1003 -g1003 -u 1009 -g 1005 - Original Message - From: "Gourgen Hakobian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 12:05 PM Subject: vchkpw tcp.smtp rebuild problem (possibly) Hi there Here is the problem... I alread

Re: Re[2]: vchkpw tcp.smtp rebuild problem (possibly)

2001-04-11 Thread Jim Hamann
Sorry for the multiple replies, I changed a variable in qmail and somehow it looped. That was interesting to say the least - Original Message - From: "Gourgen Hakobian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 1:39 PM Subject: Re[2]: vchkpw tcp.smtp rebu

Re: Vpopmail privacy problem please help ;(

2001-04-17 Thread Jim Hamann
It should show the local IP that the mail came from. I use this information all the time to track down spammers to the ISP they dialed into. - Original Message - From: "Jeremy Gray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 4:11 PM Subject: Vpopmail priva

Re: Tranferring Domains

2001-05-07 Thread Jim Hamann
I tried copying my Maildirs to a different partition and mounting that partition as the original. After that' mail could not be delivered. It seemed that the actual inodes were being referenced. I would make a few test runs. I was able to recently takeover a domain name for a friend. I setup

Re: Authenticated SMTP?

2001-05-07 Thread Jim Hamann
I had the same results as Rick. It took me a bit to get it setup since I didn't read the setup completely. Users that use POP in Outlook Express have no problems since OE checks POP before sending. Regular Outlook intermittently tried to send before POP but if you send/recv a second time it wor

Re: atomatic vdomains and users passwd creation

2001-05-07 Thread Jim Hamann
This is a quick hack, I tested it on a small list on my Linux box: #!/bin/sh cat $1 | ( \ IFS=: ; while read username pw; \ do /home/vpopmail/bin/vadduser $username $pw; done \ ) The text file is like this: [EMAIL PROTECTED]:pass1 [EMAIL PROTECTED]:pass2 [EM

Re: RELAY CLIENT

2001-05-14 Thread Jim Hamann
What? roaming-users works great, and it's much better than trying to hack around on different ports trying to hide the smtp server. There is no way I would rely on the sender envelope and expect to have a halfway decent smtp server running. - Original Message - From: "Rene Schleicher" <