RE: [toaster] SMTP-AUTH does not work for me.
-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 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.282575 starting delivery 377: msg > 277963 to local [EMAIL PROTECTED] That's expected behavior -- you're telling qmail that a.net is a local domain. qmail will deliver mail to user blabla in the /etc/passwd file. > if I not make these changes email send/recive is work, and smtp auth > is work but not not blocked emails that is send without autorization. > Log is: > Jul 1 04:43:10 ns qmail: 1088646190.282575 starting delivery 377: msg > 277963 to local [EMAIL PROTECTED] Like I said before. If a.net is a vpopmail domain, then anyone can send to it without needing to AUTH -- this is normal. Try using a domain like hotmail.com for your SMTP AUTH test. Qmail should reply that it won't relay the mail. That log message is normal when a.net is a vpopmail domain. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ Hm.. interest, before I update to netqmail + patch I have old qmail 1.03 with smtp auth patch 0.31 and it's work great. If user does not autenticate the email is accepted but does not sended from server to recipien and this is that I want and I expect from patch, user can not send email without authorization independently user is local or not. I just change version only of netqmail and vpopmail, no configuration change and now does not work. I tryed with hotmail and email is recived normal: Jul 1 12:22:00 ns qmail: 1088673720.726568 new msg 217778 Jul 1 12:22:00 ns qmail: 1088673720.726729 info msg 217778: bytes 905 from <[EMAIL PROTECTED]> qp 29078 uid 89 Jul 1 12:22:00 ns qmail: 1088673720.749611 starting delivery 585: msg 217778 to local [EMAIL PROTECTED] Jul 1 12:22:00 ns qmail: 1088673720.749713 status: local 1/10 remote 3/20 Jul 1 12:22:00 ns spamd[155]: connection from localhost [127.0.0.1] at port 54123 Jul 1 12:22:00 ns spamd[29086]: processing message (unknown) for vpopmail:1006. Jul 1 12:22:08 ns spamd[29086]: clean message (0.0/5.0) for vpopmail:1006 in 7.6 seconds, 905 bytes. Jul 1 12:22:08 ns qmail: 1088673728.451975 delivery 585: success: did_0+0+1/ Jul 1 12:22:08 ns qmail: 1088673728.452675 status: local 0/10 remote 3/20 Jul 1 12:22:08 ns qmail: 1088673728.452793 end msg 217778 Tom if you use smtp auth patch, do you can help me, I will say you my configuration in private email and if you find some errors to say me where is my errors ? Regards, John
RE: [toaster] SMTP-AUTH does not work for me.
-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 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.282575 starting delivery 377: msg > 277963 to local [EMAIL PROTECTED] That's expected behavior -- you're telling qmail that a.net is a local domain. qmail will deliver mail to user blabla in the /etc/passwd file. > if I not make these changes email send/recive is work, and smtp auth > is work but not not blocked emails that is send without autorization. > Log is: > Jul 1 04:43:10 ns qmail: 1088646190.282575 starting delivery 377: msg > 277963 to local [EMAIL PROTECTED] Like I said before. If a.net is a vpopmail domain, then anyone can send to it without needing to AUTH -- this is normal. Try using a domain like hotmail.com for your SMTP AUTH test. Qmail should reply that it won't relay the mail. That log message is normal when a.net is a vpopmail domain. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/ I fix problem :) I don't know where has been the problem, I just edit rcpthost file and added only one domain, now for email from local user to local user does not need autzation but if I send email to remote user, autorization is needed. I not tested my virtual domains will work or not but this is not big problem. Regards, John
[toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!)
My toaster implementation is OK, but i'm heaving problemss with some domains. When i try for example send a mail to elogica.com.br i got the following error Hi. This is the qmail-send program at leme. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: 200.142.77.19 does not like recipient. Remote host said: 550 "Forged IP or fake domain. Please send a valid domain given in HELO/EHLO." Giving up on 200.142.77.19. What's that supose to mean??? Thanx...
Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!)
[EMAIL PROTECTED] wrote: My toaster implementation is OK, but i'm heaving problemss with some domains. When i try for example send a mail to elogica.com.br i got the following error Hi. This is the qmail-send program at leme. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. <[EMAIL PROTECTED]>: 200.142.77.19 does not like recipient. Remote host said: 550 "Forged IP or fake domain. Please send a valid domain given in HELO/EHLO." Giving up on 200.142.77.19. What's that supose to mean??? Sounds like the remote host requires that the host in ehlo/helo resolve to an IP. Does yours? qmail-remote uses the contents of control/helohost for this. If that file is not present, it uses control/me. Regards, Bill
Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!)
My control dir do not have the helohost file. If i just touch helohost and put my fqdn it will work . Am i right? If i'm not, what should i do to resolve this problem? Bill Shupp <[EMAIL PROTECTED]> 01/07/2004 15:25 Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!) [EMAIL PROTECTED] wrote: > > My toaster implementation is OK, but i'm heaving problemss with some > domains. When i try for example send a mail to elogica.com.br i got > the following error > > Hi. This is the qmail-send program at leme. > I'm afraid I wasn't able to deliver your message to the following > addresses. > This is a permanent error; I've given up. Sorry it didn't work out. > > <[EMAIL PROTECTED]>: > 200.142.77.19 does not like recipient. > Remote host said: 550 "Forged IP or fake domain. Please send a valid > domain > given in HELO/EHLO." > Giving up on 200.142.77.19. > > What's that supose to mean??? Sounds like the remote host requires that the host in ehlo/helo resolve to an IP. Does yours? qmail-remote uses the contents of control/helohost for this. If that file is not present, it uses control/me. Regards, Bill
Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!)
[EMAIL PROTECTED] wrote: My control dir do not have the helohost file. If i just touch helohost and put my fqdn it will work . Am i right? If i'm not, what should i do to resolve this problem? As I stated previously, if helohost is absent, me is used. What is in me? Doest that host resolve to an IP? Regards, Bill
Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!)
me has the name "leme" inside, it's my hostname and if i ping leme 127.0.0.1 responds. my qmail is dehind a firewall. Bill Shupp <[EMAIL PROTECTED]> 01/07/2004 17:37 Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!) [EMAIL PROTECTED] wrote: > > My control dir do not have the helohost file. If i just touch helohost > and put my fqdn it will work . Am i right? If i'm not, what should i > do to resolve this problem? As I stated previously, if helohost is absent, me is used. What is in me? Doest that host resolve to an IP? Regards, Bill
Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!)
[EMAIL PROTECTED] wrote: me has the name "leme" inside, it's my hostname and if i ping leme 127.0.0.1 responds. my qmail is dehind a firewall. That's not a fqdn. Put something in it that resolves. It only pings now because it's likely in your search path. But it's NOT in the remove server's search path. Use a FQDN, not a subdomain. Bill
[toaster] Andreas Wrabetz is out of the office.
I will be out of the office starting 02/07/2004 and will not return until 03/07/2004. Your email has been logged and will be attended to shortly. If your email is of URGENT assistance please contact Warren on (021) 464-868
RE: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!)
Bill, please give an example of a FQDN? Please reply to this message. Thanks. -Original Message- From: Bill Shupp [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 1:48 PM To: [EMAIL PROTECTED] Subject: Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!) [EMAIL PROTECTED] wrote: > > me has the name "leme" inside, it's my hostname and if i ping leme > 127.0.0.1 responds. my qmail is dehind a firewall. That's not a fqdn. Put something in it that resolves. It only pings now because it's likely in your search path. But it's NOT in the remove server's search path. Use a FQDN, not a subdomain. Bill
Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!)
Ethan Berry wrote: Bill, please give an example of a FQDN? Please reply to this message. Thanks. FQDN is a full qualified domain name. "www" is not a FQDN. "www.cnn.com" is. Bill
Re: [toaster] SMTP doesn't send to some domains. (Arquivo n?o infectado!) (Arquivo não infectado!)
Ethan Berry wrote: Bill, please give an example of a FQDN? Please reply to this message. Thanks. use ifconfig to get your ip address and then use command host 'ip.address' to get reverse name. PTR and A records should point to same name for example: My; jlug.fi has address 192.194.49.184 184.49.194.192.in-addr.arpa domain name pointer jlug.fi -- Eero