[vchkpw] Smtp auth: pop3d and pop3d-ssl users

2003-11-13 Thread Andrea Riela
Hi folks, I would do that: my pop3d-ssl users could use my smtp relay (pop3 auth first)., but NOT my pop3d users (pass in clear text). I'm thinking about stunnel, Courier-IMAP (imap imap-ssl, but pop3d = pop3d-ssl too) ... But the problem is the vchkpw: how could I say enable-roaming = only for

[vchkpw] Problem with account (dialup)

2003-11-30 Thread Andrea Riela
Hi folks, I've a problem with my vpopmail (now is 5.3.30, but I had the same problem on 5.3.20). When a specific user (ex:lsiro) of domain1.dom connects himself via dialup on my pop3 server, I receive a message error in console: user [EMAIL PROTECTED] (when IP is the dialup IP) not found. But the

[vchkpw] [semi-OT] Pop3 auth

2003-12-22 Thread Andrea Riela
Hi folks, I need your suggestions. I've to do that: I would open my smtp relay for pop3 users with ssl auth. That is, the pop3 users couldn't use my smtp relay, pop3-ssl users ya. I've to implement two vchkpw binaries? Or wich type of solution? Could you send me your advices? Thanks for patience

[vchkpw] R: [vchkpw] [not-OT] Pop3 auth

2003-12-22 Thread Andrea Riela
yes, two vchkpw binaries, one with and one without --enable-roaming-users=y Hi Jeremy, Thanks for your help. What I've to do exactly? Sorry, I'm a newbie, I think :) How I could create a second binary? There's sybchrony between the two vchkpw? I don't undestand, could you figure it out?

[vchkpw] R: [vchkpw] [not-OT] Pop3 auth (and Courier-Imap)

2003-12-22 Thread Andrea Riela
you run your ./configure once... with the --enable-roaming-users=y option, then make the binaries using 'make' Ok Jeremy, thanks for your help. I've created two binaries, like your suggestions. Now I've to install a pop3d-ssl daemon, I think Courier-Imap pop3ds (correct?) I'm trying to compile

[vchkpw] [not-OT] Pop3 auth and Courier-Imap (pop3s)

2003-12-23 Thread Andrea Riela
I'm trying to compile that, but I've a problem: SOLVED. My steps: curl -O http://aleron.dl.sourceforge.net/sourceforge/courier/courier-imap-2.2.1.tar. bz2 bzip2 -cd courier-imap-2.2.1.tar.bz2 | tar xf - cd courier-imap-2.2.1/ ./configure --prefix=/usr/local/courier-imap --disable-root-check

Re: [vchkpw] [not-OT] Pop3 auth

2003-12-23 Thread Andrea Riela
If you're using courier, it will be harder to accomplish your goals. Courier-IMAP links libvpopmail in instead of using vchkpw. So, like Jeremy explained in another email, you'll have to do the following: Ok, I reconside my policy. I've to do this: users pop3 with ssl auth could relay

[vchkpw] [semi-OT] Problem with qconfirm

2003-12-24 Thread Andrea Riela
Hi folks, I post my problem here, because probably it's a wrong delivery. I've configured qconfirm for [EMAIL PROTECTED], where domain1.dom is a domain in my vpopmail system (exactly the main domain). In .qconfirm/conf there's the QCONFIRM_PREPEND configured for 'domain1.dom-' When I send a

[vchkpw] Enable-roaming-users tests

2003-12-24 Thread Andrea Riela
Hi folks, Probably there's a mistake. SITUATION - Domain1.dom is an internal domain, IP: no server LAN Domain2.dom is an internal domain, IP: same LAN as server Domain3.dom is an external domain Domain4.dom is another external domain My tcp.smtp: # No Qmail-Scanner at all for mail from

[vchkpw] R: [vchkpw] Enable-roaming-users tests

2003-12-24 Thread Andrea Riela
Thank you very much, Tom When you enable-roaming-users, you're enabling a POP before SMTP feature. That means you need to authenticate via POP and pick up email before attempting to send. With a properly configured system, you'll be able to send from your IP address for 30 minutes

[vchkpw] R: [vchkpw] Enable-roaming-users tests

2003-12-25 Thread Andrea Riela
After the POP connection, you should be able to send the email. Ya, thanks, now it works fine. Just one question: the best configuration of clearopensmtp and --enable-relay-clear-minutes? Could you send me an advice? Now, if I've to check the system with the binary without roaming, I need to

[vchkpw] Smtp relay with pop3s (was: Enable-roaming-tests) - Summary

2003-12-26 Thread Andrea Riela
Hi folks, This is a summary of my situation. Now qmail works, courier with pop3s works, I could receive the emails with pop3-ssl, but couldn't send with my smtp relay. 1. I've created one vpopmail binary with --enable-roaming-users=n, called /home/vpopmail/bin/vchkpw-no-roaming Then, after a make

RE: [vchkpw] Smtp relay with pop3s (was: Enable-roaming-tests) - Summary

2003-12-27 Thread Andrea Riela
I've tryed with setenv CFLAGS=-DHAVE_OPEN_SMTP_RELAY too just before compiling courier. Nothing. I've finished my ideas. A bug? My system: openbsd 3.3 My versions: vpopmail 5.3.30, courier-imap 2.2.1 Thanks for any eventual suggestion Regards Andrea

[vchkpw] Problem with qconfirm

2003-12-28 Thread Andrea Riela
Hi folks, There's someone that uses qconfirm with vpopmail? I've a strange problem, and I don't know if a delivery problem (that is vpopmail) or not (that is qconfirm). Example. I send an email to user1 (account configured with qconfirm) I receive a message Please confirm your message from

RE: [vchkpw] Problem with qconfirm

2003-12-29 Thread Andrea Riela
Tom Collins wrote: On Dec 28, 2003, at 1:56 PM, Andrea Riela wrote: You'll have to compile vpopmail with the --enable-qmail-ext option. I'm not sure if it is guaranteed to work at that point, but it's a start... OK. Now I send a message from external account (andrea.rielaATposte.it

[vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-07 Thread Andrea Riela
Hi folks, My problem is always the same. My steps: vpopmail-5.4.0-rc1 ./configure --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp --enable-qmail-ext --enable-defaultquota=NOQUOTA make cp vchkpw /home/vpopmail/bin/vchkpw-no-roaming make clean ./configure

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-07 Thread Andrea Riela
Tom Collins wrote: On Jan 7, 2004, at 10:31 AM, Andrea Riela wrote: OK, it works, but ... When I try with courier (that uses libvpopmail.a, if I've undestood well), in my open-smtp, after pop3-ssl, there isn't my external IP with relay allowed. If I recall correctly, you need to do

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
It is my understanding that setenv CFLAGS=-DHAVE_OPEN_SMTP_RELAY is not sufficient to enable the roaming user functionality in courier-imap. Instead you need to edit the file authlib/preauthvchkpw.c and remove the line : #undef HAVE_OPEN_SMTP_RELAY and then recompile

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Probably my steps will be: cd into courier-imap-2.1.1/authlib patch -u courier-imap-2[1].1.1-vchkpw-updates.diff.txt ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authmysql --without-authpgsql

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Andrea Riela wrote: Probably my steps will be: cd into courier-imap-2.1.1/authlib patch -u courier-imap-2[1].1.1-vchkpw-updates.diff.txt ./configure --prefix=/usr/local/courier-imap --disable-root-check --without-authpam --without-authldap --without-authpwd --without-authmysql --without

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Tom Collins wrote: On Jan 8, 2004, at 3:29 AM, Andrea Riela wrote: Then what I've to do? Try BINC-IMAP instead. Others have reported that it's a fine replacement for Courier. I couldn't .. I need a pop3-ssl daemon. I hope the Michael's patch will help me :) But I've problems to compile

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Shane Chrisp wrote: /usr/sbin/stunnel -f -p Ya Shane, But I wouldn't use stunnel for that. If it's possible, I would use courier. Thanks for all Andrea

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-08 Thread Andrea Riela
Michael Bowe wrote: You will need to use courier-imap-2.1.1 (rather than 2.2.1) with that particular patch. Now I'm trying to compile the 2.1.1 version, but ... Compiling modauthvchkpw.c gcc -I/home/vpopmail/include -DHAVE_OPEN_SMTP_RELAY= -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-11 Thread Andrea Riela
Michael Bowe wrote: Sam Varshavchik has accepted my patch. Therefore the modifications it contains will be part of the next courier-imap release (v2.2.2) Michael. Well, I need to insert '-crypt' in my lib_deps file after or before the courier install? Thanks for all Regards Andrea

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-11 Thread Andrea Riela
Michael Bowe wrote: Sam Varshavchik has accepted my patch. Therefore the modifications it contains will be part of the next courier-imap release (v2.2.2) Michael. I've installed this version of courier (see the courier ml, there's a patch for imapd.c), but I've an auth problem with

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-11 Thread Andrea Riela
Michael Bowe wrote: I will download, test, and will report back my findings soon (might not be till tomorrow though sorry) Thanks Michael, Well, probably I don't understand the '-lcrypt' on lib_deps file. If I insert that on lib_deps before compile courier, I couldn't do gmake: gcc

[vchkpw] A strange problem with ssl connection

2004-01-12 Thread Andrea Riela
Hi folks, As I said, I've tested the qmail-pop3d daemon over ssl with ucspi-ssl (http://www.superscript.com/ucspi-ssl/intro.html). My runscript was: #!/bin/sh CAFILE=/usr/local/ssl/certs/pop3s.cert CERTFILE=/usr/local/ssl/certs/pop3s.cert KEYFILE=/usr/local/ssl/certs/pop3s.key

[vchkpw] vchkpw and courier 2.2.2 (probably a bug)

2004-01-12 Thread Andrea Riela
Hi folks, I've tryed to connect courier-2.2.2 with authvchkpw to the vpopmail-5.4.0-rc1, and probably I've finded a bug. MrSam has confirmed. I hope my test could help you to define the bug, and to find the solution. The thread in courier-imap ml is this: '[Courier-imap] Re:

RE: [vchkpw] vchkpw and courier 2.2.1 (long)

2004-01-13 Thread Andrea Riela
Michael Bowe wrote: You shouldnt need to manually edit this file... It should be auto-populated when you run make install-strip After the make install-strip (vpopmail/cdb) I've: -L/home/vpopmail/lib -lvpopmail If I add '-crypt' after, and compile courier-imap, I've an error and I couldn't

RE: [vchkpw] vchkpw and courier 2.2.2 (probably a bug)

2004-01-13 Thread Andrea Riela
Andrea Riela wrote: 18592 authvchkpw CALL fcntl(0x3,0x3,0) 18592 authvchkpw RET fcntl -1 errno 9 Bad file descriptor Well, I've seen that MrSam has released another 2.2.2 version (20040112). In the changelog there isn't our bug, but MrSam says that This build fixes all reported bugs. I

RE: [vchkpw] vchkpw and courier 2.2.2 (probably a bug)

2004-01-13 Thread Andrea Riela
I should have a patch available soon Well, Michael, now it partially works. I send my test to you: observe# openssl s_client -connect 127.0.0.1:995 CONNECTED(0004) depth=0 /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated POP3 SSL key/CN=localhost/[EMAIL PROTECTED]

[vchkpw] Ucspi-ssl?

2004-01-13 Thread Andrea Riela
Hi folks, Have you ever been using ucspi-ssl to connect to pop3 service with ssl? I've tested that, and it works fine with vchkpw. The problem is the roaming: after the pop3 connection (with ssl), I look my /home/vpopmail/etc: the open-smtp is blank, and I've a lot .tmp files (one for one

RE: [vchkpw] vchkpw and courier 2.2.2 (probably a bug)

2004-01-14 Thread Andrea Riela
Michael Bowe wrote: Try something simple like telnet 127.0.0.1 pop3 user [EMAIL PROTECTED] pass password I've tried with courier pop3. observe# telnet 127.0.0.1 110 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. +OK Hello there. USER [EMAIL PROTECTED] +OK Password

RE: [vchkpw] vchkpw and courier 2.2.2 (probably a bug)

2004-01-14 Thread Andrea Riela
Anders Brander wrote: +OK POP3 clients that break here, they violate STD53. Is this an error or a warning? It does return +OK and nothing seems wrong about the output? Is there actually any mail waiting? Please double-check. I don't know, in my opinion is a bug, I've never seen that with

RE: [vchkpw] vchkpw and courier 2.2.2 (probably a bug)

2004-01-14 Thread Andrea Riela
Jeremy Kitchen wrote: It states clearly that POP3 clients that break here, they violate STD53 That is courier saying that. It doesn't HAVE to be there, but it can be. It's a courier bug, for you? Another thing: they look like successful logins to me. You have an MUA issue, and are

RE: [vchkpw] vchkpw and courier 2.2.2 (probably a bug)

2004-01-14 Thread Andrea Riela
I assume you are mailing the list because you are having a problem, am I incorrect? No, I'm incorrect. When I've seen +OK POP3 clients that break here, they violate STD53. I've supposed that's a bug, or that's a strange thing, a problem? Well, I couldn't donwload my emails with courier, and

RE: [vchkpw] vchkpw and courier 2.2.2 (probably a bug)

2004-01-14 Thread Andrea Riela
Andrea Riela wrote: Then, where is my problem? Pop3 and pop3-ssl don't completely work. The auth is ok (thanks to Michael Bowe, for the patch), but I couldn't download the emails. Sorry Jeremy, sorry Peter, I'm stupid. I need a beer :) Here, all works fine with courier-pop3. Now I check

RE: [vchkpw] Re: Ucspi-ssl?

2004-01-14 Thread Andrea Riela
Peter Palmreuther wrote: If you don't find any error logs about vchkpw failed to write data to 'open-smtp' insert a 'strace' or similar behind ssl-listener and let it log all file open/read/write actions. You should see the error code, and maybe even a short note printed by vchkpw, why it

RE: [vchkpw] Re: Ucspi-ssl?

2004-01-14 Thread Andrea Riela
Peter Palmreuther wrote: [...] /usr/local/bin/sslserver -v -R -H -l 0 0 995 \ strace -f -s 4096 -o /tmp/ssl-pop3.log \ /var/qmail/bin/qmail-popup \ [...] Don't let this run when real users try to log in, the password will be in '/tmp/ssl-pop3.log'. Use this only with test accounts, if you

RE: [vchkpw] Re: Ucspi-ssl? -- test

2004-01-14 Thread Andrea Riela
This is my test: The runscript - #!/bin/sh CAFILE=/usr/local/ssl/certs/pop3s.cert CERTFILE=/usr/local/ssl/certs/pop3s.cert KEYFILE=/usr/local/ssl/certs/pop3s.key DHFILE=/usr/local/ssl/certs/dh1024.pem export CAFILE CERTFILE KEYFILE DHFILE exec /usr/local/bin/softlimit -m 380 \

RE: [vchkpw] Re: Ucspi-ssl? -- test [2]

2004-01-14 Thread Andrea Riela
Another test, with: exec /usr/local/bin/softlimit -m 380 \ /usr/local/bin/sslserver -u 89 -g 89 -v -R -H -l 0 0 995 ktrace -f /tmp/ktrace.out /var/qmail/bin/qmail-popup \ nesys.it /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 21 Now I've resolved the .tmp files problem. Now I

RE: [vchkpw] vchkpw and courier 2.2.2 (update)

2004-01-15 Thread Andrea Riela
Dear ml, Thanks for your help. Now courier-pop3d and courier-pop3s work fine. I can download my emails, but the relay isn't opened. Test From a dialup I've received emails from two accounts, one with pop3d, one with pop3s. Then I've tried to send emails through my smtp relay from my remote

RE: [vchkpw] Re: Ucspi-ssl? -- test

2004-01-15 Thread Andrea Riela
) by 0 with SMTP; 15 Jan 2004 14:45:59 - Received: from Avatar (80.180.15.150) by vsmtp12.tin.it (7.0.019) id 3FE0347C004E0626 for [EMAIL PROTECTED]; Thu, 15 Jan 2004 15:45:59 +0100 From: Dott. Andrea Riela [EMAIL PROTECTED] To: [EMAIL PROTECTED

RE: [vchkpw] Re: Ucspi-ssl? -- test

2004-01-15 Thread Andrea Riela
Tom Collins wrote: Yep, delete the lock file. ok Is /home/vpopmail/domains/nesys.it/test a valid directory? If not, why not? What are its permissions. drwx-- 3 vpopmail vchkpw 512 Jan 14 11:36 test It's right? In the vpopmail source directory, type `make fix-priv` to set the

RE: [vchkpw] Re: Ucspi-ssl? -- test

2004-01-15 Thread Andrea Riela
Peter Palmreuther wrote: Not 'probably', for sure. vchpw ain't able to open a lock file and therefore refuses to continue writing IP to open-smtp. -rw-r--r-- 1 vpopmail vchkpw 0 Jan 15 15:40 open-smtp -rw-r--r-- 1 root wheel 0 Jan 15 01:22 open-smtp.lock Returning to your

RE: [vchkpw] Re: Ucspi-ssl? -- test

2004-01-15 Thread Andrea Riela
Peter Palmreuther wrote: Execute chown vpopmail.vchkpw /home/vpopmail/etc and test again. If this succeeds you /can/ further search for the cause of 'setuid' vchkpw is run as, or you can live with the fact you need 'write permissions for vpopmail on ~vpopmail/etc'. Now the etc dir is

RE: [vchkpw] Re: Ucspi-ssl? -- permissions

2004-01-15 Thread Andrea Riela
Well, I don't undestand. Wich are the right permissions? In my 'bin' dir all's vpopmail:vchkpw In my 'domains' dir all's vpopmail:vchkpw In my 'include' dir all's root:vchkpw In my 'lib' dir the libvpopmail.a is root:vchkpw And in my 'etc'? What about? And my tcpserver/sslserver has to run as

[vchkpw] Qmail-pop3d (with or without ssl) and open-smtp

2004-01-16 Thread Andrea Riela
Hi folks, Now I've checked permissions and configurations, but I don't find the mistake. Why qmail-pop3d via ssl don't open the relay? I hope someone could help me, looking my ktrace's tests Qmail-pop3d with vchkpw (roaming enabled) (that's OK) - #!/bin/sh

RE: [vchkpw] Qmail-pop3d (with or without ssl) and open-smtp

2004-01-16 Thread Andrea Riela
Andrea Riela wrote: Kdump.pop3d ( ktrace.pop3d): http://www.nesys.it/kdump.pop3d Kdump.pop3s ( ktrace.pop3s): http://www.nesys.it/kdump.pop3s The differences probably are here: --- kdump.pop3d Sat Jan 17 00:34:38 2004 +++ kdump.pop3s Sat Jan 17 00:40:50 2004 @ -292,86 +292,42

RE: [vchkpw] Re: Qmail-pop3d (with or without ssl) and open-smtp

2004-01-17 Thread Andrea Riela
Peter Palmreuther wrote: Hello Andrea, Reading your dumps a having a look in vpopmail sources I get the impression when you're in SSL mode the environment variable TCPREMOTEIP seems not to be set. I don't know which vpopmail version you're actually using, so I don't know if there are other

RE: [vchkpw] Re: Qmail-pop3d (with or without ssl) and open-smtp

2004-01-17 Thread Andrea Riela
Andrea Riela wrote: Well, I think you've hit the problem. But what I've to do to resolve it? exec /usr/local/bin/softlimit -m 380 \ ktrace -f /tmp/ktrace.ip /usr/local/bin/sslserver -v -R -H -l 0 0 996 \ echo IP: $TCPREMOTEIP 21 The kdump says: cut 13884 sslserver GIO fd 2 wrote 56

RE: [vchkpw] Re: Qmail-pop3d (with or without ssl) and open-smtp [SOLVED]

2004-01-17 Thread Andrea Riela
Thanks Peter, thanks ml, Now I've solved my problem. I need this patch: http://jonaspasche.de/ucspi-ssl/sslserver-compat.patch Because with ssl connection I haven't the $TCPREMOTEIP, as Peter said. Thank you very much Regards Andrea

[vchkpw] Question about roaming

2004-01-17 Thread Andrea Riela
Hi folks, Could you send me your advices about the most secure configuration of roaming vpopmail's option? --enable-relay-clear-minutes=# how many minutes? clearopensmtp: in crontab, but when? Every hour? Thanks for all Regards Andrea

RE: [vchkpw] Question about roaming

2004-01-17 Thread Andrea Riela
Shane Chrisp wrote: I run 15 minutes for open relay and clearopensmtp every minute from crontab. I'm sorry, Shane, but I'm very tired and I don't understand. --enable-relay-clear-minutes=15 */1 * * * * /home/vpopmail/bin/clearopensmtp 21 /dev/null ? Thanks Andrea

[vchkpw] vpopmail and qconfirm?

2004-01-18 Thread Andrea Riela
Hi folks, Have you ever been using vpopmail with qconfirm? I need your help about qconfirm's installation. Probably is a mistake, but I hope you could help me. Configuration - I've installed qconfirm as root, and I've configurated that for the account '[EMAIL PROTECTED]' as vpopmail

[vchkpw] Strange question about open-smtp

2004-01-19 Thread Andrea Riela
Hi folks, Probably is a strange question, but for administration I would see all Ip's that use and have used the smtp relay. It's possible to log the open-smtp changes, and all Ip's that probably have used the roaming? Thanks for all Regards Andrea

[vchkpw] vpopmail 5.4.0-rc2 and defaultquota

2004-01-21 Thread Andrea Riela
Hi folks, Normally in the past I've used --enable-defaultquota=NOQUOTA. Now, what I've to do, because configure: error: --enable-defaultquota has been superceded. Please use the ~vpopmail/vlimits.default file instead. What's vlimits.default? Thanks for all Regards Andrea

RE: [vchkpw] vpopmail 5.4.0-rc2 and defaultquota

2004-01-21 Thread Andrea Riela
Tom Collins wrote: After installation, edit ~vpopmail/etc/vlimits.default to change the settings. For me, I've to write 'NOQUOTA' in vlimits.default? Thanks for all, Tom. Regards Andrea

RE: [vchkpw] important: roaming users

2004-01-26 Thread Andrea Riela
I compiled vpopmail 5.4.0-rc2 with: ./configure --prefix=/usr/local/vpopmail/ --enable-roaming-users--enable -relay-clear-minutes=10 --enable-learn-passwords --enable-domainquotas --ena ble-tcpserver-file=/etc/tcp.smtp I think you have to use /home/vpopmail/etc/tcp.smtp Try with

[vchkpw] About open-smtp, tcp.smtp and qmail-scanner

2004-02-02 Thread Andrea Riela
Hi folks, I've a problem. My domain hasn't a catchall account (with qmailadmin I've used the option bounce all), but this morning I've received an email like that: Received: (qmail 16116 invoked from network); 2 Feb 2004 07:59:14 - Received: from adsl-62-123-116-229.dial.atlanet.it (HELO

RE: [vchkpw] Re: About open-smtp, tcp.smtp and qmail-scanner

2004-02-02 Thread Andrea Riela
Peter Palmreuther wrote: Hello Andrea, Hi, thanks for support. Now my tcp.smtp: # No Qmail-Scanner at all for mail from 127.0.0.1 127.0.0.1:allow,RELAYCLIENT=,RBLSMTPD=,QMAILQUEUE=/var/qmail/bin/qmail- queue # Use Qmail-Scanner without SpamAssassin on any mail from the LAN

RE: [vchkpw] multimaildir in .qmail

2004-02-03 Thread Andrea Riela
Luca Morettoni wrote: starting delivery 10826: msg 178327 to local ./Maildir2/@the_host status: local 1/20 remote 0/40 delivery 10826: failure: Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/ status: local 0/20 remote 0/40 Well, the same with 5.4.0-rc2. I've created another two maildir with

RE: [vchkpw] Re: Problem with qmail-scanner

2004-02-03 Thread Andrea Riela
Tom Collins wrote: An easier solution should be to add the following to your qmail-smtpd/run file: export QMAIL_QUEUE=/var/qmail/bin/qmail-scanner-queue And then restart qmail-smtpd. In this case, I apply the qmail-scanner-queue for the emails from LAN or loopback (127.). I wouldn't,

RE: [vchkpw] pop3 login frequency patch

2004-02-09 Thread Andrea Riela
Oden Eriksson wrote: Sunday 08 February 2004 14.45 skrev Eduardo M. Bragatto: Jeremy Kitchen wrote: that could only be done in tcpserver by rate limiting connections by IP address, and would also affect legitimate connections made by valid users using proper authentication credentials. I'd

[vchkpw] strange problem with pop3d

2004-03-13 Thread Andrea Riela
Hi folks, I've a strange problem. Situation: I've a vchkpw-noroaming for my pop3, and vchkpw for my pop3s (qmail-pop3d with ssl: I use pop3-b4-smtp). Well, all works fine, but for one account (always the same account) I see: vchkpw-pop3: vpopmail user not found account-bugged@:192.168.17.15

[vchkpw] [semi-OT] bincimap and vpopmail

2004-03-29 Thread Andrea Riela
Hi folks, I don't understand the problem at http://lifewithbincimap.org/index.php/HelpMe/QmailVpopmail. There's someone that could help me to configure bincimap with vpopmail and vchkpw? I've to patch vpopmail? thanks for your help Regards Andrea

[vchkpw] about .qmail-default and .qmail

2004-04-08 Thread Andrea Riela
Hi folks, I need your feedbacks, I hope that isn't an OT :) I would implement a solution like that: a script in .qmail-default, that checks emails for viruses, and a script in each .qmail for spam checking (with spamassassin, or dspam, or using tmda). There's someone that has implemented that? I

Re: [vchkpw] problem with open-smtp and ucspi-ssl

2004-10-14 Thread Andrea Riela
Hi guys, my problem in a word is that: when open my email client (whichever), I see my IP in open-smtp, and that sounds fine. But, after $RELAYCLEAR, my IP isn't in open-smtp (correct), but if I try to recheck my emails, I could download, but my IP isn't in open-smtp, that is the roaming is

Re: [vchkpw] problem with open-smtp and ucspi-ssl

2004-10-14 Thread Andrea Riela
Andrea Riela wrote: Hi guys, my problem in a word is that: when open my email client (whichever), I see my IP in open-smtp, and that sounds fine. But, after $RELAYCLEAR, my IP isn't in open-smtp (correct), but if I try to recheck my emails, I could download, but my IP isn't in open-smtp

Re: [vchkpw] problem with open-smtp and ucspi-ssl

2004-10-14 Thread Andrea Riela
Jiri Navratil wrote: Hi, I think, that you can download with correct name and password but not to send messages if you are using IP address only (not smtp auth). nope, with roaming enabled I could make pop3-b4-smtp and imaps-b4-smtp But my problem is: I could make that only the first time, after

[vchkpw] about smtp auth

2004-10-15 Thread Andrea Riela
Hi folks, there's someone here that use Freebsd and qmail+vpopmail+smtp auth? the smtp auth patch in freebsd ports could use vchkpw? there's an howto about that? thank you very much for your support Regards Andrea

Re: [vchkpw] about smtp auth

2004-10-15 Thread Andrea Riela
Well, I've tested http://students.imsa.edu/~ngroot/qmail-1.03-starttls-smtp-auth.patch (that is in /usr/ports/mail in Freebsd), my steps was: cd /usr/ports/mail/qmail-smtp_auth+tls make cp work/.../qmail-smtpd /var/qmail/bin/qmail-smtpd observe# telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to

Re: [vchkpw] about smtp auth

2004-10-15 Thread Andrea Riela
Tom Collins wrote: On Oct 15, 2004, at 8:40 AM, Andrea Riela wrote: 250-AUTH LOGIN CRAM-MD5 PLAIN 250-AUTH=LOGIN CRAM-MD5 PLAIN That's an old, outdated patch. Use the other patch mentioned (or the one included in the vpopmail contrib directory). Well, I've installed the last fehcom (0.43

Re: [vchkpw] about smtp auth

2004-10-16 Thread Andrea Riela
Jeremy Kitchen wrote: Do you have clear password support in vpopmail? I've installed vpopmail with make WITH_QMAIL_EXT=yes WITH_DOMAIN_QUOTAS=yes WITH_SPAMASSASSIN=yes SPAM_THRESHOLD=15 RELAYCLEAR=15 I need WITH_CLEAR_PASSWD=yes too? Regards Andrea

Re: [vchkpw] about smtp auth

2004-10-16 Thread Andrea Riela
Jeremy Kitchen wrote: try authenticating right there. http://fehcom.de/qmail/smtpauth.html I need tls support too. the patch is that? http://shupp.org/patches/netqmail-1.05-tls-smtpauth-20040927.patch thanks for any suggestion Andrea

Re: [vchkpw] about smtp auth

2004-10-16 Thread Andrea Riela
I've installed vpopmail with make WITH_QMAIL_EXT=yes WITH_DOMAIN_QUOTAS=yes WITH_SPAMASSASSIN=yes SPAM_THRESHOLD=15 RELAYCLEAR=15 WITH_CLEAR_PASSWD=yes I've tryed it. Now in my maillog I see that: Oct 16 19:01:54 observe vpopmail[33600]: vchkpw-smtps: vpopmail user not found [EMAIL

Re: [vchkpw] about smtp auth

2004-10-16 Thread Andrea Riela
Andrea Riela wrote: I've installed vpopmail with make WITH_QMAIL_EXT=yes WITH_DOMAIN_QUOTAS=yes WITH_SPAMASSASSIN=yes SPAM_THRESHOLD=15 RELAYCLEAR=15 WITH_CLEAR_PASSWD=yes I've tryed it. Now in my maillog I see that: Oct 16 19:01:54 observe vpopmail[33600]: vchkpw-smtps: vpopmail user not found

Re: [vchkpw] about smtp auth

2004-10-16 Thread Andrea Riela
Andrea Riela wrote: Oct 16 19:16:39 observe vpopmail[34852]: vchkpw-smtps: password fail [EMAIL PROTECTED]:192.168.17.23 telnet 127.0.0.1 25 EHLO 250-nesys.it 250-PIPELINING 250-8BITMIME 250-SIZE 0 250 AUTH LOGIN PLAIN CRAM-MD5 AUTH CRAM-MD5 503 auth not available (#5.3.3) AUTH PLAIN 503 auth

[vchkpw] problem with open-smtp and ucspi-ssl

2004-10-09 Thread Andrea Riela
Hi folks, I've a problem with ucspi-ssl and vpopmail. I use pop-b4-smtp (qmail) and imap-b4-smtp (bincimap) with ssl support (ucspi-ssl). Well, the first time all works fine: I open my email client (thunderbird), I check my emails and in open-smtp I see my IP address. But, when the

[vchkpw] about smtp auth and vpopmail: MD5 problem

2004-10-17 Thread Andrea Riela
Hi folks, I've solved my problems with smtp auth (thanks Jeremy). Now the smtp auth with pass in PLAIN text works fine, in CRAM-MD5 not. this is the log: @40004172f62f29de299c sslserver: status: 1/20 @40004172f62f29ee65dc sslserver: pid 602 from 192.168.17.23 @40004172f62f29fed0fc

Re: [vchkpw] about smtp auth and vpopmail: MD5 problem

2004-10-18 Thread Andrea Riela
Tom Collins wrote: On Oct 17, 2004, at 3:54 PM, Andrea Riela wrote: Now the smtp auth with pass in PLAIN text works fine, in CRAM-MD5 not. Vpopmail 5.4.0 or later? 5.5.0 Do you have a clear password for that user in your vpasswd file or database? CRAM-MD5 only works if you have a cleartext

[vchkpw] about vchkpw + tls + smtp-auth

2005-03-19 Thread Andrea Riela
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I know, we've discussed about that too much, but ... I don't know if it's solved :) I use freebsd 5.3, and I've tryed unlucky with the port 'qmail-smtp_auth+tls'. My ehlo is: 250-mail.nesys.it 250-AUTH LOGIN CRAM-MD5 PLAIN 250-AUTH=LOGIN

Re: [vchkpw] about vchkpw + tls + smtp-auth

2005-03-23 Thread Andrea Riela
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hemm ... no advices about that? :) Thanks for all Regards Andrea -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCQTcIMakHrsrHP9wRAqw1AKDfSCN8IMePQ4iJRHHPAABhCCOV8QCfYJQR 9asSe6FAb3jzNHSi38hl1qU= =8BN2 -END PGP SIGNATURE-