Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-12 Thread Jeremy Kitchen
ory "abuse" must be elsewhere. how about running authdaemon under valgrind, then performing a couple thousand auth attempts against it? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://www.pirate-party.us/ -- defend your rights pgpoof3ymduet.pgp Description: PGP signature

Re: [vchkpw] concurrency

2006-07-05 Thread Jeremy Kitchen
ame time, etc. There's locking involved that prevents them from stepping on each other, but I don't know if they will just see the file as locked and bomb out, or wait for the lock to clear, etc. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://www.pirate-party.us/ -- defen

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Jeremy Kitchen
lic key is fine to distribute publicly, use in marketing material, print 1 million copies of it and post them throughout moscow, whatever.. but the private key *must* remain private. On a lighter note, providing it did help with one thing.. the private key is not encrypted, so it's not bom

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Jeremy Kitchen
On Monday 03 July 2006 12:46, Austin Jorden wrote: > ln or cp ? > ln -s or cp -r would work right? no, it wouldn't. qmail has the path to its binaries hardcoded into the binaries. just use /var/qmail on the new server, it won't cause any problems. -Jeremy -- Jeremy K

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Jeremy Kitchen
g out and make sure it's all working > > use RSYNC to transfer left over emails right before I do change over so > > none of them are lost. > > Does this sound correct? yup. -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://www.pirate-party.us/ -- defend your rights pgp4tDstkGHEQ.pgp Description: PGP signature

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-07-03 Thread Jeremy Kitchen
the strace package from your distribution. after that.. telnet to your smtp server, then in another terminal find the pid of the qmail-smtpd instance you're connected to... strace -o /tmp/strace.out -p make it crash gzip and post on the web send url to here. -Jeremy -- Jeremy K

Re: [vchkpw] QMail transfer - changing Postmaster password

2006-07-03 Thread Jeremy Kitchen
then tar would probably > be quicker. you can pipe tar over ssh even... however, rsync would allow him to do an 'initial migration' to get over the bulk of the data, then when he's ready to switch, do a final rsync and make the switch. This allows for a smaller window of downti

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-06-30 Thread Jeremy Kitchen
On Friday 30 June 2006 10:17, Ingo Claro wrote: > Jeremy: > > there is nothing in the logs, it just crushes, note that I execute > qmail-smtpd directly and it crashes: > > [EMAIL PROTECTED] bin]# ./qmail-smtpd > 220 smtp.prisa.cl ESMTP > starttls > Segmentation fault that's not good. telnet t

Re: [vchkpw] starttls crashes on vpopmail with mysql

2006-06-30 Thread Jeremy Kitchen
On Thursday 29 June 2006 16:00, Ingo Claro wrote: > Hello list: > > I can't starttls if I use vpopmail with mysql in another server. > > > [EMAIL PROTECTED] bin]# telnet localhost 25 > Trying 127.0.0.1... > Connected to localhost.localdomain (127.0.0.1). > Escape character is '^]'. > 220 smtp.p

Re: [vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Jeremy Kitchen
On Wednesday 14 June 2006 17:37, Rick Macdougall wrote: > Jeremy Kitchen wrote: > > open("/var/qmail/users/assign", O_RDWR) = 7 > > it's opening users/assign as read-write? IMO, this should be read only, > > to protect the users/assign file in case something h

Re: [vchkpw] Re: Segfaulting in vadddomain

2006-06-14 Thread Jeremy Kitchen
protect the users/assign file in case something happens to the vadddomain process. Unless there's some reason I don't know about for opening it read-write, in which case, please beat me over the head with it :) -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://www.pirate-party.us/ -- defend your rights pgpXRb5GeThDq.pgp Description: PGP signature

Re: [vchkpw] Unable to log into pop3 accounts

2006-06-09 Thread Jeremy Kitchen
will go ahead and eventually remove Gentoo's install of qmail, but is > there a guide anywhere OFF Gentoos website to blend together Qmail with > vpopmail? yes, vpopmail comes with an INSTALL file. It should suffice. > Is Gentoo's vpopmail of to run with the lwq qmail install?

Re: [vchkpw] Unable to log into pop3 accounts

2006-06-08 Thread Jeremy Kitchen
0 0.0.0.0 pop3 /var/qmail/bin/qmail-popup mydomain.com > /var/vpopmail/bin/vchkpw pcns.mydomain.com /var/vpopmail/bin/vchkpw > /bin/true /var/qmail/bin/qmail-pop3d that's not right... take that /bin/true out of there. *sigh* this is why I hate those ebuilds. -Jeremy -- Jeremy Kitchen

Re: [vchkpw] Unable to log into pop3 accounts

2006-06-08 Thread Jeremy Kitchen
th telnet: telnet localhost 110 user username pass password list retr 1 also, try testing this from outside as well, in case there is a firewall or port forwarding issue. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://www.pirate-party.us/ -- defend your rights pgpP7unkHC3PD.pgp Description: PGP signature

Re: [vchkpw] rcpt check user problems with sender - resolution

2006-05-31 Thread Jeremy Kitchen
On Wednesday 31 May 2006 12:44, Ken Jones wrote: > I disabled check user for their static IP. and hopefully informed them that they should use an MUA that isn't braindead ;) -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://ipaction.org/ -- defend your rights to

Re: [vchkpw] smtproute

2006-05-25 Thread Jeremy Kitchen
tualdomains? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://ipaction.org/ -- defend your rights to fair use pgpBDwx4RI4pr.pgp Description: PGP signature

Re: [vchkpw] how to save ONLY outgoing messages

2006-05-22 Thread Jeremy Kitchen
var/qmail/control/locals /var/qmail/control/rcpthosts && exit 99 ./Maildir -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://ipaction.org/ -- defend your rights to fair use pgprFIE5PLVXO.pgp Description: PGP signature

Re: [vchkpw] how to save ONLY outgoing messages

2006-05-20 Thread Jeremy Kitchen
On Friday 19 May 2006 22:31, Istvan Köpe wrote: > Jeremy if you would read my post to the end probably you would not > answer this. I already did this, I want get rid of the incomming > messages, but I don't know how > Anybody? just throw away any messages that are to domains in your rcpthosts

Re: [vchkpw] how to save ONLY outgoing messages

2006-05-19 Thread Jeremy Kitchen
g qmail-tap, but I > don't know how can I filter to keep only the outgoing messages. Any > suggestions? http://cr.yp.to/qmail/faq/admin.html#copies -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://ipaction.org/ -- defend your rights to fair use pgpo6DhLQkyGK.pgp Description: PGP signature

Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-19 Thread Jeremy Kitchen
oggle*) [1]: http://cr.yp.to/proto/ucspi.txt -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://ipaction.org/ -- defend your rights to fair use pgpkL0jxpJQHu.pgp Description: PGP signature

Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Jeremy Kitchen
On Thursday 18 May 2006 12:53, Bulent wrote: > I use openssl for secure pop3(port 995). ... right. What I meant was, are you using xinetd with some sort of ssl wrapper, or tcpserver with an ssl patch or sslserver from ucspi-ssl, or what? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] h

Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Jeremy Kitchen
On Thursday 18 May 2006 11:04, Bulent wrote: > That's to say, First I have to convert cdb database to mysql. don't I ? if you want to use that patch, yes, but that patch is not the solution to your problem. Please answer the question I asked you in the previous email. -Jerem

Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-18 Thread Jeremy Kitchen
ernet/mail/toaster/patches/tcpserver-mysql.shtml way to COMPLETELY ignore the problem. *claps* -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://ipaction.org/ -- defend your rights to fair use pgpBU6Zs8g17W.pgp Description: PGP signature

Re: [vchkpw] NFS and vpopmail

2006-05-12 Thread Jeremy Kitchen
is the setup I did: > > > > Just make sure qmail-smtpd runs as user vpopmail. > > are you the one who came up with this idea, or did you get the idea > from somebody else? can you explain to me WHY this is supposedly > necessary? if you use the chkuser patch you have to. Eit

Re: [vchkpw] Vpopmail With Only One Domain and POP Logins

2006-05-09 Thread Jeremy Kitchen
n in the vpopmail > distribution. > > You want to add a record (vipmap -h for details) for your primary domain > name to your IP address that they'll use to connect (or for each IP > address) on your server. way overkill for one domain. echo domain > ~vpopmail/etc/defaultdomai

Re: [vchkpw] Corrupt return-path help? [OT]

2006-05-09 Thread Jeremy Kitchen
racters... unless it's all-round the use of qmail-inject as Jeremy > suggests. the problem is that vpopmail is using qmail-inject to forward messages. qmail-inject does not tolerate malformed messages. it's that simple. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://ipact

Re: [vchkpw] Corrupt return-path help? [OT]

2006-05-08 Thread Jeremy Kitchen
it another reason why vpopmail shouldn't be using qmail-inject to forward messages, it should be using qmail-queue. I call this a bug, but others think differently. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] http://ipaction.org/ -- defend your rights to fair use pgpiczso8pqx3.pgp Description: PGP signature

Re: [vchkpw] Corrupt return-path help? [OT]

2006-05-08 Thread Jeremy Kitchen
begin with qmail-local's usual Return-Path and Delivered-To lines. ... ENVIRONMENT VARIABLES ... DTLINE and RPLINE are the usual Delivered-To and Return-Path lines, including newlines. UFLINE is the UUCP-style From_ line that qmail-local adds to mbox-format files. That's w

Re: [vchkpw] How to Unsubscribe

2006-04-05 Thread Jeremy Kitchen
for this message. What does the Return-Path: header say? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. And the lord said unto John; Come forth and receive eternal life. John came fifth and won a

Re: [vchkpw] How to Unsubscribe

2006-04-04 Thread Jeremy Kitchen
you, a simple 'hack' would be to simply add the '--' to the top line of your signature. -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. And the lord said unto John; Come forth

Re: [vchkpw] rblsmtpd with vchkpw

2006-04-04 Thread Jeremy Kitchen
smtp auth only, you really can't do what you are asking, other than recoding qmail-smtpd to integrate rblsmtpd support as well as smtp auth *shrugs* -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob.

Re: [vchkpw] how to unsubscribe

2006-03-29 Thread Jeremy Kitchen
rstand what you mean. The mailing list doesn't send you half of the posts. If some of your messages are being flagged as spam by your mail provider, that's not something the list can control, it's something you'll need to configure in your mail provider. -Jeremy -- Jer

Re: [vchkpw] [Fwd: qmail comparison]

2006-03-29 Thread Jeremy Kitchen
people who have threaded MUAs (like myself) go batty. Use your MUA's 'new' function instead. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. And the lord said unto John; Come forth and

Re: [vchkpw] /var/qmail/alias/.qmail-user~

2006-03-28 Thread Jeremy Kitchen
On Tuesday 28 March 2006 17:56, Tom Collins wrote: > On Mar 28, 2006, at 4:59 PM, Jeremy Kitchen wrote: > > if 'joe' exists as a system user, qmail will deliver email addressed > > to joe... > > to joe. ~alias is only consulted if the user 'joe' doesn'

Re: [vchkpw] /var/qmail/alias/.qmail-user~

2006-03-28 Thread Jeremy Kitchen
m. if 'joe' exists as a system user, qmail will deliver email addressed to joe... to joe. ~alias is only consulted if the user 'joe' doesn't exist. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plai

Re: [vchkpw] qmail-inject deferrals

2006-03-25 Thread Jeremy Kitchen
On Friday 24 March 2006 17:41, Jeremy Kister wrote: > On 3/24/2006 5:06 PM, Jeremy Kitchen wrote: > >> vdelivermail needs to respect qmail-inject's exit code, hence the > >> proposed patch. > > > > no, the real question is why is vpopmail even using qmail-inj

Re: [vchkpw] qmail-inject deferrals

2006-03-24 Thread Jeremy Kitchen
e-queue forwarded messages. Instead, qmail-queue should be used directly. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpQ5QOKNO2bO.pgp Description: PGP signature

Re: [vchkpw] relay, smtp after pop

2006-03-24 Thread Jeremy Kitchen
. > > unless you're doing it in mysql. which works dandy. or with Bruce Guenter's relay-ctrl package, which doesn't involve any overly-specific hacks to tcpserver. http://untroubled.org/relay-ctrl -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginnin

Re: [vchkpw] relay, smtp after pop

2006-03-24 Thread Jeremy Kitchen
On Friday 24 March 2006 11:36, David Chaplin-Loebell wrote: > Jeremy Kitchen wrote: > >On Friday 24 March 2006 10:31, Michael Krieger wrote: > >>SMTP Authentication seems to be the norm these days, and I'd encourage > >> it. Now if only M$ would make it the de

Re: [vchkpw] Virtual SMTP Greeting?

2006-03-24 Thread Jeremy Kitchen
On Friday 24 March 2006 10:41, Ron Guerin wrote: > That's also not an error. The dnsreport.com site mixes opinion with > fact and should not be considered a reliable source of information. agreed. plus they're SPF zealots. I hate that :) -Jeremy -- Jeremy Kitchen ++ [EMAI

Re: [vchkpw] relay, smtp after pop

2006-03-24 Thread Jeremy Kitchen
y use port 587? the 'use secure connection' is right there, and if you're doing any passing of authentication tokens across the wire, you should be encrypting it. that's just my two cents. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The

Re: [vchkpw] Virtual SMTP Greeting?Q

2006-03-24 Thread Jeremy Kitchen
;ll see that my FQDN is in my SMTP greeting. Just put your FQDN into your SMTP greeting and voila. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpcFvoUwInYy.pgp Description: PGP signature

Re: [vchkpw] relay, smtp after pop

2006-03-24 Thread Jeremy Kitchen
On Friday 24 March 2006 09:52, Jeremy Kitchen wrote: > If it doesn't, just tell your users to make sure if they see it happen to > hit send/receive and try again. Or switch to an smtp auth based solution > if it's that big of a problem. wow, I can't believe I didn't

Re: [vchkpw] relay, smtp after pop

2006-03-24 Thread Jeremy Kitchen
n to hit send/receive and try again. Or switch to an smtp auth based solution if it's that big of a problem. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpaE3Xnv1txT.pgp Description: PGP signature

Re: [vchkpw] maildirsize does not automatically updated

2006-03-23 Thread Jeremy Kitchen
> Our outgoing mail has been scanned by MSS. > *** thanks for giving end users the false sense of security they always wanted! -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of

Re: [vchkpw] --enable-mysql-limits question

2006-03-22 Thread Jeremy Kitchen
3d, courier-imapd, etc are not SQL aware (and shouldn't be) and therefore cannot update it. If there is a maildirsize field being added to the mysql database, it's probably an ancient artifact of someone trying to implement the functionality in the past. -Jeremy -- Jeremy Kitchen +

Re: [vchkpw] maildirsize does not automatically updated

2006-03-22 Thread Jeremy Kitchen
On Wednesday 22 March 2006 09:00, Juan Jose Miquel wrote: > Thanks for your answer Tom, > > Im using IMAP (and auth) with webmail and other interfaces. what imap server software? what pop3 server software? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Wor

Re: [vchkpw] Qmail Courier-Imap (authlib) and Vpopmail trouble

2006-03-20 Thread Jeremy Kitchen
try and create my own it never works.. > What is a "recommended" guide for installing vpopmail after a LWQ > installation? Thanks the INSTALL file in the vpopmail source. it takes all of about 5 steps (3 of which are ./configure && make && make install) to set up vpopma

Re: [vchkpw] Qmail Courier-Imap (authlib) and Vpopmail trouble

2006-03-18 Thread Jeremy Kitchen
imap (or some variation between the two > communicating). I am not trying to say it's not a vpopmail issue, however, we need to rule out other things like completely broken qmail setups. Having LWQ as a base is much easier than having gentoo's awful, horrible qmail ebuilds in pl

Re: [vchkpw] Qmail Courier-Imap (authlib) and Vpopmail trouble

2006-03-17 Thread Jeremy Kitchen
for you, you'll have a better idea of where to start when you encounter issues. -Jeremy ps. note: I am a gentoo user, I'm not just biased because I don't like their package management system or something. -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and Th

Re: [vchkpw] Re: what's this 'vpopmailctl' stuff? (Was: [vchkpw] 552 message too large error)

2006-03-08 Thread Jeremy Kitchen
tinues paused pop3 service > stat -- displays status of pop3 service > restart -- stops and restarts pop3d sigh. Thanks for the clarification :) -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word

[vchkpw] Re: what's this 'vpopmailctl' stuff? (Was: [vchkpw] 552 message too large error)

2006-03-08 Thread Jeremy Kitchen
on't understand where people are getting this 'vpopmailctl restart' idea at. vpopmail is a set of 'one shot' programs, there are no long running processes. What does this magical 'vpopmailctl' script even do? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTE

Re: [vchkpw] 552 message too large error

2006-03-08 Thread Jeremy Kitchen
ks, > > Mik > > Did you reload qmail after changing the databytes value? no need to do that. databytes is read by qmail-smtpd which is a 'one shot' process -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpVc83XmrFLO.pgp Description: PGP signature

Re: [vchkpw] newbie - exports /home/vpopmail to other host

2006-03-06 Thread Jeremy Kitchen
info ..etc are you trying to run these commands as root? If so you can't. read 'man exports' for more information. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpv50yyFi54Z.pgp Description: PGP signature

Re: [vchkpw] Unable to chdir to maildir - I ran incorrect procedure

2006-03-06 Thread Jeremy Kitchen
s a false sense of security. If they see this, they think "oh, well it can't POSSIBLY contain a virus" and will open your attachments blindly. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpRasr1C9OBT.pgp Description: PGP signature

Re: [vchkpw] Vpopmail 5.4.15 released (finally)

2006-02-24 Thread Jeremy Kitchen
l, and if a customer wants domain quotas it'll > have to be with vmailmgr I guess. how come? you can configure a vpopmail domain to run as another user. Not to say you shouldn't use vmailmgr. I've been using vmailmgr for about 4 years now, heh. Just saying that vpopmail can do what I assume you thought you needed vmailmgr for. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpmp9oign05y.pgp Description: PGP signature

Re: [vchkpw] cram-md5 smtp auth failure.

2006-02-07 Thread Jeremy Kitchen
On Tuesday 07 February 2006 17:42, Rick Macdougall wrote: > Jeremy Kitchen wrote: > > On Tuesday 07 February 2006 04:59, Rick Macdougall wrote: > >> John Simpson wrote: > >>> On 2006-02-07, at 0703, N0K wrote: > >>>>For the moment only want see s

Re: [vchkpw] How do I unsubscribe...

2006-02-07 Thread Jeremy Kitchen
ou what the envelope sender of the message is. Ezmlm encodes your email address into the envelope sender. This way, you can tell what address you are subscribed as if it is not the same as your mailbox address. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and T

Re: [vchkpw] Newbie - vpopmail: ERR authorization failed

2006-02-07 Thread Jeremy Kitchen
include the user and group to run as (add -u89 -g89 to > your tcpserver parameters) even for pop3? doesn't vchkpw setuid() to the vpopmail user after authenticating? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-ty

Re: [vchkpw] Vchkpw pass word policy

2006-02-07 Thread Jeremy Kitchen
their passwords) and if that fails, yell at them, tell them why you're yelling at them, and let them try again. If it doesn't fail, the password is 'secure' and to go ahead and change it. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and T

Re: [vchkpw] cram-md5 smtp auth failure.

2006-02-07 Thread Jeremy Kitchen
ch required the hostname, and if it was absent, you were an open relay. The new patch does not require the hostname, and if present, authentication will simply fail, as is the case here. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpHCYgoGjlq3.pgp Description: PGP signature

Re: [vchkpw] cram-md5 smtp auth failure.

2006-02-07 Thread Jeremy Kitchen
mail-smtpd and the checkpassword program. This caused issues as many people either forgot to put it in, or didn't RTFM enough, and ended up creating an open relay. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpKYKie0hhHM.pgp Description: PGP signature

Re: [vchkpw] qmailtap question

2006-02-07 Thread Jeremy Kitchen
On Monday 06 February 2006 19:22, John Simpson wrote: > On 2006-02-06, at 1620, Jeremy Kitchen wrote: > >> i'm thinking about possibly including the qmailtap patch in my > >> combined > >> patch file. however, the biggest problem i've seen from people us

Re: [vchkpw] chkuser + smtp auth, disable CHKUSER_RCPTLIMIT when correct smt auth. how??

2006-02-06 Thread Jeremy Kitchen
he simplest solution would be to skip these checks when RELAYCLIENT is set. That way it works without modification with existing SMTP AUTH patches, as well as manually setting RELAYCLIENT in your tcprules file. or perhaps make the variable checked configurable, and default it to RELAYCLIENT.

Re: [vchkpw] chkuser + smtp auth, disable CHKUSER_RCPTLIMIT when correct smt auth. how??

2006-02-06 Thread Jeremy Kitchen
ss (since I haven't looked at chkuser code in ages): try removing the quotes from "RELAYCLIENT" your define will look like this: #define CHKUSER_SENDER_NOCHECK_VARIABLE RELAYCLIENT if that won't work, it shouldn't compile, so you'll know immediately ;) -Jeremy -- Jerem

Re: [vchkpw] cram-md5 smtp auth failure.

2006-02-06 Thread Jeremy Kitchen
problem) if the > correct way fails. This would allow it to continue working with the > old patches that passed them in the wrong order. my two cents: the old patch should die. it's really, really, really bad. Leave vchkpw how it is :) -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED]

Re: [vchkpw] qmailtap question

2006-02-06 Thread Jeremy Kitchen
e the copy has to traverse the queue, it gets > logged and sent to the monitor address... and THAT copy gets logged, and > so forth... that's not a problem with QUEUE_EXTRA, that's a problem with the person not reading how to properly use QUEUE_EXTRA. Adding 'loop detection' co

Re: [vchkpw] Create forward

2006-02-03 Thread Jeremy Kitchen
m vpopmaild (which has no need to be restarted unless you recompile it) what of vpopmail do you actually need to restart? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpwiN0BXzITT.pgp Description: PGP signature

Re: [vchkpw] vpopmail + existing openxchange LDAP

2006-02-01 Thread Jeremy Kitchen
become seemless > ?. vpopmail uses a very specific LDAP schema. If you can get 'openxchange' to emulate this schema, then it will work. Otherwise, it will not. I believe there is a README.ldap file in the vpopmail source distribution, you should have a look at it :) -Jeremy -- Jeremy

Re: [vchkpw] Smtpd logs: connect(): No such file or directory

2005-12-23 Thread Jeremy Kitchen
en installed recently on the server is > Maildrop? someone had this issue in #qmail the other day and I think they figured out that clamd or spamd wasn't running, one of the two. I assume you're using simscan. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was

Re: [vchkpw] chmod vchkpw file if using CHKUSER_ENABLE_UIDGID?

2005-12-23 Thread Jeremy Kitchen
you tell us what you're trying to do, precisely, and we can make a recommendation :) Also, you might pick up a book on UNIX security, so you can get a better understanding of how to run a secure UNIX system. :) I've been meaning to get one for myself for a long time, so let me know if you

Re: [vchkpw] New bie want to upgrade vpopmail 5-2 to vpopmail-5.4

2005-12-22 Thread Jeremy Kitchen
oaming-users=n for > upgrading to vpopmail-5.4 ? I don't see why it wouldn't be. > 2. Do I have chance to roolback to vpopmail-5.2 if something happen? .. if > so how to rollback .. sure. make sure to keep your old vpopmail sources around, and simply do a 'make install&

Re: [vchkpw] New bie want to upgrade vpopmail 5-2 to vpopmail-5.4

2005-12-22 Thread Jeremy Kitchen
course, you should know how your system is set up, so that should be obvious :) -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpfkPp7ih4fn.pgp Description: PGP signature

Re: [vchkpw] Newbie - No rule to make target `cdb/*.o`, needed by 'libvpopmail.a'. Stop

2005-12-19 Thread Jeremy Kitchen
NU make from sunfreeware.com and give that a try. http://sunfreeware.com/programlistsparc7.html#make (sparc) http://sunfreeware.com/programlistintel7.html#make -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word

Re: [vchkpw] Using vpopmail with qpsmtpd

2005-12-17 Thread Jeremy Kitchen
obably ask on their mailing list :) -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpVTODgt0eXa.pgp Description: PGP signature

Re: [vchkpw] users/assign and virtualdomains files

2005-12-09 Thread Jeremy Kitchen
On Friday 09 December 2005 01:27, Nicklas Bondesson wrote: > Could someone get me in the right direction on adding domains "on-the-fly". > There has to be people on this list with a similar need. To add domains > directly in the mysql tables? you can. but in order for qmail to deliver mail to the

Re: [vchkpw] users/assign and virtualdomains files

2005-12-09 Thread Jeremy Kitchen
On Thursday 08 December 2005 17:26, Nicklas Bondesson wrote: > > Is there a clean way of overriding vpopmail's default > > behavior of using the users/assign and virtualdomains files > > when using the mysql backend to lookup user and domain data? > > > > I would like to add/remove users and domain

Re: [vchkpw] high cpu with qmail-smtpd-chk or vchkpw

2005-12-08 Thread Jeremy Kitchen
On Thursday 08 December 2005 13:35, Jonathan Cutrer wrote: > I recompiled vpopmail without domainquotas but the problem still exists. > > PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND > > 9765 vpopmail 25 0 6884 1412 1176 R 16.6 0.1 1:54.98 > qmail-smtpd-chk did you

Re: [vchkpw] convert linux account user to mysql account

2005-11-17 Thread Jeremy Kitchen
osts with your disclaimer, since technically I'm already violating its terms by not deleting your message to begin with. -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpKdnNs8jTPT.pgp Description: PGP signature

Re: [vchkpw] shared calenders

2005-11-16 Thread Jeremy Kitchen
, but that isn't really vpopmail implementing anything. Kolab also does not use imap for its calendar stuff, that's all done via its own protocol and requires MUA plugins or integration. of course, the real question is why aren't you using MCAL :) -Jeremy -- Jeremy Kitchen ++ [EMA

Re: [vchkpw] GLOBAL ADDRESS BANNING

2005-11-11 Thread Jeremy Kitchen
o ban a full domain you need the @ regardless, this is a pointless effort. Changing your envelope sender is trivial. What Problem Are You Trying To Solve? -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpOXSwM373qT.pgp Description: PGP signature

Re: [vchkpw] qmail+vpopmail on redhat 7.3 server gets very busy

2005-11-04 Thread Jeremy Kitchen
not supposed to. > >-Jeremy > > Ok, but why qmail was writing to that directory? > Thank you All for your help. > Sam because double bounces get delivered to postmaster by default. If your 'defaultdomain' (which defaults to the contents of the 'me' file) is i

Re: [vchkpw] qmail+vpopmail on redhat 7.3 server gets very busy

2005-11-02 Thread Jeremy Kitchen
t recreate the "new" and > "tmp" directories again. it's not supposed to. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgp2NqVVS2oE5.pgp Description: PGP signature

Re: [vchkpw] vchkpw is back up

2005-11-02 Thread Jeremy Kitchen
t these past couple of days :) -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpthWowD29mG.pgp Description: PGP signature

Re: [vchkpw] Migrating users

2005-10-28 Thread Jeremy Kitchen
fine. I couldn't possibly imagine migrating a large qmail/vpopmail system with something lesser than rsync. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgp3682fpTdd9.pgp Description: PGP signature

Re: [vchkpw] vpopmail upgrade ==> qmail recompile needed ?

2005-10-28 Thread Jeremy Kitchen
ly need domain quotas, use a separate > > user for each domain and use system quotas. Of course you will > > then have to run qmail-smtpd as root. > > or make the "vchkpw" binary setuid root, and let qmail-smtpd run as > qmaild (as it was designed.) but that will b

Re: [vchkpw] high CPU

2005-10-26 Thread Jeremy Kitchen
gure --enable-logging=p --enable-auth-module=mysql > --enable-mysql-limits --enable-domainquotas --enable-learn-passwords=y > > is the domain quota a default flag? no, but it's right there, you have it enabled. disable it and your problems will disappear. -Jeremy -- Jeremy Kitchen

Re: [vchkpw] forwarding to local users

2005-10-21 Thread Jeremy Kitchen
example.org, these domains are RFC defined for use as 'dummy' domains. I'm sure the person who owns the mailbox real_user_name server.com would appreciate it. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgp7OgTStuM6J.pgp Description: PGP signature

Re: [vchkpw] Helo command rejected?

2005-10-21 Thread Jeremy Kitchen
mmand rejected: need > fully-qualified hostname well, there was some useful information that you decided to get rid of. either your IP address doesn't have reverse dns, or your /var/qmail/control/me has bad information in it. Please post the full, _unedited_ output of qmail-showctl. -

Re: [vchkpw] forwarding to local users

2005-10-21 Thread Jeremy Kitchen
ot a Maildir. check your .qmail file for the final user. the path to the maildir must have a / at the end for qmail to consider it a maildir. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpsGF8EcZoee.pgp Description: PGP signature

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Jeremy Kitchen
;s probably running it as the 'apache' or 'nobody' user (or whatever apache runs as on your system) and therefore doesn't have permission to read the vpopmail data. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgp0neDZbikey.pgp Description: PGP signature

Re: [vchkpw] chkuser 2.0

2005-10-12 Thread Jeremy Kitchen
can't just randomly toss stuff into the makefile and hope it works. When you have failed chunks from a patch, look at the file.rej file and it will tell you what chunks failed. From there it should be pretty easy to apply the failed chunk manually. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpRM6wpqtXSF.pgp Description: PGP signature

Re: [vchkpw] problem local domains also virtual domains

2005-10-11 Thread Jeremy Kitchen
the locals file remove the domain from the locals file save the file close the text editor give qmail-send a HUP signal -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgp7ULzT7B9y2.pgp Description: PGP signature

Re: [vchkpw] Issue with 64 bit

2005-10-10 Thread Jeremy Kitchen
gies for sending a 10K file to > the list, but it should help others until I get the next vpopmail > release out). at least it's not a full vpopmail source tree (with binaries) =P besides, the list server has a fat pipe now, so it shouldn't matter. -Jeremy -- Jeremy Kitchen ++

Re: [vchkpw] Qmail returns "relay denied" for non vpopmail virtual domain

2005-10-10 Thread Jeremy Kitchen
; still get "550 relay not permitted". 550 relay not permitted is not a qmail error message. Perhaps another MTA is running on your system without your knowledge. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/p

Re: [vchkpw] Mail system configuration recommendations

2005-10-10 Thread Jeremy Kitchen
st round up all of my mailing lists and sa-learn --ham off that. about 200k hams. I haven't had a false negative in a long time, and never once have I had a false positive. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpHnPM5ITMtg.pgp Description: PGP signature

Re: [vchkpw] Mail system configuration recommendations

2005-10-10 Thread Jeremy Kitchen
ueing it to send it directly to the backend :) -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpq6AvgMoTQ6.pgp Description: PGP signature

Re: [vchkpw] Random occasional POP password prompt

2005-10-10 Thread Jeremy Kitchen
llow www.lifewithqmail.org. After that, you can install vpopmail by following the README file included in the source distribution. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. pgpezmDnHxAea.pgp Description: PGP signature

Re: [vchkpw] Not sure where to ask...

2005-08-03 Thread Jeremy Kitchen
7;s since broken during a server > migration. If anyone has any help on compiling this module, that would > be appreciated. where did you get this module? I can have a look at it. it could be super ancient or something. -Jeremy -- Jeremy Kitchen ++ [EMAIL PROTECTED] Club an otter http://

Re: [vchkpw] sendmail mailbox conversion

2005-07-27 Thread Jeremy Kitchen
On Wednesday 27 July 2005 04:41 pm, Jeremy Kitchen wrote: > On Wednesday 27 July 2005 03:19 am, Rizwan Iqbal Malik wrote: > > Dear bob , > > > > Mbox2maildir is still not properly developed.Many issues arise in the > > conversion atleast they did for me. > > I&#

  1   2   3   4   5   6   7   >