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

RE: [vchkpw] SMTP authentication not work

2011-05-05 Thread OVH
@inter7.com Objet : Re: [vchkpw] SMTP authentication not work 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

Re: [vchkpw] SMTP authentication not work

2011-05-05 Thread Remo Mattei
Here is mine Run file. #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` export QMAILQUEUE=/var/qmail/bin/simscan export NOP0FCHECK=1 export SIMSCAN_DEBUG=0 #IPADDR=208.53.44.231 exec /usr/local/bin/softlimit -m 2500 \

Re: [vchkpw] smtp authentication

2005-12-01 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: Dear All, How can i force my users to provide username and password for sending mails also.I have installed the Auth patch but dont have a clue how to force it. I know you've received a few replies, but you might also

Re: [vchkpw] smtp authentication

2005-11-27 Thread Shane Chrisp
On Sun, 2005-11-27 at 23:48 +0530, [EMAIL PROTECTED] wrote: Dear All, ok i know how to force users to provide username and password(ofcourse using jms's patch) for sending mail but what about the servers on the internet how they'll send mails to this server can i excluded say any ip to not

Re: [vchkpw] smtp authentication

2005-11-27 Thread Jeff at NorrisTechs
Never allow relay. Only allow 127.0.0.1 (localhost) to send email using SMTP. when your users authenicate the message will relay from localhost and not their IP address. This also prevents servers from using your SMTP server to route messages through it. When SMTP auth is enabled, you will

Re: [vchkpw] smtp authentication

2005-11-27 Thread rizwan . iqbal
Dear all, relay(ie tcp.smtp file) only helps if the mails are being sent to someother outer domains but what about if the mails are being sent to the mailboxes on this server only . idont want any of the employee of this organisation to send mail posing as the ceo of the organisation.

Re: [vchkpw] smtp authentication

2005-11-26 Thread Jimmy
[EMAIL PROTECTED] wrote: Dear All, How can i force my users to provide username and password for sending mails also.I have installed the Auth patch but dont have a clue how to force it. Regards RM The qmail toaster patch on shupp.org will do the trick,

Re: [vchkpw] smtp authentication

2005-11-26 Thread Adam Cantwell
On Sat, November 26, 2005 3:13 am, Jimmy said: [EMAIL PROTECTED] wrote: Dear All, How can i force my users to provide username and password for sending mails also.I have installed the Auth patch but dont have a clue how to force it. Regards RM The qmail toaster patch on shupp.org

Re: [vchkpw] smtp authentication

2005-05-19 Thread DAve
Payal Rathod wrote: On Wed, May 18, 2005 at 08:54:15AM -0500, DAve wrote: Payal Rathod wrote: We have been very happy with the smtp-auth that is included in the contrib directory of vpopmail. It uses vchkpw so checking against the system users, vpopmail users in cdb, vpopmail users in SQL, all

Re: [vchkpw] smtp authentication

2005-05-18 Thread DAve
Payal Rathod wrote: Hi, Can someone tell me which kind of SMTP-Auth patch (or qmail-smtpd replacement) integrates properly with vpopmail+qmail setup? I don't want to use mailfront for the same but I am open to other ideas where SMTP-Auth module can check the password from vpasswd files of

Re: [vchkpw] smtp authentication

2005-05-18 Thread Kyle Wheeler
On Wednesday, May 18 at 09:12 AM, quoth Payal Rathod: Can someone tell me which kind of SMTP-Auth patch (or qmail-smtpd replacement) integrates properly with vpopmail+qmail setup? I don't want to use mailfront for the same but I am open to other ideas where SMTP-Auth module can check the

Re: [vchkpw] smtp authentication

2005-05-18 Thread Payal Rathod
On Wed, May 18, 2005 at 08:54:15AM -0500, DAve wrote: Payal Rathod wrote: We have been very happy with the smtp-auth that is included in the contrib directory of vpopmail. It uses vchkpw so checking against the system users, vpopmail users in cdb, vpopmail users in SQL, all work fine.

Re: [vchkpw] SMTP Authentication

2003-03-28 Thread Tom Collins
On Friday, March 28, 2003, at 07:21 AM, Rob G wrote: How would I go about enabling SMTP authentication with VPOPMAIL to have my users authenticate with the server via SMTP instead of the POP before SMTP.  I have found that this is the easiest way for my customer's instead of expaining how/why the

Re: [vchkpw] SMTP Authentication

2003-03-28 Thread Rob G
on getting this all up and running :) Regards, Rob G [EMAIL PROTECTED] - Original Message - From: Tom Collins To: vpopmail list Sent: Friday, March 28, 2003 9:47 AM Subject: Re: [vchkpw] SMTP Authentication On Friday, March 28, 2003, at 07:21 AM, Rob G wrote: How