RE: [toaster] smtp auth not working

2008-06-18 Thread Tarique Saleh Mahmud
Here is my qmail-smtpd/run file #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 8000 \ /usr/local/bin/tcpserver -v -H -R -l 0 \ -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \

Re: [toaster] smtp auth

2007-12-29 Thread Lampa
For ssl - did you make certficate and make tmprsadh (http://www.shupp.org/toaster/?page=vpopmail) ? For smtp greetings i think that isn't possible (maybe is possible via some variable), but i think that you must run 2 separate qmail (separate control files). Maybe sometime i write patch which load

Re: [toaster] smtp auth

2007-12-29 Thread Satish Alwani
Okay, used netqmail-1.06, rebuilt with latest qmail-toaster-0.91. Needed libdomainkeys to compile so got that as well, however the paths were broken. It needed ../../libdomainkeys whereas its it was in ../libdomainkeys only, so did those changes. Re-checked, MUSTAUTH works fine. , but my ssl

Re: [toaster] smtp auth

2007-12-29 Thread Lampa
If you are using shupp toaster, use shupp's howto http://www.shupp.org/toaster/. Which seems using new version (0.9.1). in netqmail 1.06 aren't any significant changes (there is need to patch base qmail-1.03 and contains already error.h patch) So my suggestion is start from clean with shupp toast

Re: [toaster] smtp auth

2007-12-29 Thread Satish Alwani
So do you think i should recompile once again using the latest patches? im using the old patches with netqmail-1.06 and updated chkuser. Considering its a crazy hybrid system, would appreciate your input on suggestions Satish Lampa wrote, On 2007-12-30 1:11 AM: Hmm, little weird. i'm using h

Re: [toaster] smtp auth

2007-12-29 Thread Lampa
Hmm, little weird. i'm using http://www.shupp.org/patches/qmail-toaster-0.9.1.patch.bz2 eg patch 0.9.1. on main patch is link to older version but on http://www.shupp.org/toaster/?page=gettingstarted is to the newer version (0.9.1) To Shupp: please update main page to point to latest patch vers

Re: [toaster] smtp auth

2007-12-29 Thread Satish Alwani
actually i see the problem. the patch is of 2.0.8, you need 2.0.9 to make it work. I had to go to http://www.interazioni.it/opensource/chkuser/ and get the latest update tarball. After that it seems to be working. This seems to have fixed the problem. Perhaps we can move the 2.0.9 patch into the

Re: [toaster] smtp auth

2007-12-29 Thread Lampa
Hello, in log is something ? Relayclient is not set, because if is set user can sent email? 2007/12/29, Satish Alwani <[EMAIL PROTECTED]>: > > okay added that line.. recompiled as well, (make; make setup check ) > however its still not working. for now i am trying to do it on my ip > address

Re: [toaster] smtp auth

2007-12-29 Thread Satish Alwani
okay added that line.. recompiled as well, (make; make setup check ) however its still not working. for now i am trying to do it on my ip address ip.add.re.ss:allow,CHKUSER_MUSTAUTH="" any suggestions on this? I also do have this going to qmail-scanner-st as my default qmail-queue Satish Lam

Re: [toaster] smtp auth

2007-12-29 Thread Lampa
i'm using 2 separate cdb files (one with MUSTAUTH for local users and second for public mx) - two ip adresses 2007/12/29, Satish Alwani <[EMAIL PROTECTED]>: > > But it should work if i have 2 seperate cdb files to do this right? one for > the local users / 1 for the public internet to MX to > >

Re: [toaster] smtp auth

2007-12-29 Thread Satish Alwani
But it should work if i have 2 seperate cdb files to do this right? one for the local users / 1 for the public internet to MX to Satish tonix (Antonio Nati) wrote, On 2007-12-29 6:51 PM: Satish Alwani ha scritto: Hi, I have the qmail-toaster-0.8.3.patch, I am currently running 2 instances o

Re: [toaster] smtp auth

2007-12-29 Thread Lampa
Hello, you should have #define CHKUSER_EXTRA_MUSTAUTH_VARIABLE "CHKUSER_MUSTAUTH" enabled (in chkuser_settings.h) and in tcp.smtp CHKUSER_MUSTAUTH="" and RELAYCLIENT="" must be deleted or it will be not working. If you change anything in chkuser_settings.h, qmail must be recompiled and installed

Re: [toaster] smtp auth

2007-12-29 Thread tonix (Antonio Nati)
Satish Alwani ha scritto: Hi, I have the qmail-toaster-0.8.3.patch, I am currently running 2 instances of qmail-smtpd (on 2 different ips). 1 is for the users to send the email from, 1 is for the MX record where their domain can get emails. What I would like to do is the smtp used as relay,

Re: [toaster] SMTP AUTH and authenticated sender

2007-08-03 Thread Bill Shupp
On Aug 3, 2007, at 5:28 AM, Muhammad Mukmin Pattikraton wrote: On 8/3/07, Bill Shupp <[EMAIL PROTECTED]> wrote: On Aug 2, 2007, at 8:54 PM, Muhammad Mukmin Pattikraton wrote: Hello, I know when someone has authenticated via SMTP AUTH mechanism, he or she can send email with whatever sender a

Re: [toaster] SMTP AUTH and authenticated sender

2007-08-03 Thread Muhammad Mukmin Pattikraton
On 8/3/07, Bill Shupp <[EMAIL PROTECTED]> wrote: > On Aug 2, 2007, at 8:54 PM, Muhammad Mukmin Pattikraton wrote: > > > Hello, > > > > I know when someone has authenticated via SMTP AUTH mechanism, he or > > she can send email with whatever sender address. > > My question, is there a way to restric

Re: [toaster] SMTP AUTH and authenticated sender

2007-08-02 Thread Bill Shupp
On Aug 2, 2007, at 8:54 PM, Muhammad Mukmin Pattikraton wrote: Hello, I know when someone has authenticated via SMTP AUTH mechanism, he or she can send email with whatever sender address. My question, is there a way to restrict the sender address with the address that being used to authenticate

Re: [toaster] smtp-auth

2006-04-11 Thread Max Andersen
Max Andersen wrote: Adi Pircalabu wrote: Do you have another SMTP proxy in front of your system? That proxy probably does not implement some SMTP extensions. The cisco box was the reason. removed the fixup smtp or similar did the job. Sincerely Max smime.p7s Description: S/MIME Cryptographi

Re: [toaster] smtp-auth

2006-04-11 Thread Max Andersen
Adi Pircalabu wrote: Do you have another SMTP proxy in front of your system? That proxy probably does not implement some SMTP extensions. I've just investigated, and My cisco 806 at home does not have the fixup smtp configuration, and the router is all that is between me and the mailserver.

Re: [toaster] smtp-auth

2006-04-11 Thread Adi Pircalabu
On Tue, 11 Apr 2006 16:19:51 +0200 Max Andersen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~$ telnet linux01.netformidling.dk 25 > Trying ... > Connected to linux01.netformidling.dk. > Escape character is '^]'. > 220 linux01.netformidling.dk ESMTP > ehlo test > 502 Do you have another SMTP pr

Re: [toaster] smtp-auth

2006-04-11 Thread Max Andersen
Max Andersen wrote: Hi, How do I test the smtp-auth ? I do seem to have been running smtp-auth, but now my servere rejects me when I try :( I've dug a bit deeper and see this: when connecting from the lan I get the following: [EMAIL PROTECTED] root]# telnet linux01.netformidling.dk 25 T

Re: [toaster] SMTP AUTH: Setting TCPREMOTEINFO for an IP can release it from smtp authentication?

2006-01-20 Thread Tom Collins
On Jan 20, 2006, at 7:44 AM, Bruno Negrao wrote: My question is, if I set TCPREMOTEINFO in my tcprules for that machine, will it release the machine from authentication? If you set RELAYCLIENT, you won't have to authenticate. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.s

Re: [toaster] SMTP AUTH: Setting TCPREMOTEINFO for an IP can release it from smtp authentication?

2006-01-20 Thread Bruno Negrao
Ok, setting TCPREMOTEINFO in tcp.smtp file works. bnegrao. - Original Message - From: "Bruno Negrao" <[EMAIL PROTECTED]> To: Sent: Friday, January 20, 2006 1:44 PM Subject: [toaster] SMTP AUTH: Setting TCPREMOTEINFO for an IP can release it from smtp authentication? Hi guys, I en

Re: [toaster] smtp-auth

2006-01-16 Thread Shane Chrisp
On Mon, 2006-01-16 at 19:57 +0800, aim mix wrote: > Greetings, > > can someone explain to me why ? > > my /var/qmail/supervise/qmail-smtpd/run > > ... > /var/qmail/bin/qmail-smtpd HOSTNAME \ > /home/vpopmail/bin/vchkpw /bin/true 2>&1 > > ... > >if the word HOSTNAME there the sm

Re: [toaster] smtp-auth

2006-01-16 Thread aim mix
Greetings,   can someone explain to me why ?    my /var/qmail/supervise/qmail-smtpd/run ...    /var/qmail/bin/qmail-smtpd HOSTNAME \    /home/vpopmail/bin/vchkpw /bin/true 2>&1 ...    if the word HOSTNAME there the smtp-auth won't work. it must be blank then the smtp-auth will work. i don't know w

Re: [toaster] smtp-auth

2006-01-16 Thread aim mix
thank you very much. i will test it today. On 1/16/06, Bill Shupp <[EMAIL PROTECTED]> wrote: aim mix wrote:> thanks bill.>>In my tcp.smtp>>127.:allow,RELAYCLIENT="" >> xx.xx.xx.xx:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/simscan">:allow,QMAILQUEUE="/var/qmail/bin/sims

Re: [toaster] smtp-auth

2006-01-15 Thread Bill Shupp
aim mix wrote: thanks bill. In my tcp.smtp 127.:allow,RELAYCLIENT="" xx.xx.xx.xx:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/simscan" :allow,QMAILQUEUE="/var/qmail/bin/simscan" where xx.xx.xx.xx is my ip address, do i need to remove my ip address in order to

Re: [toaster] smtp-auth

2006-01-15 Thread aim mix
thanks bill.      In my tcp.smtp    127.:allow,RELAYCLIENT=""   xx.xx.xx.xx:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/simscan"   :allow,QMAILQUEUE="/var/qmail/bin/simscan"    where xx.xx.xx.xx is my ip address, do i need to remove my ip address in order to make smtp-auth work ?

Re: [toaster] smtp-auth

2006-01-05 Thread Bill Shupp
aim mix wrote: Greetings all, hi, i need to know how to do smtp-auth based on shupp toaster. in the frontpage, To do SMTP-AUTH, and chkuser, you need to run qmail-smtpd as user vpopmail, group vchkpw if you plan on using this with vpopmail (the certificates are chowned vpopmail for this r

Re: [toaster] SMTP-AUTH before rblsmtpd

2005-12-13 Thread Erki-Kiss Zsolt
On Tue, Dec 13, 2005 at 08:06:16AM -0800, Bill Shupp wrote: > >What is the best way to use SMTP-AUTH and tcpserver's reverse DNS checking > >and rblsmtpd? I want to allow users with SMTP-AUTH from addresses that > >are in rbl lists or no reverse DNS entry. > > > >I dont want to bind another qmail-

Re: [toaster] SMTP-AUTH before rblsmtpd

2005-12-13 Thread Ingo Claro
Erki-Kiss Zsolt wrote: On Tue, Dec 13, 2005 at 12:29:02PM +0100, rene marticke wrote: i solved this by installing another qmail without rblsmtp on another ip-adress at the same host using vserver. the second on use mysql-tables from master and so it's up2date. Hm, http://linux-vserv

Re: [toaster] SMTP-AUTH before rblsmtpd

2005-12-13 Thread Erki-Kiss Zsolt
On Tue, Dec 13, 2005 at 12:29:02PM +0100, rene marticke wrote: > i solved this by installing another qmail without rblsmtp on another > ip-adress at the same host using vserver. > the second on use mysql-tables from master and so it's up2date. Hm, http://linux-vserver.org/ sounds great! But yet

Re: [toaster] SMTP-AUTH before rblsmtpd

2005-12-13 Thread Bill Shupp
Erki-Kiss Zsolt wrote: What is the best way to use SMTP-AUTH and tcpserver's reverse DNS checking and rblsmtpd? I want to allow users with SMTP-AUTH from addresses that are in rbl lists or no reverse DNS entry. I dont want to bind another qmail-smtpd to another port than 25. I have a lot of user

Re: [toaster] SMTP-AUTH before rblsmtpd

2005-12-13 Thread rene marticke
Hi, i solved this by installing another qmail without rblsmtp on another ip-adress at the same host using vserver. the second on use mysql-tables from master and so it's up2date. regards rene Erki-Kiss Zsolt schrieb: What is the best way to use SMTP-AUTH and tcpserver's reverse DNS checking

Re: [toaster] SMTP-AUTH not working...

2005-09-25 Thread Jason (AMD_)
Hi Jason, Thanks for the suggesstion about logging for MySQL. I will give that a try. Yes, i did try using AUTH PLAIN and it too doesn't work. I also compiled vpopmail with clear passwords as well. Just as a test, i recompiled vpopmail with roaming-users on, and it works fine. BUT if I enabl

Re: [toaster] SMTP-AUTH not working...

2005-09-25 Thread Jason S
On 9/25/05, Jason (AMD_) <[EMAIL PROTECTED]> wrote: > Good Evening Bill, > Still having my smtp auth problem here :( I just got done doing a > complete reinstall of vpopmail and qmail using your guide and it still > won't work. The weird thing is that I am getting this error when > tryingto d

Re: [toaster] SMTP-AUTH not working...

2005-09-25 Thread Jason (AMD_)
Good Evening Bill, Still having my smtp auth problem here :( I just got done doing a complete reinstall of vpopmail and qmail using your guide and it still won't work. The weird thing is that I am getting this error when tryingto do a manual SMTP 'AUTH LOGIN' (after i enter my username and pa

Re: [toaster] SMTP-AUTH not working...

2005-09-24 Thread Jason (AMD_)
Bill, I just looked in my logs and saw this: vchkpw-smtp: vpopmail user not found [EMAILADDY]:[IPADDY] The email address is correct though. Authentication via pop3d works fine with it. It's like the smtp auth isn't looking up the password in MySQL's db or something??? -- HP On 9/24/05, Jas

Re: [toaster] SMTP-AUTH not working...

2005-09-24 Thread Jason (AMD_)
Hi Bill, Thanks for the quick response. It was running as root:qmail but I changed it to vpopmail:vchkpw and restarted the services but it still won't work :( The weird thing is it's even making me authenticate (or try to authenticate) when sending to local domains as well. -- HP On 9/24/05,

Re: [toaster] SMTP-AUTH not working...

2005-09-24 Thread Bill Shupp
Jason (AMD_) wrote: Hi, Let me first say what an awesome resource this is :) Thanks! Now then, I've got a working toaster install EXCEPT for smtp-auth. Here is my qmail-smtpd/run file: exec softlimit -m 1000 \ tcpserver -v -H -R -l 0 \ -x /var/vpopmail/etc/tcp.smtp.cdb -c "$M

Re: [toaster] Smtp auth with qmail-remote

2005-09-01 Thread Drew Wells
Hi, I'm not sure if this patch applies correctly against the Toaster, but I have been using this patch (was originally against qmail-1.03 and now applies against netqmail-1.05) for years. control/smtproutes has the following format using this patch :- {domain}:{relay host}:{relay port}:{relay u

Re: [toaster] Smtp auth with qmail-remote

2005-08-31 Thread Nicholas Moline
Glen wrote: Hi,   I want to add the qmail-authentication-0.6.4 patch to the toaster. because i want to relay mail to authenticated server. Just now its with the  qmail-smtpd-auth-0.5.7 patch Is there any way we can include this toaster   Thanks in advance  I too would lik

Re: [toaster] SMTP Auth problem

2005-08-30 Thread Dimsh
Hi Shane & all Computer hosting linux FC4: IPs: eth0:192.168.1.25(master.mydomain.local) eth0.1:192.168.1.26(smtp.mydomain.local) eth0.2:192.168.1.27(imap.mydomain.local) eth0.3:192.168.1.28(www.mydomain.local) Toaster Installed: Shupp.org tcp.smtp:{ 127.:allow,RELAYCLIENT="" } (1

Re: [toaster] SMTP Auth problem

2005-08-30 Thread Shane Chrisp
On Tue, 2005-08-30 at 00:42 -0700, Dimsh wrote: > Thanks Shane. > > The message is sent from telnet or outlook without > errors BUT > it Did arrive to its destination when sending from > outlook (from: [EMAIL PROTECTED] & no smtp auth) but did not > arrive when sending through telnet... > > why

Re: [toaster] SMTP Auth problem

2005-08-30 Thread Dimsh
Thanks Shane. The message is sent from telnet or outlook without errors BUT it Did arrive to its destination when sending from outlook (from: [EMAIL PROTECTED] & no smtp auth) but did not arrive when sending through telnet... why is this behaviour ? --- Shane Chrisp <[EMAIL PROTECTED]> wrote:

Re: [toaster] SMTP Auth problem

2005-08-30 Thread Shane Chrisp
On Tue, 2005-08-30 at 00:26 -0700, Dimsh wrote: > tcp.smtp have the following 3 lines: > > 127.:allow,RELAYCLIENT="" > 192.168.1.:allow,RELAYCLIENT="" > qmailctl cdb 192.168.1.:allow,RELAYCLIENT="" That is why your able to relay without Auth. Its bypassing the smtpauth and setting the RELAYCLIENT

Re: [toaster] SMTP Auth problem

2005-08-30 Thread Dimsh
tcp.smtp have the following 3 lines: 127.:allow,RELAYCLIENT="" 192.168.1.:allow,RELAYCLIENT="" qmailctl cdb --- Shane Chrisp <[EMAIL PROTECTED]> wrote: > Did you add anything to the tcp.smtp file? > > Dimsh __ Do You Yahoo!? Tired of

Re: [toaster] SMTP Auth problem

2005-08-30 Thread Shane Chrisp
On Tue, 2005-08-30 at 00:23 -0700, Dimsh wrote: > Hi all, > > I have successfully installed the Toaster from > shupp.org, and it works fine and do authenticate well. > > but it also accept sending without authentication ! > and this is what I want not to happen. > > Through "telnet 192.168.1.x 2

Re: [toaster] smtp-auth

2005-07-27 Thread Pruonckk le Punk
yeah, this is correct, i use a empf patch to force authentication, in local domains http://www.inter7.com/?page=empf Em Ter, 2005-07-26 às 14:00 -0300, Carlos Cesario escreveu: > Hi peoples > > >I'm testing smtp-auth and I don't understand thing. >I have 2 virtual doamins and when I s

Re: [toaster] SMTP AUTH problem

2005-05-16 Thread Bill Shupp
Nick Gilbert wrote: PS: I also have this line in /var/log/maillog May 16 20:56:23 blue vpopmail[22654]: vchkpw-smtp: vpopmail user not found nick@:127.0.0.1 ..which implies that perhaps it's only looking for vpopmail users rather than /etc/passwd users. I would like it to work for /etc/passwd u

Re: [toaster] SMTP AUTH problem

2005-05-16 Thread Nick Gilbert
PS: I also have this line in /var/log/maillog May 16 20:56:23 blue vpopmail[22654]: vchkpw-smtp: vpopmail user not found nick@:127.0.0.1 ..which implies that perhaps it's only looking for vpopmail users rather than /etc/passwd users. I would like it to work for /etc/passwd users only, or both -

Re: [toaster] SMTP-AUTH and --enable-roaming-users

2005-03-09 Thread Bill Shupp
Abel Lucano wrote: On Tue, 8 Mar 2005, Bill Shupp wrote: Thanks Bill for your quick answer, Entourage 9 (10) at least seems doesn't like SMTP-AUTH to enable relay. My provisory workaround is recompile toaster's vpopmail with --enable-roaming-users I'm concerned about this scheme: is it just "un-

Re: [toaster] SMTP-AUTH and --enable-roaming-users

2005-03-09 Thread Abel Lucano
On Tue, 8 Mar 2005, Bill Shupp wrote: > Abel Lucano wrote: > > >Hi there, > > > >scenario: > >netqmail 1.05 plus SMTP-AUTH Bill Shupp's patch > >vpopmail-5.4.8 compiled with just --enable-logging=v > > > >Many MAC's mua clients claims that they're unable to Send email > >"smtp-authenticated"; I'

Re: [toaster] SMTP-AUTH and --enable-roaming-users

2005-03-08 Thread Bill Shupp
Abel Lucano wrote: Hi there, scenario: netqmail 1.05 plus SMTP-AUTH Bill Shupp's patch vpopmail-5.4.8 compiled with just --enable-logging=v Many MAC's mua clients claims that they're unable to Send email "smtp-authenticated"; I've noticed that these email clients (Entourage mainly) makes APOP aut

Re: [toaster] SMTP-AUTH + simscan

2005-02-24 Thread Matt Gourley
> I installed the toaster on a test server and noticed that mail coming > from authenticated users is not scanned by simscan. I would like to > scan all outgoing mail for viruses even from authenticated users. Is it > possible to modify the SMTP-AUTH patch to scan outgoing messages with > simscan

RE: [toaster] SMTP Auth Doesn't work ??

2005-02-07 Thread David
@shupp.org Asunto: Re: [toaster] SMTP Auth Doesn't work ?? On Feb 4, 2005, at 6:19 AM, David wrote: > At the 127.0.0.1 and in the DMZ looks: > > > 220 ESMTP > > > > But out looks: > > 220 > > It's normal? No. This has come up before t

Re: [toaster] SMTP Auth Doesn't work ??

2005-02-04 Thread Tom Collins
On Feb 4, 2005, at 6:19 AM, David wrote: At the 127.0.0.1 and in the DMZ looks: 220 ESMTP But out looks: 220 It’s normal? No. This has come up before though, on this list last November, here's the answer: http://www.mail-archive.com/toaster@shupp.org/msg01905.html You

RE: [toaster] SMTP Auth Doesn't work ??

2005-02-04 Thread David
el: dijous, 3 / febrer / 2005 20:51 Para: toaster@shupp.org Asunto: Re: [toaster] SMTP Auth Doesn't work ?? To avoid such messages, disable chkuser logs. This is not the first time I see such message. It looks like chkuser logs are not directed to log channels, but to smtp channel

Re: [toaster] SMTP Auth Doesn't work ??

2005-02-03 Thread tonix (Antonio Nati)
To avoid such messages, disable chkuser logs. This is not the first time I see such message. It looks like chkuser logs are not directed to log channels, but to smtp channel. I'ld like to understand why with chkuser logs, when working with auth, go to smtp channel. Tonino At 20.25 03/02/2005, y

Re: [toaster] smtp-auth log

2004-09-15 Thread Eduardo Cortés
Thanks Tom, smtp-auth patch upgrade has something about this, released yesterday. Should be very complex to upgrade this patch on 0.7b3 with chkusr-mysql? Probably is what I need. More details on http://www.fehcom.de/qmail/smtpauth.html From changelog: Version 0.51 includes the evaluation of the

Re: [toaster] smtp-auth log

2004-09-15 Thread Tom Collins
On Sep 15, 2004, at 3:42 AM, Eduardo Cortés wrote: is there any "easy way" to include on logs (qmail-scanner-queue.pl should be the better place) the smtp auth information? You can see on logs each authentication, but in a server with some thousands of accounts, should be great to know who authen

Re: [toaster] smtp-auth problems in freebsd

2004-08-10 Thread Tom Collins
On Aug 10, 2004, at 1:19 AM, <[EMAIL PROTECTED]> wrote: 004-08-08 19:40:39.658546500 94306 > 250 AUTH LOGIN PLAIN 004-08-08 19:40:39.899217500 94306 < AUTH PLAIN 004-08-08 19:40:39.899534500 94306 > 334 004-08-08 19:40:40.140874500 94306 < AGx1Y2FzQHZhbGRlb24ubmV0AE1hcmdhcml0YTI0 004-08-08 19:

Re: [toaster] SMTP-AUTH

2004-08-10 Thread gaowei
Hi all I use FREEBSD's NFS service, in MAILSERVER ,I mount /var/qmail/control & users to NFS Server.then I use 'make setup check'to setup qmail ,just install instcheck ,error chown /var/qmail/control error Permission denied, Who can talk me why? Thx my english is so pool ;-)

RE: [toaster] SMTP-AUTH does not work for me.

2004-07-01 Thread John Doe
-Original Message- From: Tom Collins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 7:59 AM To: [EMAIL PROTECTED] Subject: Re: [toaster] SMTP-AUTH does not work for me. On Jun 30, 2004, at 7:11 PM, John Doe wrote: > I think that the problem is in some of configuration fi

RE: [toaster] SMTP-AUTH does not work for me.

2004-07-01 Thread John Doe
-Original Message- From: Tom Collins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 7:59 AM To: [EMAIL PROTECTED] Subject: Re: [toaster] SMTP-AUTH does not work for me. On Jun 30, 2004, at 7:11 PM, John Doe wrote: > I think that the problem is in some of configuration fi

Re: [toaster] SMTP-AUTH does not work for me.

2004-06-30 Thread Tom Collins
On Jun 30, 2004, at 7:11 PM, John Doe wrote: I think that the problem is in some of configuration files, because when I remove from vpopmail defaultdomain file my domain and added my domain in qmail locals file the email is not recived to user and log is: Jul 1 04:43:10 ns qmail: 1088646190.28257

RE: [toaster] SMTP-AUTH does not work for me.

2004-06-30 Thread John Doe
-Original Message- From: Tom Collins [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 6:56 PM To: [EMAIL PROTECTED] Subject: Re: [toaster] SMTP-AUTH does not work for me. On Jun 30, 2004, at 4:06 AM, John Doe wrote: > I read lots of documntation in network but nothing about

Re: [toaster] SMTP-AUTH does not work for me.

2004-06-30 Thread Tom Collins
On Jun 30, 2004, at 4:06 AM, John Doe wrote: I read lots of documntation in network but nothing about my problem. I still can send email without authorization and qmail-smtpd does not block these emails. If you host a.net and you're sending mail to a.net, you don't need to authenticate. If you t

RE: [toaster] SMTP-AUTH does not work for me.

2004-06-30 Thread John Doe
Any body know what is the problem in my case ? here are a header from server when I send email: 2351 > 220 a.net ESMTP 2351 < EHLO condorc8y1adjr 2351 > 250-a.net 2351 > 250-STARTTLS 2351 > 250-PIPELINING 2351 > 250-8BITMIME 2351 > 250 AUTH LOGIN PLAIN CRAM-MD5 2351 < MAIL FROM: <[EMAIL P

Re: [toaster] SMTP-AUTH not working

2004-06-09 Thread dimaki
Oh sorry, I didn't realized that change. I tried it and it works great. You realy did a fantastic work! Thank you. dimaki -- +++ Jetzt WLAN-Router für alle DSL-Einsteiger und Wechsler +++ GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl

Re: [toaster] SMTP-AUTH not working

2004-06-09 Thread Bill Shupp
dimaki wrote: Hi, I installed a new version of netqmail-1.05 with the 'Large Qmail patch' but SMTP-AUTH isn't working. I had an running qmail-1.03 with older patches. So I took a new netqmail-1.05 and only aplied the 'Large qmail patch' without errors. compiled without errors, installed and started

Re: [toaster] smtp-auth, mysql auth, Outlook Express and a Mac - strange problem

2004-03-23 Thread Mike McCallister
Don't know if this works on Mac, but I have used this on Windows before: http://email.about.com/library/daily/et/blet021804_1.htm Mike Jeff Koch wrote: Hi: Is there any logging or debugging available with the mysql smtp-auth routines? We have a situation in which users from one domain can't

Re: [toaster] smtp-auth, badmailfrom/to hit log

2003-05-30 Thread Tom Collins
On Thursday, May 29, 2003, at 08:20 AM, Héja Tibor wrote: I'm using the 0.5 patch. I tried to find the way to send the badmailfrom-badmailto and mfcheck rejection messages to my smtpd logfile. There is a patch at http://www.svm.cz/~jirka/qmail/ for this, I wrote the differences into the smtpd.c

Re: [toaster] smtp auth

2002-10-07 Thread Bill Shupp
On Monday, October 7, 2002, at 08:06 PM, Nicholas Chua wrote: > Bill Shupp wrote: >> Remember that if you have roaming users on, you will be able to relay >> after popping in. Check the contents of your open-smtp file, and make >> sure your test IP is not in there. If it is, remove it, run qma

Re: [toaster] smtp auth

2002-10-07 Thread Bill Shupp
On Monday, October 7, 2002, at 01:39 PM, Nicholas Chua wrote: > After upgrading vpopmail-5.14 to vpopmail-5.3.8, qmailadmin1.02 to > qmailadmin 1.06, maildrop1.3 to maildrop1.4 and spamassassin2.31 to > spamassasin2.42, auth does not work anymore. >   > [root@ahead contrib]# telnet localhost