[vchkpw] autoresponder openbsd current

2005-07-12 Thread Sylwester S. Biernacki
Hello, anyone tried to compile autoresponder-2.0.5 on OpenBSD 3.7+ ? biuro# make gcc -O2 -Wall -g autorespond.c -o autorespond autorespond.c: In function `send_message': autorespond.c:259: warning: passing arg 1 of `gmtime' from incompatible pointer type autorespond.c: At top level:

Re: [vchkpw] autoresponder openbsd current

2005-07-12 Thread Sylwester S. Biernacki
On Tuesday, July 12, 2005, 4:15:26 PM, Sylwester napisaƂ(a): Hello, anyone tried to compile autoresponder-2.0.5 on OpenBSD 3.7+ ? well.. i googled around and changed declaration os strcasestr to strcasestr2 and I got compiled that package. However, it doesn't work ;( #cat .qmail |

Re: [vchkpw] Re: smtp auth - md5 learn pass

2005-06-18 Thread Sylwester S. Biernacki
On Saturday, June 18, 2005, 12:13:54 PM, Peter wrote: AFAIR it does exactly what you said. Nope, doesn't seem to. I rebuilt vpopmail with it enabled, edited out the cleartext portions of a vpasswd file, and logged in a bunch of times as that user. No updates to vpasswd. :( How did you

Re[2]: [vchkpw] Re: smtp auth - md5 learn pass

2005-06-18 Thread Sylwester S. Biernacki
On Saturday, June 18, 2005, 4:32:17 PM, Sylwester wrote: Casey was talking about mysql not .cdb for user databases. blah... I've read bad lines: Nope, doesn't seem to. I rebuilt vpopmail with it enabled, edited out the cleartext portions of a vpasswd file sorry for misunderstanding. --

Re[2]: [vchkpw] Re: smtp auth - md5 learn pass

2005-06-18 Thread Sylwester S. Biernacki
On Saturday, June 18, 2005, 7:06:49 PM, Tom wrote: If you're using qmail's pop3 server, you could add some debugging to vchkpw.c (and recompile and reinstall it) to do some printfs around that code to see why it isn't running. I love open free software ;P It's called tchechien debug ;-) I

[vchkpw] smtp auth - md5 learn pass

2005-06-17 Thread Sylwester S. Biernacki
Dear all, does anybody know is there any faq or instruction set to make upgrade from normal pop-before-smtp to SMTP AUTH with MD5 ? I have problems with MD5 (plain auth works ok) and donna know whats wrong because I configured that with instructions written to sbdy who had problems

Re[2]: [vchkpw] smtp auth - md5 learn pass

2005-06-17 Thread Sylwester S. Biernacki
On Friday, June 17, 2005, 10:06:46 PM, Casey wrote: On Friday 17 June 2005 17:42, Sylwester S. Biernacki wrote: 1. I've reconfigured vpopmail and added --enable-learn-passwords=y and --enable-clear-passwd=y What is --enable-learn-passwords? If it does what I'm guessing it does by name

[vchkpw] qmail-pop3d + vchkpw

2005-05-27 Thread Sylwester S. Biernacki
Hello, I have the following scenario: 2 machines with qmail/vpopmail/amavisd/clamd/spamassassin connected via NFS to another machine with storage. I'm sending an email to one of mta's and see in logs that this message comes to one of them and I can read it locally from Maildir without a

Re[2]: [vchkpw] qmail-pop3d + vchkpw

2005-05-27 Thread Sylwester S. Biernacki
On Friday, May 27, 2005, 9:33:34 PM, Ken wrote: It's rather qmail-pop3d or vchkpw - anybody got similar problems? Make sure you sync the time on all the machines and keep them in sync. Ken, are you reading in my servers? one week ago I've moved ntpd to another machine and I haven't

Re[2]: [vchkpw] many roaming users

2005-05-18 Thread Sylwester S. Biernacki
On Wednesday, May 18, 2005, 8:26:08 PM, Payal wrote: On Wed, May 18, 2005 at 01:15:22PM -0500, Jeremy Kitchen wrote: don't use vpopmail's roaming-users functionality if you want pop-before-smtp authentication, use Bruce Guenter's relay-ctrl package. Any particular reason why? because

Re[2]: [vchkpw] many roaming users

2005-05-18 Thread Sylwester S. Biernacki
On Wednesday, May 18, 2005, 9:46:30 PM, Jeremy wrote: http://www.tnpi.biz/internet/mail/toaster/patches/tcpserver-mysql.shtml that's a hack, and I would not recommend using it. it's not tcpserver's job to handle specific functions such as this. However sometimes you have to do sth even if it

Re: [vchkpw] Question about domains in vpopmail

2005-05-14 Thread Sylwester S. Biernacki
On Saturday, May 14, 2005, 7:44:02 AM, Fernando wrote: People, after i rebuild new 5.4.10 vpopmail version, when i add a new domain from CLI, breaks the typical structure of ~vpopmail/domains/domain.com for this one ~vpopmail/domains/1/domain.com with numbers like 2,3, etc ... before

[vchkpw] smtp rcpt check

2005-05-12 Thread Sylwester S. Biernacki
Hello Ken and other people, I wasn't writing for a long time ;) Today I tried to compile 5.4.11 version but it stucked with problem in vdelivermail in line 205 - there is a for loop but counter (i) is not initialized, so I've added int i; at the beginning of get_arguments function.

Re[2]: [vchkpw] smtp rcpt check

2005-05-12 Thread Sylwester S. Biernacki
On Thursday, May 12, 2005, 10:53:30 PM, Jason wrote: thanks for your quick answer :) Have you looked at the chkuser package? http://www.interazioni.it/opensource/chkuser/ that's a good idea - I will check it. Did you test it or use it ? -- regards, Sylwester Biernacki [EMAIL PROTECTED]

Re[2]: [vchkpw] smtp rcpt check

2005-05-12 Thread Sylwester S. Biernacki
On Thursday, May 12, 2005, 11:31:48 PM, DAve wrote: that's a good idea - I will check it. Did you test it or use it ? We currently use it on three machines and are quite happy with it. Do you use also qmail-smtpd auth module or run only pop-before-smtp built into vchkpw package ? --

Re[4]: [vchkpw] smtp rcpt check

2005-05-12 Thread Sylwester S. Biernacki
On Friday, May 13, 2005, 12:17:46 AM, Jason wrote: Yes, we use both. For SMTP Auth we use the shupp large patch (http://www.shupp.org) I've patched (most of that manually) to use both smtp-auth from elysium.pl and Chkusr and it works preety well with my two mail servers connected to nfs

Re: [vchkpw] Qmail queue

2004-11-03 Thread Sylwester S. Biernacki
On Wednesday, November 3, 2004, 5:38:33 PM, Andrew wrote: Hi all, How could I clean qmail queue manually Thank in advance. manually I always do like that: stop qmail cd /var/qmail/queue/info for i in *; do cd $i; rm -f *; cd ..; done cd /var/qmail/queue/local for i in *; do cd $i; rm -f

SqWebmail

2000-11-06 Thread Sylwester S. Biernacki
hlib-man --with-authdaemonvar=/home/www/mail.skrytka.com/htmlshare/authdaemon --sysconfdir=/home/www/mail.skrytka.com/htmlshare and it doesn't want to compile I was looking for this function and I didn't find it in sources maybe I'm blind :) Anyone who had this problem too ? -- regards, Sylwester S. Biernacki [EMAIL PROTECTED]

Re: vqalive - comments?

2000-11-05 Thread Sylwester S. Biernacki
and it was problem at your office i think :) -- regards, Sylwester S. Biernacki [EMAIL PROTECTED]