Re: AGAIN: BUG in vdelivermail

2001-10-22 Thread Thomas Foerster
Hi, > The directory in wich vdelivermail wants to deliver is wrong > (/var/www/domains/exdomain.com/domains/exdomain.com/postmastertmp/), it should > be /var/www/domains/exdomain.com/domains/exdomain.com/postmaster/Maildir/tmp/. Meanwhile this bug will (hopefully) be solved, you can try to make

Re: required conversion from Netscape mail server to QMAIL

2001-10-08 Thread Thomas Foerster
> hi all > iam using Netscape mail server > due to the cost, i have shifted to Qmail Nice ... :) > what is my problem is > how do i convert the existing mails from netscape mail server to qmail > server > if not, how do i ask my existing user to check pull mail from existing mail > server to her

Re: dot qmail

2001-09-10 Thread Thomas Foerster
Hi, > If I create a .qmail-pierre, it works. > But if I try .qmail-pierre.rodriguez, it don't. > (for sure, both originals mailboxes are created...) > I suppose it's because of the dot in the middle > of the file name. use .qmail-pierre:rodriguez "." in mail-addresses must be written as ":"

Re: User over quota message

2001-06-27 Thread Thomas Foerster
Hi, > chris wrote: >> >> Hello all, >> >> I've read the archive about this subject already, but still don't have a >> clear answer. I have hardquota set. I tested it and it worked correctly by >> bouncing a message > 1K back to the sender, while still allowing <1K >> messages to be delivered. >

RE: New software qmailmrtg7

2001-06-19 Thread Thomas Foerster
Hi, > Just edit the qmail-mrtg.cfg as Ken says in the INSTALL file. > Change the lines that read > Target[smtpad]: `/usr/local/bin/qmailmrtg7 a /var/log/smtp` > to read > Target[smtpad]: `/usr/local/sbin/qmailmrtg7 a /var/log/qmail/qmail-smtpd` > or whatever your directories are > and do so

RE: New software qmailmrtg7

2001-06-18 Thread Thomas Foerster
>> -Original Message- >> From: Ken Jones [mailto:[EMAIL PROTECTED]] >> Sent: 18 June 2001 14:11 >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: New software qmailmrtg7 >> >> >> Thought you folks might want to take a look at this: >> >> http://www.inter7.com/qmailmrtg7/ >> >>

[REQUEST] SMTP-Program

2001-04-10 Thread Thomas Foerster
Hi folks, it would be nice if vpopmail would include some smtp-send program like "vpopsmtp" or so. Example : I need to send an incoming message directly via SMTP to another host, without using forward or something like that. At the moment i'm using the "maildirsmtp" script from the ucspi-packa

Store mail AND SMTP send it

2001-03-01 Thread Thomas Foerster
Hi there, i'm having a (big) problem here. One of our customers are building theier own mailserver. So i have to store incoming mail on our server as usual, and need to forward the mail to their server. At the moment, i've just appended a | foward $DEFAULT@IP to .qmail-default. This works, bu

Re: Submit : Patch for logging in MySQL-DB

2001-02-23 Thread Thomas Foerster
Hi Ken, >> I hope that this patch *will* be added to the official vpopmail-distribution (e.g. >with >> a configure option) > Done. BIG thanks to you !!! > I removed the host value, since the REMOTEHOST environment variable > is not set if tcpserver -H option is on. (I like -H). > I also added

Submit : Patch for vmailmgr <-> vpopmail

2001-02-21 Thread Thomas Foerster
Hi there, we are moving from vmailmgr to vpopmail. Until now our customers have pop-logins like : sgalaxy-john In vpopmail it would be : [EMAIL PROTECTED] To make vchkpw accept both logins, i've patched it :) Just copy the attached vchkpw3.c to vchkpw.c, add the contents of your "old" /var/

Submit : Patch for logging in MySQL-DB

2001-02-21 Thread Thomas Foerster
Hi there, i've modified vpopmail-4.9.8 do make vchkpw to log the last POP-Access for a user. It logs * Username * Domainname * Date+Time * IP-Address * Resolved IP (if available) Just compile vpopmail with mysql support , add --enable-logging=y and create the following table in the

Re: Netscape Client

2001-02-20 Thread Thomas Foerster
> Hello > How do I access my mails using Netscape client? > I've specified POP User as [EMAIL PROTECTED] > and POP3 server as domainname.com > This is working fine with Outlook Express. But in Netscape client this gives an >login Err. Replace the "@" by a "%" and Netscape likes it :) Thomas

Re: vpopmail addons..

2001-01-03 Thread Thomas Foerster
Hi, > What do You think about inserting some vchkpw stats to database? > For example: > timestamp and ip of last user's log: Serveral months ago i submitted a patch that enabled logging of : * last user login * ip * date/time to a mysql-db. But the changes never became public to the other us