Re: Virtual Domains

2001-05-10 Thread Tonix
Hi Nathan, I had the same problem. I have a similar situation, and my system handles DNS by himself. Although I may swear about the functionality and setup of my DNS, I had to force the -l parameter in the tcpserver line. Having this, tcpserver assume to be the name of the answer

RE: Virtual Domains

2001-05-10 Thread Tonix
" not an actual hostname. I >added the following to both my pop3 and smtpd tcpservers: -l 0 -R -H >These switches are the ones most commonly recommended in the FAQ and >significantly sped up pop3 for me. > > > -Original Message- > > From: Tonix [mailto:[E

RE: Virtual Domains

2001-05-10 Thread Tonix
gt; > > > At 10/05/2001 10/05/2001 -0400, Ed Henderson wrote: > > >The correct form for "-l" parameter is "-l 0" not an actual > > hostname. I > > >added the following to both my pop3 and smtpd tcpservers: -l 0 -R -H > > >These swit

RE: Virtual Domains

2001-05-11 Thread Tonix
t; > > > I prefer to declare the exact name instead of '0'. > > > > > > > > Tonino > > > > > > > > > > > > At 10/05/2001 10/05/2001 -0400, Ed Henderson wrote: > > > > >The correct form for "-l" parameter is "-l 0" not

qmail-smtpd-chkusr: (reject unknown users at smtp level) patch updated

2001-05-11 Thread Tonix
qmail-smtpd-chkusr is a patch for qmail-smtpd (with vpopmail 4.9.x) and permits rejecting non existing users/aliases/mailing-lists in the smtp acceptance phase. I've just updaded this patch, with the following changes: - changed the error code emission (550 instead of 553) - added check for BO

RE: [vchkpw] checkuser patch

2004-01-15 Thread Tonix
Tom, I've it working since a lot of time (chkuser + auth + tls). May you check at www.interazioni.it/qmail, or let me know additional problems not reported there? Thanks, Tonino > At 14/01/2004 14/01/2004 -0600, you wrote: > > I was never able to get the checkuser patch and our smtp-auth patch

Re: [vchkpw] Mysterious Problem with vdelivermail using vpasswd.cdb instead of mysql (while the all the other tools use mysql)

2004-05-10 Thread Tonix
Are you sure the paths for old users and new users are absolutely the same? What does maillog says for e-mails sent to old users? Tonino > Hi, > > regarding the vdominfo issue ... it looks like only the new created user > accounts are accounted in the usercount output of vdominfo. The weird > th

Re: [vchkpw] Mysterious Problem with vdelivermail using vpasswd.cdb instead of mysql (while the all the other tools use mysql)

2004-05-10 Thread Tonix
And protections of old accounts also (accounts must all belong to vpopmail and must be readable/writeable only by vpopmail). Tonino > > Are you sure the paths for old users and new users are absolutely the > same? What does maillog says for e-mails sent to old users? > > Tonino > >> Hi, >> >> re

[vchkpw] RE:[vchkpw] Making qmail check for existant user against vpopmail _before_ accepting mail

2004-05-27 Thread Tonix
Tobias, it looks like there is a "trust" against this patch, just saying generically it's ugly, but not beeing able to say why, and not beeing able, mainly, to make another one working. This patch is highly responding to DJ security and programming models, while all the rest around (including vpo

[vchkpw] RE:[vchkpw] Making qmail check for existant user against vpopmail _before_ accepting mail

2004-05-27 Thread Tonix
I don't have that load, so I can't say. For my needs, routine is practically not existent, and far much less heavy than qmail-scanner. For sure your outgoing queue will be reduced, and your network traffic will drop (because all "wrong" messages will be stopped before entering). Just you'll have

Re: [vchkpw] MySQL going down results in 5xx error

2006-01-25 Thread Tonix
> Hello, > > I have recently inherited a qmail server. This server is utilizing > vpopmail version: 5.4.6 and MySQL Ver 4.0.25. We are currently suffering > from the problem mentioned here: > http://marc.theaimsgroup.com/?l=vchkpw&m=108925077224259&w=2 and > https://sourceforge.net/tracker/index.ph

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

2006-02-07 Thread Tonix
> On Monday 06 February 2006 11:57, tonix (Antonio Nati) wrote: >> At 20.31 06/02/2006, you wrote: >> >Thanks for your answer Tonino, i take that solution in account but i >> would prefer another solution if possible, that smtp server is being >> already used by lots

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

2006-02-07 Thread Tonix
> On Monday 06 February 2006 09:36, Ibiltari wrote: >> Hi, i have a working qmail installation from netqmail and recently >> included chkuser (very nice!). >> I want to use the CHKUSER_RCPTLIMIT and CHKUSER_WRONGRCPTLIMIT >> variables to block spam because they work very nice in my system, but >> t

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

2006-02-07 Thread Tonix
hkuser. Consider with two different qmail-servers you have more possibilities to simplify your management and give completely different behaviours to your servers. No SPAM control, no RBL, better error messages, no additional checks on relaying server, full controls on MX server. Tonino > &g

Re: [vchkpw] Integration of vpopmail+maildrop+chkuser

2006-02-20 Thread Tonix
> On 2/18/06, Rick Macdougall <[EMAIL PROTECTED]> wrote: >> Muhammad Naeem wrote: >> > Now there is another issue and that is lets suppose that i have a >> user whose mailbox size is 1MB and if i send a test email to that >> account containing an attachment of 1.5MB means more than the size >> of i

Re: [vchkpw] my problem about checkuser2

2006-02-20 Thread Tonix
It looks like you've aptched your qmail-smtpd.c two times. If you're using Shupp's toaster, it already includes chkuser. Tonino > I want to make a correction about my mail. I forgot a thing as I wrote > the mail. > > I had patched netqmail-1.05_chkuser-2.0.8.patch successfully. > After that > I

Re: [vchkpw] Integration of vpopmail+maildrop+chkuser

2006-02-21 Thread Tonix
> On 2/20/06, Tonix <[EMAIL PROTECTED]> wrote: >> > On 2/18/06, Rick Macdougall <[EMAIL PROTECTED]> wrote: >> >> Muhammad Naeem wrote: >> >> > Now there is another issue and that is lets suppose that i have a >> >> user whose ma

Future patch of smtpd-chkuser + other requests

2001-07-16 Thread tonix (Antonio Nati)
Ken, I'm thinking to upgrade my patch (smtpd-chkusr), but I'll start only when there will be a definitive stable version of 4.10 (or 5.0 ?). Now I'm starting to consider the changes I have to do. Apart the new functions for alias/forwards (but not mailing list), I have to modify the building

Re: [vchkpw] Invalid mailbox handling / bouncing bounce handling

2002-08-30 Thread tonix (Antonio Nati)
At 30/08/2002 30/08/2002 -0400, Jan Knepper wrote: >Hi, this has probably been asked several times, but... > >It is possible to reject a SMTP connection for a mailbox that does not exists? Yes, the patch is at www.interazioni.it/qmail, specifically made for vpopmail. This patch rejects SMTP conn

RE: [vchkpw] Smtp-auth

2002-09-04 Thread tonix (Antonio Nati)
John, as long as I see in your attached lines, you didn't write correctly the host name following qmail-smtpd. You wrote > > /var/qmail/bin/qmail-smtpd \ > > qmail.cyberbytesbbs.com/home/vpopmail/bin/vchkpw /bin/true 2>&1 It should be /var/qmail/bin/qmail-smtpd \ qmail.cyberbytesbbs.com/

Re: [vchkpw] Catch-all and bounce

2002-09-08 Thread tonix (Antonio Nati)
Check the patch at http://www.interazioni.it/qmail. It checks if a domain has bounce enabled, then reject connections for not existing users. So you can do you what you want, but on a whole domain. Tonino P.S. You may modify the patch to fit your needs. At 08/09/2002 08/09/2002 -0300, Feder

[vchkpw] Re: [qmailadmin] Re: Problem with qmailadmin-limits

2002-09-08 Thread tonix (Antonio Nati)
002 09/09/2002 +0200, David Karlsen wrote: >tonix (Antonio Nati) wrote: > >Hi Nati, > >>>We have another test-server where limiting also failed(also a mandrake >>>8.2 installation). The error exist also on a third backup server(also >>>mandrake 8.2). The .qm

Re: [vchkpw] Vpopmail locking problem on NFS filesystem

2002-10-09 Thread tonix (Antonio Nati)
Gonzalo, may you please turn off notification when you post to a list? Thanks, Tonino At 09/10/02 09/10/02 +0200, Gonzalo G. Agulló wrote: >Hi, > >I'm trying to share maildir directories with NFS from a backend file >server to distribute load on a couple frontend pop/smtp boxes. In my first

Re: [vchkpw] undeliverable mail

2002-10-11 Thread tonix (Antonio Nati)
See http://www.interazioni.it/qmail At 11/10/02 11/10/02 +0500, zafar wrote: hello all     i wan to know how a user get bounced mail when not recipient exist At that time mail is go to the qmail postmaster maildir. anything possible for that which user send invalid recipient ,it rebou

[vchkpw] Bug (feature) in MySQL select

2002-10-15 Thread tonix (Antonio Nati)
I've received a message for "user @mydomain.it", and vpopmail routine validating addresses has let this wrong address pass. I've found that when you make a SELECT * FROM VPOPMAIL WHERE pw_name = "user " it's exactly like SELECT * FROM VPOPMAIL WHERE pw_name = "user" This is a

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-23 Thread tonix (Antonio Nati)
At 23/10/02 23/10/02 -0700, Bill Shupp wrote: On Wednesday, October 23, 2002, at 12:55 AM, tonix (Antonio Nati) wrote: 2) I'ld like to have other options in qmailadmin-limits, that could permit to deny some functions to 'admin' users that are not 'postmaster':

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-23 Thread tonix (Antonio Nati)
At 23/10/02 23/10/02 -0700, Bill Shupp wrote: On Wednesday, October 23, 2002, at 12:55 AM, tonix (Antonio Nati) wrote: As usual, I don't see anything related to "disablesmtp". Is this feature going to be merged in the main stream, or do I have to continue with my private c

Re: [vchkpw] many-domains=n large-site=y courier-imap problem

2002-10-18 Thread tonix (Antonio Nati)
As far as I remember, many-domains=n and many-domains=y work with different tables. So, when switching from "n" to "y" you should also convert the database to the new format. This is one of the switches you select with the first installation, and then you never change (usually). Tonino At 1

RE: [vchkpw] multi-table mysql domains

2002-10-19 Thread tonix (Antonio Nati)
I feel the reason of having multidomains=n is related to the possibility to have a very few domains (usually one) with a lot of mailboxes (hundreds of thousands). In such a case you save a lot of space on tables + indexes, semplify accesses to simpler indexes. Two or three years ago, all that s

Re: [vchkpw] patch for vpopmail 5.3.8 for .qmailadmin-limits

2002-10-23 Thread tonix (Antonio Nati)
As usual, I don't see anything related to "disablesmtp". Is this feature going to be merged in the main stream, or do I have to continue with my private copies? Anyway, two notes: 1) I feel that would be much better another layout, like: domain CHAR(64) PRIMARY KEY, option CH

Re: [vchkpw] Re: smtp-auth

2002-10-24 Thread tonix (Antonio Nati)
Probably you use OpenSSL 0.9.6e, at least, and Eudora has problems talking TLS with new versions of OpenSSL (it talks with 0.9.6c, that has security holes). You must add this (+) line in qmail-smtpd.c: void smtp_tls(arg) char *arg; { SSL_C

[vchkpw] Problem with smtp auth and Eudora

2002-11-28 Thread tonix (Antonio Nati)
I've problems with Eudora, trying to send a message using an account which has SMTP flag disabled (just testing the feature). Eudora hangs (indipendently of tls usage), and the qmail-smtpd process hangs the same. When I stop Eudora sending, also qmail-smtpd stops. When I try to recreate the sa

Re: [vchkpw] Qmail + Vpopmail + patches

2002-12-20 Thread tonix (Antonio Nati)
Hi Anton, I wrote the first patch you speak about (qmail-smtpd-chksr), and seen no problem with all the other patches I've installed until now (including TLS and AUTH). My suggestion. First, install all other pathes, except mine, and be sure they work. Second, be sure the installed patches do

RE: [vchkpw] disk quota per domain

2003-01-29 Thread tonix (Antonio Nati)
I'm thinking to a new solution, modifying qmailadmin as follows. A unique ".qmailmaildirsize" should be created in the domain, and every user should have his own "maildirsize" linked by an "ln -sf" to the domain's ".qmailmaildirsize". \domain \domain\.qmailmaildirsize [global]

RE: [vchkpw] disk quota per domain

2003-01-30 Thread tonix (Antonio Nati)
is using whereas your solution will not. What do you say Ken/Bill ? Regards, Lu > -Original Message- > From: tonix (Antonio Nati) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 1:54 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [vchkpw] disk

[vchkpw] Re: feature request qmail-smtpd-chkusr

2003-01-30 Thread tonix (Antonio Nati)
Hi Eduardo, my patch basically modifies qmail-smtpd.c code, using vpopmail libraries. So, it may be seen practically in the category "qmail patch", not "vpopmail patch". As any patch, it may not work if someone applied other patches before, so I don't think it may be right to include it in vpo

Re: [vchkpw] Re: feature request qmail-smtpd-chkusr

2003-01-30 Thread tonix (Antonio Nati)
Hi Brian, the versions you see on my website are tailored for vpopmail, so they handle every kind of user vpopmail handles, valias and .qmail aliases, ezmlm mailing lists. It may be easily customized for other handlers. A lot of people asked me, and they realized the same control out of vpopma

Re: [vchkpw] non existent users

2003-02-16 Thread tonix (Antonio Nati)
At 16/02/03 16/02/03 +0100, admin wrote: Hi, I am using vpopmail and it is working very wekk for me. I the FAQ I found the next question: I don't want to bounce emails for non existent users. Instead I want to delete them, how? and also the answer. But I will not to delete this ma

Re: [vchkpw] Quotas

2003-03-04 Thread tonix (Antonio Nati)
Hi Rick, it's a small bug in the quota patch of last "official" qmailadmin versions(I did not suppose Inter7 integrate patches without trying them, but that happens sometimes). diff -u qmailadmin-1.0.10/util.c qmailadmin-1.0.10-pooled2/util.c --- qmailadmin-1.0.10/util.cFri Jan 24 23:25:31 20

Re: [vchkpw] Quotas

2003-03-05 Thread tonix (Antonio Nati)
ic auto-correction when quota is less than zero. Tonino At 04/03/03 04/03/03 +0100, tonix (Antonio Nati) wrote: Hi Rick, it's a small bug in the quota patch of last "official" qmailadmin versions(I did not suppose Inter7 integrate patches without trying them, but that happens sometim

Re: [vchkpw] qmail-smtpd patch

2003-03-12 Thread tonix (Antonio Nati)
Abdul, the patch you're looking for is at: www.interazioni.it/qmail It's been deeply proved and installed by hundreds of people. There are two versions: one completely compliant to qmail security model, the other semplified in order to work with TLS. Ciao, Tonino At 12/03/03 12/03/03 +0200,

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
Please correct me if I'm wrong... As far as I understand, the domain quota code included in the last development version of vpopmail is NOT 100% compatible with other programs like sqwebmail, courier, ecc., so you may have some disalignments, depending on the products you're using. Tonino At

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
Brian, when you store a message inside an imap server (like when using squirrelmail & courier, and keeping your outgoing message in the "Sent" folder), or when using sqwebmail just keep it in the "Sent" or upload an attach, which quota computing is done: courier, sqwebmail or vpopmail? I think

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
At 26/03/03 26/03/03 -0500, Brian Kolaci wrote: When a message arrives and is delivered by vdelivermail, the quotas are enforced. It also updates the maildirsize file (and uses the maildir++ naming conventions) thereby updating the maildir++ quota usage that is shared amongst all maildir++ compat

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
At 26/03/03 26/03/03 -0500, Brian Kolaci wrote: > >When a message arrives and is delivered by vdelivermail, > >the quotas are enforced. It also updates the maildirsize > >file (and uses the maildir++ naming conventions) thereby > >updating the maildir++ quota usage that is shared amongst

Re: [vchkpw] Domain quotas

2003-03-26 Thread tonix (Antonio Nati)
At 26/03/03 26/03/03 -0500, you wrote: > >I don't believe the "Sent" folder keeps track of any size. > >I looked and don't see any "maildirsize" files in "Sent" folders. > >So it doesn't look like it counts against either user or domain > >quotas. You'll have to take a look at the spec to

Re: [vchkpw] When I updated user's quota, maildirsize file is not with correct quota

2003-03-27 Thread tonix (Antonio Nati)
How did you change quota? Tonino At 27/03/03 27/03/03 +0800, [EMAIL PROTECTED] wrote: For example: A user's quota is 1M, and some mails are in its Inbox, and I was checked its directory, the maildirsize file is there. When I changed this user's quota to 3M, after a mail come in, the quota's t

Re: [vchkpw] qmail-smtpd check for valid user/over quota with vpopmail api

2003-04-05 Thread tonix (Antonio Nati)
Hi Ken, why are you ignoring my patch at www.interazioni.it/qmail? You know it exists and works, so I don't understand why you continue to ignore it and prefer to post a rough (and poor) one. Tonino At 05/04/03 05/04/03 -0600, Ken Jones wrote: I read on the qmail list last week that someone sw

Re: [vchkpw] qmail-smtpd-chkusr Patch Problem

2003-06-06 Thread tonix (Antonio Nati)
command line to be root. When I do that it works flawlessly. It also works if I set the uid to root and set the gid to qmaild. My question (and I suppose directed at tonix): How can I get this to run with the proper user and group permissions of qmaild? Here are some of the details of my installation.

Re: [vchkpw] chkusr patch

2003-06-17 Thread tonix (Antonio Nati)
Hi David, this is my Makefile: qmail-smtpd: \ load qmail-smtpd.o rcpthosts.o commands.o timeoutread.o \ timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o received.o \ date822fmt.o now.o qmail.o cdb.a fd.a wait.a datetime.a getln.a \ ope

Re: dbfunctions - it's over

2001-05-28 Thread tonix (Antonio Nati)
Sorry, but I don't agree. I don't know your product, Krzysztof, and I suppose your coding to be excellent, but I feel your vision is very close to your needs only. At 28/05/2001 28/05/2001 +0200, Krzysztof Dabrowski wrote: >>You can check the archives for the exact posting (subject Dbfunctions

Re: dbfunctions - it's over

2001-05-29 Thread tonix (Antonio Nati)
Krzysztof, now is you, but it could be your fault. Only for my curiosity, did you ask Ken, before writing, how could you be useful in order to extend vpopmail functionalities while remaining integrated with all the rest? Did he give you any rule to follow? About your documentation, I visited

Re: dbfunctions - it's over

2001-05-29 Thread tonix (Antonio Nati)
Thanks for your reply. At 29/05/2001 29/05/2001 +0200, Krzysztof Dabrowski wrote: >>Only for my curiosity, did you ask Ken, before writing, how could you be >>useful in order to extend vpopmail functionalities while remaining >>integrated with all the rest? Did he give you any rule to follow?

Re: smtp-auth / vpopmail

2001-05-31 Thread tonix (Antonio Nati)
I want to do that, and in the future I'll extend my patch (checkusers on qmail-smtpd) or write a new one, but I've not studied actual patches nor I've time to do it in near future. Tonino At 31/05/2001 31/05/2001 +0100, Kieran Barnes wrote: >Does anybody have any implementation of, or plans t

Re: User over quota message

2001-06-27 Thread tonix (Antonio Nati)
I feel it could be solved only patching pop3d demon, letting him generate a first fake messages when user mailbox has exceeded (or it's going to do) its quota. So it doesn't waste space, it's always delivered, etc. But, before this patch, I would like to find an unique centralized way to store

Re: [vchkpw] smtp auth with chkuser problems

2009-06-10 Thread Tonix (Antonio Nati)
Roberto ha scritto: Hi James, what version of netqmail are you using? does anybody knows if chkuser is compatible with 1.06? Roberto James Cox ha scritto: I've had it running for a few hours, and have this: 1 CHKUSER rejected relaying 5 CHKUSER accepted any rcpt 28 CHKUSER r

Re: [vchkpw] smtp auth with chkuser problems

2009-06-10 Thread Tonix (Antonio Nati)
James Cox ha scritto: On 10 Jun 2009, at 18:02, Tonix (Antonio Nati) wrote: Roberto ha scritto: Hi James, what version of netqmail are you using? does anybody knows if chkuser is compatible with 1.06? Problem should be the auth patch which breaks the output. In the past other people

Re: [vchkpw] smtp auth with chkuser problems

2009-06-11 Thread Tonix (Antonio Nati)
Brian Lanier ha scritto: - Original Message - *From:* James Cox *To:* vchkpw@inter7.com *Sent:* Thursday, June 11, 2009 7:44 AM *Subject:* Re: [vchkpw] smtp auth with chkuser problems I just did a fresh install of toa

Re: [vchkpw] chkuser random rejects

2009-07-24 Thread Tonix (Antonio Nati)
Bogdan Motoc - CRC ha scritto: This most probably is not a vpopmail problem, but a chkuser one. The support page of chkuser (http://www.interazioni.it/opensource/chkuser/support/mailing_lists.html) points to this mailing list, so that's why I'm posting this here. chkuser is simply using basic

Re: [vchkpw] chkuser random rejects

2009-07-27 Thread Tonix (Antonio Nati)
Bogdan Motoc - CRC ha scritto: Tonix (Antonio Nati) wrote: Bogdan Motoc - CRC ha scritto: This most probably is not a vpopmail problem, but a chkuser one. The support page of chkuser (http://www.interazioni.it/opensource/chkuser/support/mailing_lists.html) points to this mailing list, so

Re: [vchkpw] Re: chkuser random rejects

2009-09-02 Thread Tonix (Antonio Nati)
e: I seem to have broken things really bad. I tried to make mail.domain.tld an alias of domain.tld Now authentication only works from time to time. The bounce says: <mailto:u...@domain.tld>: Sorry, no mailbox here by that name. (#5.1.1) Of course, that account exists. Where are domai

Re: [vchkpw] Re: chkuser random rejects

2009-09-02 Thread Tonix (Antonio Nati)
-07-20 15:16 sqwebmail-timestamp drwx-- 2 vpopmail vchkpw 4096 2008-11-01 09:17 tmp Tonix (Antonio Nati) wrote: Which are ownership and privileges of domain directories and mailboxes? chkuser simply checks mysql or cdb, while qmail in delivery checks also for directories. Tonino Tren

Re: [vchkpw] Patch to disable vusaged

2009-09-03 Thread Tonix (Antonio Nati)
Simone Lazzaris ha scritto: In data giovedì 03 settembre 2009 hai scritto: Simone Lazzaris wrote: Our setup is spreaded on many servers (think 20), with the mail stored on an NFS share (NetApp). The vusage daemon is written with this in mind, though it's more efficient to have i

Re: [vchkpw] chkuser and mailbox quotas

2009-10-08 Thread Tonix (Antonio Nati)
DAve ha scritto: Good morning, We have, for a long time now, successfully used MailScanner on our gateway servers and then routing clean mail to our pop toasters. The pop toasters are running netqmail, vpopmail 5-4-17, and chkuser 2.0.8. I am having an issue where users are going overquota

Re: [vchkpw] chkuser log mesage, remote

2010-05-03 Thread Tonix (Antonio Nati)
27;t shown when there's a remotehostname value present? Looks like a bug to me. Many thanks, Tonix! Hi Eric, it is not chkuser, it's a qmail behaviour. If the helo is not different from (remote) hostname, qmail-smtpd sets it to NULL. void dohelo(arg) char *arg; { if (!stral

Re: [vchkpw] chkuser parameters via tcp.smtp environment variables

2010-05-05 Thread Tonix (Antonio Nati)
Eric Shubert ha scritto: Tonino, I've wondered for a while about this but haven't had a chance to test it, so I'm going to ask the expert. ;) If /* #define CHKUSER_ALLOW_SENDER_CHAR_3 '' */ is commented out of the build, can it be added as an environment variable such as CHKUSER_ALLOW_SENDE

Re: [vchkpw] Re: chkuser parameters via tcp.smtp environment variables

2010-05-06 Thread Tonix (Antonio Nati)
Eric Shubert ha scritto: Tonix (Antonio Nati) wrote: Eric Shubert ha scritto: Tonino, I've wondered for a while about this but haven't had a chance to test it, so I'm going to ask the expert. ;) If /* #define CHKUSER_ALLOW_SENDER_CHAR_3 '' */ is commented out of t

Re: [vchkpw] Re: chkuser parameters via tcp.smtp environment variables

2010-05-06 Thread Tonix (Antonio Nati)
Eric Shubert ha scritto: I agree with this as well, for the most part. This is why I think that the option(s) would be better suited as CHKUSER_DISALLOW. IOW, start with things wide open, and let admins specify which characters they choose not to allow. I did not consider it this way. It is

Re: [vchkpw] Re: disable-many-domains -> enable-many-domains

2010-05-11 Thread Tonix (Antonio Nati)
Eric Shubert ha scritto: Thibault Richard wrote: Hello, I'm using vpopmail since a few years with the compilation option "--disable-many-domains" (for historical reason because I followed Qmailrocks guide for my first installation). If I've well understand, one one the difference between th

Re: [vchkpw] vmysql: sql error[3]: MySQL server has gone away

2010-05-13 Thread Tonix (Antonio Nati)
Joe Littleton ha scritto: I have searched for two days trying to figure out why I keep getting this error. I am using vpopmail 5.4.30 and mysql 5.0.77-4 on CentOS 5.4 I can reproduce the error by restarting the mysql server. The only way to make it work after restarting mysql is to also r

Re: [vchkpw] chkuser to exit immediately

2010-06-12 Thread Tonix (Antonio Nati)
Hi Nick, actually, chkuser can do just that, for a well tought (I hope) reason: when an intruder tries your addresses, it is important to deny informations to him; if we drop connection, he will restart and next two attempts (thinking to your limit=2) will have a true answer... In this way, a

Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Tonix (Antonio Nati)
Il 09/09/2010 11:50, Julien Escario ha scritto: Hello, I'm managing an email server that recently started to refuse inbound mail to a few domains. I checked almost everything and the declaration seems to be exactly the same for others domains. For example : : 195.200.217.34 does not like r

Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Tonix (Antonio Nati)
Il 09/09/2010 15:26, Julien Escario ha scritto: Le 09/09/2010 13:45, Tonix (Antonio Nati) a écrit : Il 09/09/2010 11:50, Julien Escario ha scritto: Did you make ANY change in software recently? No. The server only rebooted but some times ago ... What does say your virtualdomains

Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Tonix (Antonio Nati)
Il 09/09/2010 16:16, Julien Escario ha scritto: Le 09/09/2010 15:46, Tonix (Antonio Nati) a écrit : Il 09/09/2010 15:26, Julien Escario ha scritto: Le 09/09/2010 13:45, Tonix (Antonio Nati) a écrit : Il 09/09/2010 11:50, Julien Escario ha scritto: You could setup a version of qmail-smtpd

Re: [vchkpw] submission port 587

2010-09-12 Thread Tonix (Antonio Nati)
Il 12/09/2010 01:39, jeffk...@intersessions.com ha scritto: This may be the wrong forum for this but I can't seem to find any info. Does anyone have information on how to setup a second SMTP process within qmail that listens on port 587 and accepts ONLY authenticated smtp connections? In thi

Re: [vchkpw] Re: chkuser - rejects legit mail, when followed by bad e-mail

2010-10-08 Thread Tonix (Antonio Nati)
tire message to the sender. http://mail.tnpi.net/toaster/?0::11467 I debugged the whole thing only to have Tonix wake up in Italy and say 'yeah, upgrade to the latest version' :) Yes, at that time return code were not exact, and after a lot of studying and suggestions, chkuser was u

[vchkpw] Error in punycode (xn-- domains) handling by chkuser

2010-10-14 Thread Tonix (Antonio Nati)
Actually chkuser handles xn-- domains, but in the wrong way (it does not consider more levels of xn-- names, like xn-subdomain.xn--domain.com). To eliminate any problem, with current version, installations should be modified in this way: Or disable/comment in chkuser_settings.h #define C

Re: [vchkpw] qmail aliases fail; chkuser 2.0.9 + vpopmail 5.4.25

2011-05-02 Thread Tonix (Antonio Nati)
aliases are .qmail-aliasname files. "matt-foo" is not an alias. It is an extension of name "matt". For enabling extensions you must enable (uncomment) CHKUSER_ENABLE_USERS_EXTENSIONS For enabling ezmlm lists, you must enable (uncomment) CHKUSER_ENABLE_EZMLM_LISTS. See http://www.interazioni

Re: [vchkpw] SMTP authentication not work

2011-05-05 Thread Tonix (Antonio Nati)
You sould find in maillog the reason of failure. Regards, Tonino Il 05/05/2011 10:05, OVH ha scritto: Hi, Since few days I try smtp-auth and chkuser on qmail 1.03. I managed to apply the patch manually, when tested sending smtp-auth it never authenticate using vpopmail. In my config I have

Re: [vchkpw] Re: [SPAM] Qmail TAP not working

2012-03-01 Thread Tonix (Antonio Nati)
Il 01/03/2012 17:32, Eric Shubert ha scritto: I don't know for sure, but I can hazard a guess. You see, tap works on both sender and recipient addresses. More like sender *or* recipient addresses. Since the email is send from pqr, that tap is matched and no others are tried (apparently). Someo

Re: [vchkpw] New server

2012-08-19 Thread Tonix (Antonio Nati)
chkuser does not check for local users when domain is defined into locals. In such a case it simply accept any recipient for local domains. Reason is simple. For checking local domains users it should have root privileges, which is not wanted for a lot of reasons. I suggest to abandon any loca

Re: [vchkpw] Re: !!! CHECK SENDER !!![vchkpw] [SPAM] Re: [SPAM] Rrdirection problem

2014-04-24 Thread Tonix - Antonio Nati
Stéphane, try in this way: * delete the forward ss...@piemont.fr * create one normal account ss...@piemont.fr * insert within this account a forward to spa...@piemont.fr In this way it should work. Tonino Il 24/04/2014 19:45, Eric Shubert ha scritto: That could very well be, Tom. Stépha

Re: [vchkpw] [SPAM] Password strength bug

2015-09-15 Thread Tonix - Antonio Nati
Il 15/09/2015 11:03, Drew Wells ha scritto: In vpopmail-5.5.0 there seems to be a bug in vpopmail.c where the password strength is checked even if a password isn't used (such as when -e is used to add the encrypted password). Patch attached. I do not understand the problem. Of course pa

Re: [vchkpw] [SPAM] Password strength bug

2015-09-15 Thread Tonix - Antonio Nati
Il 15/09/2015 15:03, Drew Wells ha scritto: On 09/15/2015 11:00 AM, Tonix - Antonio Nati wrote: Il 15/09/2015 11:03, Drew Wells ha scritto: In vpopmail-5.5.0 there seems to be a bug in vpopmail.c where the password strength is checked even if a password isn't used (such as when -e is us

Re: [vchkpw] [SPAM] Password strength bug

2015-09-17 Thread Tonix - Antonio Nati
Il 17/09/2015 13:18, Drew Wells ha scritto: On 09/15/2015 03:27 PM, Tonix - Antonio Nati wrote: Il 15/09/2015 15:03, Drew Wells ha scritto: On 09/15/2015 11:00 AM, Tonix - Antonio Nati wrote: Il 15/09/2015 11:03, Drew Wells ha scritto: In vpopmail-5.5.0 there seems to be a bug in vpopmail.c

Re: [vchkpw] [SPAM] Password strength bug

2015-09-21 Thread Tonix - Antonio Nati
Il 21/09/2015 14:59, Drew Wells ha scritto: On 09/17/2015 12:28 PM, Tonix - Antonio Nati wrote: Il 17/09/2015 13:18, Drew Wells ha scritto: On 09/15/2015 03:27 PM, Tonix - Antonio Nati wrote: Il 15/09/2015 15:03, Drew Wells ha scritto: On 09/15/2015 11:00 AM, Tonix - Antonio Nati wrote: Il

Re: [vchkpw] Catch all domain account

2003-07-04 Thread tonix (Antonio Nati)
At 04/07/03 04/07/03 +0200, Peter Palmreuther wrote: Hi Kiril, On Thu, 3 Jul 2003 21:24:20 +0300 Kiril Todorov wrote: >> How can I get the bounced mail from each domain delivered to the >> Postmaster of the coresponding domain instead of having all the bounced >> mail delivered to me? > > that's

Re: [vchkpw] chkuser patch

2003-07-04 Thread tonix (Antonio Nati)
Hi Rick, read carefully the running instructions on my page at www.interazioni.it/qmail. You must not use SUID and GUID bits on qmail-smtpd with the "Easy-version", but must run it directly as vpopmail root from tcpserver (or root if you have different users for different domains), and all will

Re: [vchkpw] RE : [vchkpw] Deny on bad username?

2003-07-07 Thread tonix (Antonio Nati)
Use Bill's version if you're using his MegaPatch. Otherwise, look at the reference page for chkuser at www.interazioni.it/qmail. The unique difference (at the moment) is that Bill solves a bug of auth patch modifying chkuser, while in the reference page of chkusr it is indicated how to eliminat

Re: [vchkpw] SMTP is too slow

2003-07-09 Thread tonix (Antonio Nati)
Did you add "-H -l yourlocalname" to your tcpserver? It avoids consulting DNS for changing IP to names. When it looks for not existent names, or when yout DNS server is working bad, you have huge delays. If you have a private address as sender or receiver, no public DNS will be able to traslate

Re: [vchkpw] vpopmail and virusscanner

2003-07-13 Thread tonix (Antonio Nati)
I'm using qmailscanner with NOD32. Fast, safe, cheap. Ciao, Tonino At 13/07/03 13/07/03 +0200, Bård Tommy Nilsen wrote: Hello   Have anyone set up a mail virus checker on a FreeBSD machine with Qmail and vpopmail ??   What did you use ??     Best Regards Bård Tommy Nilsen -

Re: [vchkpw] domain quotas query

2003-07-25 Thread tonix (Antonio Nati)
On Saturday 19 July 2003 12:01, Paul Theodoropoulos wrote: > >i now want to convert to domain quotas, wherein i give the domain a 'bulk' > >quota, then the customer can allocate individual user quotas within that > >total. but i'm a little confused about a couple of things: > > I already sent some

Re: [vchkpw] ISP Anti Virusscanner

2003-08-20 Thread tonix (Antonio Nati)
Here we're using nod32 since more than one year, with excellent results. It's cheap and very fast. Tonino At 20/08/03 20/08/03 +0200, Widmer Hannes wrote: Hello List We are looking for a good antivirusscanner for a qmail system with qmailscanner. Does somebody can give me a tip for a good solut

Re: [vchkpw] courier pop3d

2003-08-29 Thread tonix (Antonio Nati)
Courier pop3d is run directly by courier, as a daemon, and (as long as I know) cannot be run using tcpserver. Read courier documentation. You'll find an initial courier command file that must be run at startup time (I have /mypath/courier-imap-1.5.1/libexec/pop3d.rc start as my starting

Re: [vchkpw] courier pop3d

2003-08-29 Thread tonix (Antonio Nati)
It's not question of being stupid or smart, just what you like and feel useful. Anyway, I'm running all the qmail stuff since two years (courier a little bit lesser) without supervise, and I never had a problem. I've examined the supervise architecture, and I don't like it. Unique problems on M

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-08-31 Thread tonix (Antonio Nati)
Shane, I did not try the last versions of vpopmail. It looks like function vget_real_domain does not exists anymore. Try commenting out these lines of code, and please let me know. /* Check if domain is a real domain */ /* if (!stralloc_0 (&domain)) die_nomem(); vget_real_domain

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread tonix (Antonio Nati)
I thought of this initially, but then I forgot because of the general gain this patch gives. We could introduce a delay for each not existing user, or a limit for the maximum number of "rcpt to". But for a massive hacker, that could not be a problem. I'm thinking of a more sophisticated code, bu

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-01 Thread tonix (Antonio Nati)
Just another thought. What is done through the ckuser patch, is what all other e-mail systems (escluding native qmail) all do usually. So, this is a general problem for all e-mail systems. Ciao, Tonino At 01/09/03 01/09/03 -0500, [EMAIL PROTECTED] wrote: Just thinking out loud. The approa

Re: [vchkpw] disable pop before smtp feature in vpopmail

2003-09-04 Thread tonix (Antonio Nati)
If I'm not in confusion, you could just enable (for all users) the flag related to NORELAY, and put the line disabling this feature into the limits file (I don't know anymore where this file is). Ciao, Tonino At 04/09/03 04/09/03 +0200, Riccardo Gori wrote: Hi all, I am trying to disable th

Re: [vchkpw] 5.3.26 error with chkusr patch + mysql

2003-09-04 Thread tonix (Antonio Nati)
wn to vget_real_domain calling ChangeLog: the vget_real_domain() function to change the domain vpopmail.h:int vget_real_domain(char *domain, int len ); Looks like the function is gone... Charles On Sun, 31 Aug 2003, tonix (Antonio Nati) wrote: > Shane, > > I did not try the last versio

  1   2   3   4   >