Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
El 08/10/09 21:36, Manvendra Bhangui escribió: 2009/10/9 Javier de Miguel Rodrí­guez <mailto:javierdemig...@us.es>> I attach the straced "/tmp/problem.log" gzipped Regards and LOT of thanks for the help, you are great guys!!! The strace output shows that vd

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Bizarre... Ok, I don't have 5.4.28 but what does the --enable-maildrop config option do ? It's not an option in the vpopmail version I'm running. ./configure --help | grep -i maildrop --enable-maildrop Enable maildrop. See README.maildrop for more info. --enable-maildrop-pro

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
El 08/10/09 21:10, Manvendra Bhangui escribió: strace -o /tmp/problem.log -Ff -p 18860 Yes. First, the SMTP transaction telnet 192.168.5.103 25 Trying 192.168.5.103... Connected to 192.168.5.103. Escape character is '^]'. 220 Bienvenido al servidor de correo de buzones externos ESMTP HELO seco

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Yah, I'd still like to see what the ouput of ps -ax | grep qmail-lspawn is. If it's not qmail-lspawn ./Maildir/ then that is the problem. ps -ax | grep qmail-lspawn Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ 18860 ?S 0:00 qmail-lspawn ./Ma

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Just for the record, a full SMTP transaction: telnet 192.168.5.103 25 Trying 192.168.5.103... Connected to buzones_externos (192.168.5.103). Escape character is '^]'. 220 Bienvenido al servidor de correo de buzones externos ESMTP HELO test.com 250 Bienvenido al servidor de correo de buzones ex

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Very strange indeed. The only inconsistency that I can see is you compiled vpopmail with --prefix=/buzones but the assign file uses /home/vpopmail/, not sure if that is going to cause any problems since logically it is the same place but that's the only thing I can see at the moment. ls -l

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Hi, Can you do a ps -ax | grep qmail-lspawn ps -ax | grep qmail-lspawn Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ 18860 ?S 0:00 qmail-lspawn ./Maildir/ 30482 pts/0R+ 0:00 grep qmail-lspawn !DSPAM:4ace340d32711464114026!

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Just to eliminate that the file /var/qmail/users/cdb is up to date, what is the output of strings /var/qmail/users/cdb strings /var/qmail/users/cdb !javierito.com-javierito.com /home/vpopmail/domains/javierito.com Also what is the entry for vpopmail user in /etc/passwd grep vpopmail /e

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
El 08/10/09 17:32, Javier de Miguel Rodrí­guez escribió: Stranger and stranger. Does the last line in /var/qmail/users/assign just have a . in it ? Yes cat /var/qmail/users/assign +javierito.com-:javierito.com:89:89:/home/vpopmail/domains/javierito.com:-:: .. Sorry, I pasted wrong

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Can you get the output of /var/qmail/bin/qmail-showctl and pastebin it somewhere and send the URL to the list please. /var/qmail/bin/qmail-showctl user-ext delimiter: -. paternalism (in decimal): 2. silent concurrency limit: 120. subdirectory split: 23. user ids: 500, 501, 502, 0, 503, 504,

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Stranger and stranger. Does the last line in /var/qmail/users/assign just have a . in it ? Yes cat /var/qmail/users/assign +javierito.com-:javierito.com:89:89:/home/vpopmail/domains/javierito.com:-:: .. Rick !DSPAM:4ace060c32711364414800!

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
El 08/10/09 15:05, Christopher Chan escribió: Do you mind posting the output of pstree and 'netstat -tlpn |grep :25' init─┬─acpid ├─atd ├─auditd─┬─audispd───{audispd} │ └─{auditd} ├─automount───4*[{automount}] ├─crond ├─dbus-daemon ├─dovecot─┬─dovecot-auth │ ├─3*[imap-login] │ └─3*[pop3-login

Re: [vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
Hi, What is in /var/qmail/control/defaultdelivery ? cat /var/qmail/control/defaultdelivery ./Maildir/ cat /var/qmail/rc #!/bin/sh # Using stdout for logging # Using control/defaultdelivery from qmail-local to deliver messages by default exec env - PATH="/var/qmail/bin:$PATH" \ qmail-

[vchkpw] Problem with vpopmail: deliver all mail to /var/spool/mail/vpopmail

2009-10-08 Thread Javier de Miguel Rodrí­guez
an provide more config files /logs /whatever to solve this problem. Regards Javier de Miguel !DSPAM:4acdd7e532711146439398!

Re: [vchkpw] Problem with Courier IMAP

2006-02-10 Thread Javier Santiago Arenas
Done. I can create accounts, but slapd doesn't get anything. :( javier > Hi, > > Shouldn't it be [EMAIL PROTECTED] ? > > If not, have you set the ~vpopmail/etc/defaultdomain ? > > Rick >

[vchkpw] Problem with Courier IMAP

2006-02-10 Thread Javier Santiago Arenas
host pop3d: vchkpw: domain does not exist Ok. slapd don't detect any request. No queries, No errors. Nothing. Nada. I can use vadduser and slapd hears the request nicely. ¿Do you have any ideas? javier

[vchkpw] tcpserver: fatal: unable to bind: address already used

2003-07-29 Thread Javier
Hi I've installed qmail following "Lfe with qmail" and vpopmail with the scripts that allow roaming users to use our smtp server without opening the machine up to everyone on the internet. Now I've the subject error. I guess it's produced because qmail supervise is running from the original "L

RE: Port of Matt SImerson's Mysql Relay + cdb auth patch tovpopm ail-4.9.10

2001-06-09 Thread javier
Either am going crazy.. or the difference between your 4.9.8 versus the 4.9.10 patch is that with the 4.9.8 patch you could have the mysql open relay table, and have cdb auth. In your 4.9.10 patch, you can only have the mysql relay table IF you use mysql auth. Am I correct on the 4.9.10 patch? T

Port of Matt SImerson's Mysql Relay + cdb auth patch to vpopmail-4.9.10

2001-06-08 Thread javier
subject says it all... thx to matt for such a great patch :-) available here. the last one is just the patched source files, plus the patched configure and makefile files. if you apply the first one, be sure to run autoconf and automake after you apply it. http://jfns.net/qmail-stuff/vpo

Re: smtproutes

2001-04-30 Thread Javier Frias
achinetoforward Peter Brezny writes: > A while ago, Javier offered some help on how to forward all mail to one > domain, to another. > > (http://www.mail-archive.com/vchkpw@inter7.com/msg03860.html) > > Is the correct syntax, smtproute, or smtproutes? > > And is

Re: smtpd auth issue, FIXED, plz Read

2001-04-27 Thread Javier Frias
ok, i feel like a bit of a dumb ass, my problem was not the same as the problem in the auth mailing list. see, i had been calling the patched qmail-smtpd as follows... qmail-smtpd /home/vpopmail/bin/vchkpw /usr/bin/true well, all this does is have an open relay use you used ANY auth since i

Re: smtpd auth issue

2001-04-27 Thread Javier Frias
eturn 0; > l = str_len(str); > if (dst == 0 || l > len) > return (l / 4) * 3; > memset(dst,0,len); > for (i=j=0; i input[0] = unbase64(str[i]); > input[1] = unbase64(str[i+1]); > input[2] = unbase64(str[i+2]); > input[3] = unbase64(str[i+3]); &g

Re: Help abot qmail and vpomail

2001-04-27 Thread Javier Frias
If what you want is to send unmatched emails to a remote server, I have a patch to vpopmail to do this. http://jfns.net/qmail-stuff/drip.patch.fixed.README http://jfns.net/qmail-stuff/drip.patch.fixed.tar.gz Hope that helps... -Jav [EMAIL PROTECTED]

Re: Help abot qmail and vpomail

2001-04-27 Thread Javier Frias
If what you want is to send unmatched emails to a remote server, I have a patch to vpopmail to do this. http://jfns.net/qmail-stuff/drip.patch.fixed.README http://jfns.net/qmail-stuff/drip.patch.fixed.tar.gz Hope that helps... -Jav [EMAIL PROTECTED]

Re: smtpd auth issue

2001-04-25 Thread Javier Frias
binations... and maybe see if i can pin point somthing in the code, although i doubt it's something iw ill be able to pick up.. any other pointers :( Ken Jones writes: > Javier Frias wrote: >> >> Anyone ever encountered this... using the latest version found her

smtpd auth issue

2001-04-25 Thread Javier Frias
Anyone ever encountered this... using the latest version found here http://members.elysium.pl/brush/qmail-smtpd-auth/index.html and vpopmail 4.9.10 and calling smtpd like this... #!/bin/sh PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin export PATH QMAILUID=`id -u vpopmail` NOFILESGI

Re: courier imap roaming

2001-04-23 Thread Javier Frias
courier imap is "supposed" to pick this up automatically, but it doesn't so here's the fix, after your configure, cd courier-imap-1.3.7/authlib grep RELAY config.h make sure it says #define HAVE_OPEN_SMTP_RELAY 1 if it doesn't, well change it... :) Lu writes: > Does --enable-roa

Re: Domain directory deleted

2001-04-22 Thread Javier Frias
yeah, it was a bug in the autoresponder code if I remember correctly. It allowed to create an autoresponder without a name, which had an adverse effect. when you tried to delete it, it would do a call do delete the autoresponder directory, which if your autoresponder name was empty.. well, the di

Re: Load Balancing questions...

2001-04-17 Thread Javier Frias
;t be too high, but as an option i could take on the future, i could use matt simmerson's hack to use mysql for the relay table Ben Beuchler writes: > On Tue, Apr 17, 2001 at 10:10:17PM +, Javier Frias wrote: > >> if local copies were kept of tcp.smtp.cdb? how were you d

Load Balancing questions...

2001-04-17 Thread Javier Frias
When load balancing a qmail+vpopmail setup... any other directories/files I should share across the frontend mail servers besides these: (details: using cdb, netapp as the nfs storage, syncing with a cental time server, running pop3 and smtp on each front end server, and possible load balacning

User postfix patch

2001-04-16 Thread Javier Frias
eceive mail at "john.postfix@FQDN" and he can also authenticate as "john.postfix%FQDN". It will not affect affect any other domains besides the one specified at configure time. HOW-TO APPLY: cp postfix.domain.patch vpopmail-4.9.10/ cd vpopmail-4.9.10/ patch < postfix.domain.patch -Javier Frias <[EMAIL PROTECTED]>

Re: SMTP-Program

2001-04-12 Thread javier
since qmail-local puts this envirmental variables.. EXT #the dest username HOST #the domain of the dest email SENDER # the sender you can just put this in the .qmail-alias file.. | /var/qmail/bin/qmail-remote remoteserver.domain.com "$SENDER" "$EXT@$HOST" or, if you need more than one a

Re: forwarding domains

2001-04-12 Thread javier
there's two ways of douing this... if you wanna forward ALL the mail coming to a domain, you can can created an smtproute file under /var/qmail/control with the synstax of domain:mailservertosendto if you need to send unmatched usernames... ie, you want to send whatever was not a local userna

Mail Drip Patch

2001-03-15 Thread Javier Frias
Sean Truman <[EMAIL PROTECTED]> mysql code to set a time stamp when a user authenticates +Javier Frias <[EMAIL PROTECTED]> + Mail Drip Code. --- vpopmail-4.9.8-1/acconfig.h Mon Oct 30 19:06:06 2000 +++ vpopmail-4.9.8-1.patched/acconfig.h Fri Mar 2 01:08:12 2001 @@ -28,6

Re: Mail Drip Patch

2001-03-13 Thread javier
THORSTue Mar 13 22:44:48 2001 @@ -51,3 +51,6 @@ Sean Truman <[EMAIL PROTECTED]> mysql code to set a time stamp when a user authenticates +Javier Frias <[EMAIL PROTECTED]> + Mail Drip code. + --- vpopmail-4.9.8-1/acconfig.h Mon Oct 30 19:06:06 2000 +++ vpopmai

Re: Mail Drip Patch

2001-03-13 Thread Javier Frias
ok, as a dumb ass, i forget to include the patch hehe Javier Frias wrote: > Hrmm, haven't roamed these ways for a while :) > > well, anywayz, > > i've been using a very useful hack that i had done a while back that > allows > mail to be "dripped down&quo

Mail Drip Patch

2001-03-13 Thread Javier Frias
Hrmm, haven't roamed these ways for a while :) well, anywayz, i've been using a very useful hack that i had done a while back that allows mail to be "dripped down" to another smtp server. Think of it as a way to instead of having a default pop account, you can have a default pop server, int he

Re: QmailAdmin .33

2000-07-21 Thread javier
seems that this didn't get to the qmailadmin list for some odd reason anybody else noticed that messages to the qmailadmin list yesterday where lost besides me? javier writes: > > QmailAdmin .33 ready for testing. > Bug Fixes, and new interface. > > QmailAdmi