Re: [qmailtoaster]Segmentation fault

2007-08-31 Thread Janno Sannik
Same here. But this has happened to me only few times

Sebastian Soh wrote:

 hi all

 i am getting this error message

 /usr/share/toaster/isoqlog/bin/cron.sh 21  /dev/null
 /usr/share/toaster/isoqlog/bin/cron.sh: line 20: 26316 Segmentation
 fault $ISOQLOG /dev/null 2/dev/null


 from /var/log/messages

 I got this

 Aug 31 02:58:01 smtp1 kernel: isoqlog[25760]: segfault at
 0014 rip 0040272b rsp 007fb6b0 error 4


 Any advise?



 
 Live Search: Better results, fast Try it now!
 http://get.live.com/search/overview


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 and SMTP server configuration

2007-08-31 Thread Miguel A. Velasco

PakOgah escribió:

I´ve been reading the wiki and the only thing I´ve seen about POP and
SMTP server is the file /var/qmail/control/smtproutes. But I write my
domain inside, restart Qmail and it doesn´t work. All local messages
delivery OK, but not external messages, that´s my problem.

Thans all for your attention.
Miguel A. Velasco


So your problem are
1. you can't receive email from external domain to your qmt's domain
2. and from qmt unable to sent to external domain ?

for 1st case, did you already create an MX record in your domain zone ?
for 2nd case, from qmt box does it able to resolve IP address of the
destination MX domain ? qmt need dns server, most of the case this problem
happen if dns server down or can't resolve. but it's depend on error
messages. what your send log said when it tries to send out email ?

that's from me, hope it can give you a hint.
hope other qmt's expert can help you on this

Hello, thanks very much for your help. The thing is I don´t understand 
what kind of MX records may I configure in my DNS Server. I have 
installed a cache DNS served with bind in the same Server as Qmt. But 
what may I configure to download external mails form my ISP? and to send 
external mails outside my local domain?.

My ISP gives me the following information:
mydomain.es.MX 10 smtp-01.servidoresdns.net.
mail.mydomain.es.   A - 82.223.x.x
smtp.mydomain.es.   A - 217.76.x.x
I can configure my dns server with this information, but where do I say 
to QMT to use this information?


Thanks very much for all ur help.
Miguel A. Velasco

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 and SMTP server configuration

2007-08-31 Thread PakOgah

Miguel A. Velasco wrote:

PakOgah escribió:

I´ve been reading the wiki and the only thing I´ve seen about POP and
SMTP server is the file /var/qmail/control/smtproutes. But I write my
domain inside, restart Qmail and it doesn´t work. All local messages
delivery OK, but not external messages, that´s my problem.

Thans all for your attention.
Miguel A. Velasco


So your problem are
1. you can't receive email from external domain to your qmt's domain
2. and from qmt unable to sent to external domain ?

for 1st case, did you already create an MX record in your domain zone ?
for 2nd case, from qmt box does it able to resolve IP address of the
destination MX domain ? qmt need dns server, most of the case this 
problem

happen if dns server down or can't resolve. but it's depend on error
messages. what your send log said when it tries to send out email ?

that's from me, hope it can give you a hint.
hope other qmt's expert can help you on this

Hello, thanks very much for your help. The thing is I don´t understand 
what kind of MX records may I configure in my DNS Server. I have 
installed a cache DNS served with bind in the same Server as Qmt. But 
what may I configure to download external mails form my ISP? and to 
send external mails outside my local domain?.

My ISP gives me the following information:
mydomain.es. MX 10 smtp-01.servidoresdns.net.
mail.mydomain.es. A - 82.223.x.x
smtp.mydomain.es. A - 217.76.x.x
I can configure my dns server with this information, but where do I 
say to QMT to use this information?


Thanks very much for all ur help.
Miguel A. Velasco


Hai Miguel,
sorry but I am a little bit confuse and miscommunication.
because English is not my native language, I don't about you, but if 
your native language Spanish there are some people on the list know Spanish


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Using QMT to pass form contents

2007-08-31 Thread Richard Starkie
First let me apologise if this is actually OT.

I am trying to write a script that will pass the contents from a html form on 
the same server to a QMT user account.

If anyone can either help with writing or pointing me in the right direction of 
a free repository with a suitable script I would be greatful

MT 

Rich

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] POP3 and SMTP server configuration

2007-08-31 Thread kernel.2k5
HI ,
i am helping first time on this list , but list help me lot to reach on
ths level ok.

Just do one thing i think u wan to configure some mail clients like
OutLook or Thunderbird , for which u want pop.domain.com or smtp.domain.com

use urs DNS or Domain Control Panel
go to settings Mail server or MX record , type there IP address of urs
QMT Mail Server , it must be Static ip not of 192.168. somethng

Save settings now.

Now when any one will send mail to [EMAIL PROTECTED]  domain will
check MX and send it to MX entry , where POP or SMTP or IMAP must be
live up , ok .

then it will get deliverd to vpopmail mail box of that user.Thats It.

Now but for Out Look or ThunderBird i.e called on Wiki is remote
vpopmail users ...u need to recompile vpopmail with remote users option
in ./configure  ok , then create an Alias domain for urs main Domain :-
pop.domain.com or mail.domain.com
this way u got the Outlokk settings for Incoming server or Outgoing server.

Hope may help someone first time better ,

For more better understanding may Jake can help , who always listens my
problem on list and reply with correct best settings.

Thanks to all.


PakOgah wrote:
 Miguel A. Velasco wrote:
 PakOgah escribió:
 I´ve been reading the wiki and the only thing I´ve seen about POP and
 SMTP server is the file /var/qmail/control/smtproutes. But I write my
 domain inside, restart Qmail and it doesn´t work. All local messages
 delivery OK, but not external messages, that´s my problem.

 Thans all for your attention.
 Miguel A. Velasco

 So your problem are
 1. you can't receive email from external domain to your qmt's domain
 2. and from qmt unable to sent to external domain ?

 for 1st case, did you already create an MX record in your domain zone ?
 for 2nd case, from qmt box does it able to resolve IP address of the
 destination MX domain ? qmt need dns server, most of the case this
 problem
 happen if dns server down or can't resolve. but it's depend on error
 messages. what your send log said when it tries to send out email ?

 that's from me, hope it can give you a hint.
 hope other qmt's expert can help you on this

 Hello, thanks very much for your help. The thing is I don´t
 understand what kind of MX records may I configure in my DNS Server.
 I have installed a cache DNS served with bind in the same Server as
 Qmt. But what may I configure to download external mails form my ISP?
 and to send external mails outside my local domain?.
 My ISP gives me the following information:
 mydomain.es. MX 10 smtp-01.servidoresdns.net.
 mail.mydomain.es. A - 82.223.x.x
 smtp.mydomain.es. A - 217.76.x.x
 I can configure my dns server with this information, but where do I
 say to QMT to use this information?

 Thanks very much for all ur help.
 Miguel A. Velasco

 Hai Miguel,
 sorry but I am a little bit confuse and miscommunication.
 because English is not my native language, I don't about you, but if
 your native language Spanish there are some people on the list know
 Spanish

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-- 
===
With Best Regards

Mr.Shailesh Bhutada(CTO)

Web:www.comptrixsys.com
Email:[EMAIL PROTECTED]
 :[EMAIL PROTECTED] 
=
This Message is sent Via [EMAIL PROTECTED]
Server SuSe 10.1 Linux Using Opera's e-mail client 
or Mozilla ThunderBird Mail Client.
=


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] esp-eng : tool manager accounts

2007-08-31 Thread Ariel
list, I need that they orient to me and they say to me as is the best tool
or than they recommend to administer the accounts in qmail to toaster


lista, necesito que me orienten y me digan cual es la mejor herramienta o
que recomiendan para administrar las cuentas en qmail toaster


RE: [qmailtoaster] Block [EMAIL PROTECTED] on badmailfrom

2007-08-31 Thread Tim Mancour
Just add the following line to your badmailfrom file:
sales@
 
Regards,
Tim
 

  _  

From: Diego Pivetta [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 30, 2007 8:12 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Block [EMAIL PROTECTED] on badmailfrom


Olá list
I need to block only [EMAIL PROTECTED] on my badmailfrom
It is possible block mailfrom sales@ on all domains?
The sales@ spam received a lot on my mail server.
 
 
Atenciosamente,
 
Diego Pivetta
Sysmo Informática Ltda.
www.sysmo.com.br



[qmailtoaster] Spamassassin w/ QMT: Getting new rules activated

2007-08-31 Thread Roxanne Sandesara
Alright. I'm willing to admit that I sometimes run into things that  
still leave me clueless. No matter how much I think I have learned, I  
run short. Usually, with some concerted efforts I can find what I  
need with some web searches. But I haven't been able to find this.


On a standard linux install, spammassassin is the name for the spamd  
service, and 'service spamassassin restart' will smack things in the  
rump after I've modified /etc/mail/spammassassin/local.cf to add in  
some new rules, trying to catch a deluge of spam hitting my users.


Problem: On QMT, apparently this does not work. I can't find anything  
in our Wiki or FAQ that tells me what commands to issue. So I'm  
begging for some help. How do I tell QMT to re-initialize  
Spammassassin with the new rules I've added in local.cf? I've run -- 
lint to make sure they are properly encoded. Now I just need to make  
them /run/.


Roxanne (soon to be bald in frustration)


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Spamassassin w/ QMT: Getting new rules activated

2007-08-31 Thread Jake Vickers

Roxanne Sandesara wrote:
Alright. I'm willing to admit that I sometimes run into things that 
still leave me clueless. No matter how much I think I have learned, I 
run short. Usually, with some concerted efforts I can find what I need 
with some web searches. But I haven't been able to find this.


On a standard linux install, spammassassin is the name for the spamd 
service, and 'service spamassassin restart' will smack things in the 
rump after I've modified /etc/mail/spammassassin/local.cf to add in 
some new rules, trying to catch a deluge of spam hitting my users.


Problem: On QMT, apparently this does not work. I can't find anything 
in our Wiki or FAQ that tells me what commands to issue. So I'm 
begging for some help. How do I tell QMT to re-initialize 
Spammassassin with the new rules I've added in local.cf? I've run 
--lint to make sure they are properly encoded. Now I just need to make 
them /run/.


Roxanne (soon to be bald in frustration)



I have a script on my site that allows you some control over the spamd 
daemon. Look for control spam daemon under downloads.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] Spamassassin w/ QMT: Getting new rules activated

2007-08-31 Thread Roxanne Sandesara
Thank you, Jake. Once again, you've managed to save my sanity in the  
nick of time. :)


Roxanne

On Aug 31, 2007, at 1:14 PM, Jake Vickers wrote:


Roxanne Sandesara wrote:
Alright. I'm willing to admit that I sometimes run into things  
that still leave me clueless. No matter how much I think I have  
learned, I run short. Usually, with some concerted efforts I can  
find what I need with some web searches. But I haven't been able  
to find this.


On a standard linux install, spammassassin is the name for the  
spamd service, and 'service spamassassin restart' will smack  
things in the rump after I've modified /etc/mail/spammassassin/ 
local.cf to add in some new rules, trying to catch a deluge of  
spam hitting my users.


Problem: On QMT, apparently this does not work. I can't find  
anything in our Wiki or FAQ that tells me what commands to issue.  
So I'm begging for some help. How do I tell QMT to re-initialize  
Spammassassin with the new rules I've added in local.cf? I've run  
--lint to make sure they are properly encoded. Now I just need to  
make them /run/.


Roxanne (soon to be bald in frustration)



I have a script on my site that allows you some control over the  
spamd daemon. Look for control spam daemon under downloads.





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Spamassassin w/ QMT: Getting new rules activated

2007-08-31 Thread Michael H

Roxanne Sandesara wrote:

Roxanne (soon to be bald in frustration)


send photos ...

;-)


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Ahmed Shareef
Hi,



All my pop3 user are getting this error message when they are trying to
connect from out side office but if they  in office LAN its working please
help to fix this problem







The server does not support a SSL connection. Account: 'email.dubai.com',
Server: 'email.dubai.com', Protocol: SMTP, Server Response: '250
rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error: 250, Error
Number: 0x800CCC7D







Thanks


Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread ldwraith

what does your /etc/tcp.smtp file have in it?

also are you running DNS on this machine and is the firewall open on port 25?
Quoting Ahmed Shareef [EMAIL PROTECTED]:


Hi,



All my pop3 user are getting this error message when they are trying to
connect from out side office but if they  in office LAN its working please
help to fix this problem







The server does not support a SSL connection. Account: 'email.dubai.com',
Server: 'email.dubai.com', Protocol: SMTP, Server Response: '250
rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error: 250, Error
Number: 0x800CCC7D







Thanks





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Ahmed Shareef
here is my tcp.smtp

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1



No my DNS is on other server and firewall is disable



Thanks



On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 what does your /etc/tcp.smtp file have in it?

 also are you running DNS on this machine and is the firewall open on port
 25?
 Quoting Ahmed Shareef [EMAIL PROTECTED]:

  Hi,
 
 
 
  All my pop3 user are getting this error message when they are trying to
  connect from out side office but if they  in office LAN its working
 please
  help to fix this problem
 
 
 
 
 
 
 
  The server does not support a SSL connection. Account: 'email.dubai.com
 ',
  Server: 'email.dubai.com', Protocol: SMTP, Server Response: '250
  rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error: 250, Error
  Number: 0x800CCC7D
 
 
 
 
 
 
 
  Thanks
 



 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




RE: [qmailtoaster] Using QMT to pass form contents

2007-08-31 Thread Richard Starkie
Hi George, 

Thanks for your reply, can you advise how I would the image reffered to in 
suggestion 3 as this is closest to my idea

MT 
Rich

-Original Message-
From: George Toft [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: 31/08/07 14:42
Subject: Re: [qmailtoaster] Using QMT to pass form contents

There are two ways to do this:
1.  Cheesmo:  form method=post action=mailto:[EMAIL PROTECTED]

2.  Better: Have the form processor on the back-end e-mail the script. 
Matt's scripts do this.  (Google Matts archive formmail)

3.  Even better: Do #2, but have a box that the user has to fill in to 
prove a human is on the other side instead of a spam engine.

Beware, putting a form on your site WILL increase your spam.

George Toft, CISSP




Richard Starkie wrote:
 First let me apologise if this is actually OT.
 
 I am trying to write a script that will pass the contents from a html form on 
 the same server to a QMT user account.
 
 If anyone can either help with writing or pointing me in the right direction 
 of a free repository with a suitable script I would be greatful
 
 MT 
 
 Rich
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Natalio Gatti
The problem is that you are getting banned by a blacklist:
 Server Response: '250 rblsmtpd.local' 
If your clients have fixed IP address you can disable rbls with tcprules.
If your clientes have dynamic IPs you should use the submission port
with smtp-authentication.

Natalio.

On 8/31/07, Ahmed Shareef [EMAIL PROTECTED] wrote:
 here is my tcp.smtp

 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1



 No my DNS is on other server and firewall is disable



 Thanks




 On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  what does your /etc/tcp.smtp file have in it?
 
  also are you running DNS on this machine and is the firewall open on port
 25?
  Quoting Ahmed Shareef [EMAIL PROTECTED]:
 
   Hi,
  
  
  
   All my pop3 user are getting this error message when they are trying to
   connect from out side office but if they  in office LAN its working
 please
   help to fix this problem
  
  
  
  
  
  
  
   The server does not support a SSL connection. Account: '
 email.dubai.com',
   Server: 'email.dubai.com', Protocol: SMTP, Server Response: '250
   rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error: 250, Error
   Number: 0x800CCC7D
  
  
  
  
  
  
  
   Thanks
  
 
 
 
 
 -
  QmailToaster hosted by: VR Hosted  http://www.vr.org
 
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Ahmed Shareef
Sorry I didn't get you. Are you talking about mail server IP or POP3 client
IP


Thanks


On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:

 The problem is that you are getting banned by a blacklist:
  Server Response: '250 rblsmtpd.local' 
 If your clients have fixed IP address you can disable rbls with tcprules.
 If your clientes have dynamic IPs you should use the submission port
 with smtp-authentication.

 Natalio.

 On 8/31/07, Ahmed Shareef [EMAIL PROTECTED] wrote:
  here is my tcp.smtp
 
 
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1
 
 
 
  No my DNS is on other server and firewall is disable
 
 
 
  Thanks
 
 
 
 
  On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   what does your /etc/tcp.smtp file have in it?
  
   also are you running DNS on this machine and is the firewall open on
 port
  25?
   Quoting Ahmed Shareef [EMAIL PROTECTED]:
  
Hi,
   
   
   
All my pop3 user are getting this error message when they are trying
 to
connect from out side office but if they  in office LAN its working
  please
help to fix this problem
   
   
   
   
   
   
   
The server does not support a SSL connection. Account: '
  email.dubai.com',
Server: 'email.dubai.com', Protocol: SMTP, Server Response: '250
rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error: 250,
 Error
Number: 0x800CCC7D
   
   
   
   
   
   
   
Thanks
   
  
  
  
  
  -
   QmailToaster hosted by: VR Hosted  http://www.vr.org
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Ahmed Shareef
Sorry I didn't get you. Are you talking about mail server IP or POP3 client
IP


Mail server has two network cards one with Public IP address and

Other one with LAN IP office user are connecting with LAN IP with its
working fine in office but when ever they out side office they are getting
this error
if need to disable rbls how can i disable please advice
if need to smtp-authentication how can i do this please advice

thanks






On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:

 The problem is that you are getting banned by a blacklist:
  Server Response: '250 rblsmtpd.local' 
 If your clients have fixed IP address you can disable rbls with tcprules.
 If your clientes have dynamic IPs you should use the submission port
 with smtp-authentication.

 Natalio.

 On 8/31/07, Ahmed Shareef [EMAIL PROTECTED] wrote:
  here is my tcp.smtp
 
 
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1
 
 
 
  No my DNS is on other server and firewall is disable
 
 
 
  Thanks
 
 
 
 
  On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   what does your /etc/tcp.smtp file have in it?
  
   also are you running DNS on this machine and is the firewall open on
 port
  25?
   Quoting Ahmed Shareef [EMAIL PROTECTED]:
  
Hi,
   
   
   
All my pop3 user are getting this error message when they are trying
 to
connect from out side office but if they  in office LAN its working
  please
help to fix this problem
   
   
   
   
   
   
   
The server does not support a SSL connection. Account: '
  email.dubai.com',
Server: 'email.dubai.com', Protocol: SMTP, Server Response: '250
rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error: 250,
 Error
Number: 0x800CCC7D
   
   
   
   
   
   
   
Thanks
   
  
  
  
  
  -
   QmailToaster hosted by: VR Hosted  http://www.vr.org
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Ahmed Shareef
they have dynamic but i have Try to cotnnect from deferent place still same
problem



Thanks



On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:

 Your client's IPs are getting banned by your smtp server.
 They are banned becouse they are listed in some blacklist.

 Your clients have static or dynamic IPs?

 On 8/31/07, Ahmed Shareef [EMAIL PROTECTED] wrote:
 
 
  Sorry I didn't get you. Are you talking about mail server IP or POP3
 client
  IP
 
 
  Thanks
 
 
 
  On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:
   The problem is that you are getting banned by a blacklist:
Server Response: '250 rblsmtpd.local ' 
   If your clients have fixed IP address you can disable rbls with
 tcprules.
   If your clientes have dynamic IPs you should use the submission port
   with smtp-authentication.
  
   Natalio.
  
   On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
here is my tcp.smtp
   
   
 
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
   
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1
   
   
   
No my DNS is on other server and firewall is disable
   
   
   
Thanks
   
   
   
   
On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 what does your /etc/tcp.smtp file have in it?

 also are you running DNS on this machine and is the firewall open
 on
  port
25?
 Quoting Ahmed Shareef [EMAIL PROTECTED]:

  Hi,
 
 
 
  All my pop3 user are getting this error message when they are
 trying
  to
  connect from out side office but if they  in office LAN its
 working
please
  help to fix this problem
 
 
 
 
 
 
 
  The server does not support a SSL connection. Account: '
email.dubai.com',
  Server: ' email.dubai.com', Protocol: SMTP, Server Response:
 '250
  rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error: 250,
  Error
  Number: 0x800CCC7D
 
 
 
 
 
 
 
  Thanks
 




   
  -
 QmailToaster hosted by: VR Hosted  http://www.vr.org

   
  -
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]


   
   
  
  
  -
   QmailToaster hosted by: VR Hosted  http://www.vr.org
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [qmailtoaster] esp-eng : tool manager accounts

2007-08-31 Thread Erik A. Espinoza
The command line vpopmail tools are good, so is the qmailadmin web
interface. Best thing to do is download the QMT ISO, install it on
VMWare and play with it.

Erik

On 8/31/07, Ariel [EMAIL PROTECTED] wrote:
 list, I need that they orient to me and they say to me as is the best tool
 or than they recommend to administer the accounts in qmail to toaster


 lista, necesito que me orienten y me digan cual es la mejor herramienta o
 que recomiendan para administrar las cuentas en qmail toaster


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Using QMT to pass form contents

2007-08-31 Thread George Toft
I have seen this solution in place at large companies, but have not seen 
a script.


What comes to mind is:
- have letters/number (one character) in image format stored on the server
- concatenate them together in a fashion that makes sense to you, but is 
not obviously predictable

- Store the sequence that was issued
- When the form comes back, make sure it contains a sequence that was stored
- expire the store after an hour

I don't remember the name of the technology - something like AYAH (Are 
You A Human?).


George Toft, CISSP




Richard Starkie wrote:
Hi George, 


Thanks for your reply, can you advise how I would the image reffered to in 
suggestion 3 as this is closest to my idea

MT 
Rich


-Original Message-
From: George Toft [EMAIL PROTECTED]
To: qmailtoaster-list@qmailtoaster.com
Sent: 31/08/07 14:42
Subject: Re: [qmailtoaster] Using QMT to pass form contents

There are two ways to do this:
1.  Cheesmo:  form method=post action=mailto:[EMAIL PROTECTED]

2.  Better: Have the form processor on the back-end e-mail the script. 
Matt's scripts do this.  (Google Matts archive formmail)


3.  Even better: Do #2, but have a box that the user has to fill in to 
prove a human is on the other side instead of a spam engine.


Beware, putting a form on your site WILL increase your spam.

George Toft, CISSP




Richard Starkie wrote:


First let me apologise if this is actually OT.

I am trying to write a script that will pass the contents from a html form on 
the same server to a QMT user account.

If anyone can either help with writing or pointing me in the right direction of 
a free repository with a suitable script I would be greatful

MT 


Rich

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Using QMT to pass form contents

2007-08-31 Thread Paul Oehler

I don't remember the name of the technology - something like AYAH (Are
You A Human?).

http://en.wikipedia.org/wiki/Captcha


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Using QMT to pass form contents

2007-08-31 Thread Roxanne Sandesara

http://www.captcha.biz/

On Aug 31, 2007, at 9:37 PM, Paul Oehler wrote:

I don't remember the name of the technology - something like AYAH  
(Are

You A Human?).

http://en.wikipedia.org/wiki/Captcha


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list- 
[EMAIL PROTECTED]





-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Ahmed Shareef
Please can you explain me in details I am new to qmailtoaster what are the
changes I have do on the mail server side to open smtp port 587



Thanks




On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:

 You should use the submission port.
 QT opens a second smtp service in port 587.
 You have to change your email clients to use that port instead of port 25.
 The submission port demands smtp authentication. You have to enable it
 in your email clients.

 On 8/31/07, Ahmed Shareef [EMAIL PROTECTED] wrote:
  they have dynamic but i have Try to cotnnect from deferent place still
 same
  problem
 
 
 
 
  Thanks
 
 
 
  On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:
   Your client's IPs are getting banned by your smtp server.
   They are banned becouse they are listed in some blacklist.
  
   Your clients have static or dynamic IPs?
  
   On 8/31/07, Ahmed Shareef [EMAIL PROTECTED] wrote:
   
   
Sorry I didn't get you. Are you talking about mail server IP or POP3
  client
IP
   
   
Thanks
   
   
   
On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:
 The problem is that you are getting banned by a blacklist:
  Server Response: '250 rblsmtpd.local ' 
 If your clients have fixed IP address you can disable rbls with
  tcprules.
 If your clientes have dynamic IPs you should use the submission
 port
 with smtp-authentication.

 Natalio.

 On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
  here is my tcp.smtp
 
 
   
 
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1
 
   
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1
 
 
 
  No my DNS is on other server and firewall is disable
 
 
 
  Thanks
 
 
 
 
  On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   what does your /etc/tcp.smtp file have in it?
  
   also are you running DNS on this machine and is the firewall
 open
  on
port
  25?
   Quoting Ahmed Shareef [EMAIL PROTECTED]:
  
Hi,
   
   
   
All my pop3 user are getting this error message when they
 are
  trying
to
connect from out side office but if they  in office LAN its
  working
  please
help to fix this problem
   
   
   
   
   
   
   
The server does not support a SSL connection. Account: '
  email.dubai.com',
Server: ' email.dubai.com', Protocol: SMTP, Server Response:
  '250
rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error:
 250,
Error
Number: 0x800CCC7D
   
   
   
   
   
   
   
Thanks
   
  
  
  
  
 
   
  -
   QmailToaster hosted by: VR Hosted  http://www.vr.org
  
 
   
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 


   
  -
 QmailToaster hosted by: VR Hosted  http://www.vr.org

   
  -
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]


   
   
  
  
  -
   QmailToaster hosted by: VR Hosted  http://www.vr.org
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 

 -
 QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




RE: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Kyle Quillen
If you have port 587 open (on the firewall) you should not have to do
anything to get this working if your installation is  up to date.

 

Try this  telnet mail.domain.com 587 

 

 

If it responds with your servers hostname then all you should need to do is
turn on my outgoing mail server requires authentication and you should be
all set.

 

If that does not work 

 

 

  _  

From: Ahmed Shareef [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 01, 2007 1:17 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] All my pop3 user are getting this error message

 

 

Please can you explain me in details I am new to qmailtoaster what are the
changes I have do on the mail server side to open smtp port 587 

 

Thanks

 


 

On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote: 

You should use the submission port.
QT opens a second smtp service in port 587.
You have to change your email clients to use that port instead of port 25. 
The submission port demands smtp authentication. You have to enable it
in your email clients.

On 8/31/07, Ahmed Shareef [EMAIL PROTECTED] wrote:
 they have dynamic but i have Try to cotnnect from deferent place still
same 
 problem




 Thanks



 On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:
  Your client's IPs are getting banned by your smtp server. 
  They are banned becouse they are listed in some blacklist.
 
  Your clients have static or dynamic IPs?
 
  On 8/31/07, Ahmed Shareef  mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
  
  
   Sorry I didn't get you. Are you talking about mail server IP or POP3
 client
   IP
  
  
   Thanks
  
  
  
   On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:
The problem is that you are getting banned by a blacklist: 
 Server Response: '250 rblsmtpd.local ' 
If your clients have fixed IP address you can disable rbls with
 tcprules.
If your clientes have dynamic IPs you should use the submission port

with smtp-authentication.
   
Natalio.
   
On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
 here is my tcp.smtp


  

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,R
BLSMTPD=,NOP0FCHECK=1 

  

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/contro
l/domainkeys/%/private,NOP0FCHECK=1 



 No my DNS is on other server and firewall is disable

 

 Thanks




 On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  what does your /etc/tcp.smtp file have in it?
 
  also are you running DNS on this machine and is the firewall
open
 on
   port
 25?
  Quoting Ahmed Shareef  [EMAIL PROTECTED]:
 
   Hi,
  
   
  
   All my pop3 user are getting this error message when they are
 trying
   to
   connect from out side office but if they  in office LAN its 
 working
 please
   help to fix this problem
  
  
   
  
  
  
  
   The server does not support a SSL connection. Account: ' 
 email.dubai.com',
   Server: ' email.dubai.com', Protocol: SMTP, Server Response: 
 '250
   rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error:
250,
   Error
   Number: 0x800CCC7D
   
  
  
  
  
  
   
   Thanks
  
 
 
 
 
 
  
 -
  QmailToaster hosted by: VR Hosted  http://www.vr.org 
 

  
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 

 
   
   
  
 -
QmailToaster hosted by: VR Hosted  http://www.vr.org
   
  
 -
To unsubscribe, e-mail:
   [EMAIL PROTECTED]
For additional commands, e-mail:
   [EMAIL PROTECTED] 
   
   
  
  
 
 
 -
  QmailToaster hosted by: VR Hosted  http://www.vr.org
 
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 



-
QmailToaster hosted by: VR Hosted http://www.vr.org
- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 



Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Ahmed Shareef
I can able to telnet port 587 but still client side error getting this
message







Your server has unexpectedly terminated the connection. Possible causes for
this include server problems, network problems, or a long period of
inactivity. Account: 'email.dit.net', Server: 'email.dit.net', Protocol:
SMTP, Port: 587, Secure(SSL): Yes, Error Number: 0x800CCC0F


Thanks


On 9/1/07, Kyle Quillen [EMAIL PROTECTED] wrote:

  If you have port 587 open (on the firewall) you should not have to do
 anything to get this working if your installation is  up to date.



 Try this  *telnet mail.domain.com 587*





 If it responds with your servers hostname then all you should need to do
 is turn on my outgoing mail server requires authentication and you should be
 all set.



 If that does not work




  --

 *From:* Ahmed Shareef [mailto:[EMAIL PROTECTED]
 *Sent:* Saturday, September 01, 2007 1:17 AM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* Re: [qmailtoaster] All my pop3 user are getting this error
 message





 Please can you explain me in details I am new to qmailtoaster what are the
 changes I have do on the mail server side to open smtp port 587



 Thanks






 On 9/1/07, *Natalio Gatti* [EMAIL PROTECTED] wrote:

 You should use the submission port.
 QT opens a second smtp service in port 587.
 You have to change your email clients to use that port instead of port 25.

 The submission port demands smtp authentication. You have to enable it
 in your email clients.

 On 8/31/07, Ahmed Shareef [EMAIL PROTECTED] wrote:
  they have dynamic but i have Try to cotnnect from deferent place still
 same
  problem
 
 
 
 
  Thanks
 
 
 
  On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:
   Your client's IPs are getting banned by your smtp server.
   They are banned becouse they are listed in some blacklist.
  
   Your clients have static or dynamic IPs?
  
   On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
   
   
Sorry I didn't get you. Are you talking about mail server IP or POP3
  client
IP
   
   
Thanks
   
   
   
On 9/1/07, Natalio Gatti [EMAIL PROTECTED] wrote:
 The problem is that you are getting banned by a blacklist:
  Server Response: '250 rblsmtpd.local ' 
 If your clients have fixed IP address you can disable rbls with
  tcprules.
 If your clientes have dynamic IPs you should use the submission
 port
 with smtp-authentication.

 Natalio.

 On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
  here is my tcp.smtp
 
 
   
 
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1

 
   
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1

 
 
 
  No my DNS is on other server and firewall is disable
 
 
 
  Thanks
 
 
 
 
  On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   what does your /etc/tcp.smtp file have in it?
  
   also are you running DNS on this machine and is the firewall
 open
  on
port
  25?
   Quoting Ahmed Shareef  [EMAIL PROTECTED]:
  
Hi,
   
   
   
All my pop3 user are getting this error message when they
 are
  trying
to
connect from out side office but if they  in office LAN its
  working
  please
help to fix this problem
   
   
   
   
   
   
   
The server does not support a SSL connection. Account: '
  email.dubai.com',
Server: ' email.dubai.com', Protocol: SMTP, Server Response:

  '250
rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error:
 250,
Error
Number: 0x800CCC7D
   
   
   
   
   
   
   
Thanks
   
  
  
  
  
 
   
  -
   QmailToaster hosted by: VR Hosted  http://www.vr.org 
  
 
   
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL PROTECTED]
  
  
 
 


   
  -
 QmailToaster hosted by: VR Hosted  http://www.vr.org

   
  -
 To unsubscribe, e-mail:
[EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]


   
   
  
  
  -
   QmailToaster hosted by: VR Hosted  http://www.vr.org
  
  -
   To unsubscribe, e-mail:
  [EMAIL PROTECTED]
   For additional commands, e-mail:
  [EMAIL 

RE: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Kyle Quillen
What do your logs say?

 

 Tail -l /var/log/qmail/pop3/current

 

Q

 

 

  _  

From: Ahmed Shareef [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 01, 2007 1:40 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] All my pop3 user are getting this error message

 

I can able to telnet port 587 but still client side error getting this
message

 

 

 

 

Your server has unexpectedly terminated the connection. Possible causes for
this include server problems, network problems, or a long period of
inactivity. Account: ' email.dit.net', Server: 'email.dit.net', Protocol:
SMTP, Port: 587, Secure(SSL): Yes, Error Number: 0x800CCC0F


 

Thanks


 

On 9/1/07, Kyle Quillen [EMAIL PROTECTED] wrote: 

If you have port 587 open (on the firewall) you should not have to do
anything to get this working if your installation is  up to date. 

 

Try this  telnet mail.domain.com http://mail.domain.com/  587 

 

 

If it responds with your servers hostname then all you should need to do is
turn on my outgoing mail server requires authentication and you should be
all set. 

 

If that does not work 

 

 

  _  

From: Ahmed Shareef [mailto: [EMAIL PROTECTED] 
Sent: Saturday, September 01, 2007 1:17 AM 
To: qmailtoaster-list@qmailtoaster.com 
Subject: Re: [qmailtoaster] All my pop3 user are getting this error message

 

 

Please can you explain me in details I am new to qmailtoaster what are the
changes I have do on the mail server side to open smtp port 587 

 

Thanks

 


 

On 9/1/07, Natalio Gatti  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote: 

You should use the submission port.
QT opens a second smtp service in port 587.
You have to change your email clients to use that port instead of port 25. 
The submission port demands smtp authentication. You have to enable it
in your email clients.

On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote:
 they have dynamic but i have Try to cotnnect from deferent place still
same 
 problem




 Thanks



 On 9/1/07, Natalio Gatti  [EMAIL PROTECTED] wrote:
  Your client's IPs are getting banned by your smtp server. 
  They are banned becouse they are listed in some blacklist. 
 
  Your clients have static or dynamic IPs?
 
  On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote:
  
  
   Sorry I didn't get you. Are you talking about mail server IP or POP3
 client
   IP
  
  
   Thanks
  
  
  
   On 9/1/07, Natalio Gatti  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 wrote:
The problem is that you are getting banned by a blacklist: 
 Server Response: '250 rblsmtpd.local ' 
If your clients have fixed IP address you can disable rbls with 
 tcprules.
If your clientes have dynamic IPs you should use the submission port

with smtp-authentication.
   
Natalio.

On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
 here is my tcp.smtp


  

127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,R
BLSMTPD=,NOP0FCHECK=1 

  

:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONG
RCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/contro
l/domainkeys/%/private,NOP0FCHECK=1 



 No my DNS is on other server and firewall is disable

 

 Thanks




 On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  what does your /etc/tcp.smtp file have in it? 
 
  also are you running DNS on this machine and is the firewall
open
 on
   port
 25?
  Quoting Ahmed Shareef  [EMAIL PROTECTED]:
 
   Hi,
  
   
  
   All my pop3 user are getting this error message when they are
 trying 
   to
   connect from out side office but if they  in office LAN its 
 working
 please
   help to fix this problem 
  
  
   
  
  
   
  
   The server does not support a SSL connection. Account: ' 
 email.dubai.com http://email.dubai.com/ ',
   Server: ' email.dubai.com http://email.dubai.com/ ',
Protocol: SMTP, Server Response: 
 '250
   rblsmtpd.local', Port: 25, Secure(SSL): Yes, Server Error:
250,
   Error
   Number: 0x800CCC7D
   
  
  
  
  
  
   
   Thanks
  
 
 
 
 
 
  
 -
  QmailToaster hosted by: VR Hosted  http://www.vr.org
http://www.vr.org/  
 

  
 -
  To unsubscribe, e-mail: 
 [EMAIL PROTECTED]
  For additional commands, e-mail: 
 [EMAIL PROTECTED]
  
 

 
   
   
  
 - 
QmailToaster hosted by: VR Hosted  http://www.vr.org
http://www.vr.org/ 
   
   
 -
To unsubscribe, e-mail:
   [EMAIL 

Re: [qmailtoaster] All my pop3 user are getting this error message

2007-08-31 Thread Ahmed Shareef
There are no error in logs above issue only for out side users whoever
connected to LAN for them its working fine



tail -l /var/log/qmail/pop3/current

@400046d8fc9121daf43c tcpserver: status: 1/200

@400046d8fc9121dd1eec tcpserver: pid 16532 from 192.168.1.205

@400046d8fc9121e16894 tcpserver: ok 16532 :192.168.1.7:110 :
192.168.1.205::53821

@400046d8fc9122b72f24 tcpserver: end 16532 status 256

@400046d8fc9122b73adc tcpserver: status: 0/200

@400046d8fdbd20f66c54 tcpserver: status: 1/200

@400046d8fdbd20f85c6c tcpserver: pid 16675 from 192.168.1.205

@400046d800

fdbd20fce0ac tcpserver: ok 16675 :192.168.1.7:110 :192.168.1.205::53823

@400046d8fdbd220feebc tcpserver: end 16675 status 256

@400046d8fdbd220ffe5c tcpserver: status: 0/2





Thanks




On 9/1/07, Kyle Quillen [EMAIL PROTECTED] wrote:

  What do your logs say?



  Tail –l /var/log/qmail/pop3/current



 Q




  --

 *From:* Ahmed Shareef [mailto:[EMAIL PROTECTED]
 *Sent:* Saturday, September 01, 2007 1:40 AM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* Re: [qmailtoaster] All my pop3 user are getting this error
 message



 I can able to telnet port 587 but still client side error getting this
 message









 Your server has unexpectedly terminated the connection. Possible causes
 for this include server problems, network problems, or a long period of
 inactivity. Account: ' email.dit.net', Server: 'email.dit.net', Protocol:
 SMTP, Port: 587, Secure(SSL): Yes, Error Number: 0x800CCC0F




 Thanks




 On 9/1/07, *Kyle Quillen* [EMAIL PROTECTED] wrote:

 If you have port 587 open (on the firewall) you should not have to do
 anything to get this working if your installation is  up to date.



 Try this  *telnet mail.domain.com 587*





 If it responds with your servers hostname then all you should need to do
 is turn on my outgoing mail server requires authentication and you should be
 all set.



 If that does not work




  --

 *From:* Ahmed Shareef [mailto: [EMAIL PROTECTED]
 *Sent:* Saturday, September 01, 2007 1:17 AM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* Re: [qmailtoaster] All my pop3 user are getting this error
 message





 Please can you explain me in details I am new to qmailtoaster what are the
 changes I have do on the mail server side to open smtp port 587



 Thanks






 On 9/1/07, *Natalio Gatti*  [EMAIL PROTECTED] wrote:

 You should use the submission port.
 QT opens a second smtp service in port 587.
 You have to change your email clients to use that port instead of port 25.

 The submission port demands smtp authentication. You have to enable it
 in your email clients.

 On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
  they have dynamic but i have Try to cotnnect from deferent place still
 same
  problem
 
 
 
 
  Thanks
 
 
 
  On 9/1/07, Natalio Gatti  [EMAIL PROTECTED] wrote:
   Your client's IPs are getting banned by your smtp server.
   They are banned becouse they are listed in some blacklist.
  
   Your clients have static or dynamic IPs?
  
   On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
   
   
Sorry I didn't get you. Are you talking about mail server IP or POP3
  client
IP
   
   
Thanks
   
   
   
On 9/1/07, Natalio Gatti  [EMAIL PROTECTED] wrote:
 The problem is that you are getting banned by a blacklist:
  Server Response: '250 rblsmtpd.local ' 
 If your clients have fixed IP address you can disable rbls with
  tcprules.
 If your clientes have dynamic IPs you should use the submission
 port
 with smtp-authentication.

 Natalio.

 On 8/31/07, Ahmed Shareef  [EMAIL PROTECTED] wrote:
  here is my tcp.smtp
 
 
   
 
 127.:allow,RELAYCLIENT=,DKSIGN=/var/qmail/control/domainkeys/%/private,RBLSMTPD=,NOP0FCHECK=1

 
   
 
 :allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=50,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan,DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1

 
 
 
  No my DNS is on other server and firewall is disable
 
 
 
  Thanks
 
 
 
 
  On 9/1/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   what does your /etc/tcp.smtp file have in it?
  
   also are you running DNS on this machine and is the firewall
 open
  on
port
  25?
   Quoting Ahmed Shareef  [EMAIL PROTECTED]:
  
Hi,
   
   
   
All my pop3 user are getting this error message when they
 are
  trying
to
connect from out side office but if they  in office LAN its
  working
  please
help to fix this problem
   
   
   
   
   
   
   
The server does not support a SSL connection. Account: '
  email.dubai.com',
Server: ' email.dubai.com', Protocol: SMTP, Server Response:

  '250
rblsmtpd.local', Port: 25, Secure(SSL): Yes,