[qmailtoaster] Install in Debian

2007-03-19 Thread Claudio Mundin

Some body know how to work qmail in Debian??

Thank


[qmailtoaster] Log analyzer

2007-03-02 Thread Claudio Mundin

Hi there guys.

I was wondering if there is a way to audit bia WEB inbound/outbound mail, to
see mails sent an X user for example and to
audit by subject as well.

I've found isoqlog and qmrtg but doesn't fit my needs

Thanks in advance.


Re: [qmailtoaster] Problem with mail adress incorrect

2007-02-26 Thread Claudio Mundin

Thank Quinn, this solve my problem. In my case i have install in a
SUSE 10.1and i have make a change in the procedure tha in
http://wiki.qmailtoaster.com/index.php/Chkuser

Here is the procedure to Suse 10.1

# rpm -Uvh qmail-toaster*.src.rpm

# cd /usr/src/packages/SPECS

edit qmail-toaster.spec. find 'sleep 5' (should be line 606). change 5 to
300 (5 seconds to 300 seconds). save.

# rpmbuild -bb --with sus101 qmail-toaster.spec

(use the appropriate --with value for your distro)

When the build process pauses, open another terminal and edit *
/usr/src/redhat/BUILD/qmail-1.03/chkuser_settings.h* to your liking. You
have 5 minutes (or whatever you changed the sleep parameter to). Save your
changes and wait for the 300 seconds to expire and watch it build.

# cd ../RPMS/i386/

# qmailctl stop

# rpm -Uvh --replacefiles --replacepkgs qmail-*.rpm

# qmailctl start


Thank for your help

2007/2/13, Quinn Comendant [EMAIL PROTECTED]:


On Tue, 13 Feb 2007 15:29:12 -0300, Claudio Mundin wrote:
 (1) In this example in my server the mail is not send to
 [EMAIL PROTECTED] and is not send to [EMAIL PROTECTED] The bad
 address is [EMAIL PROTECTED]

 (2) But if I use my count of gmail, anda I try send the message, the
 mail is send to [EMAIL PROTECTED], and for the address
 [EMAIL PROTECTED] I recive a mail that say  that this address is
 incorrrect.

 I want to my server work how i say in (2)

I had the same problem and *was* able to fix it with chkuser. Claudio, I
just sent you a test message to the addresses you gave as an example. The
messages were accepted for delivery, then I received an undeliverable
message for the bad address:

[EMAIL PROTECTED]:
Sorry, I couldn't find any host named gmail.com.uy. (#5.1.2)

The solution is to modify the chkuser_settings.h file during qmail compile
time and comment out the following:

#define CHKUSER_RCPT_MX

...becomes:

/* #define CHKUSER_RCPT_MX */

Here are instructions for editing this file:
http://wiki.qmailtoaster.com/index.php/Chkuser

I've attached my patch file I use to make my updates.



Quinn


-
Strangecode :: Internet Consultancy
http://www.strangecode.com/
+1 530 624 4410


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




[qmailtoaster] Problemas con el envio a una direccion invalida

2007-02-13 Thread Claudio Mundin

Buenos días,

si mando un correo a diferentes direcciones y entre una de ellas hay alguna
que es incorrecta (por ejemplo [EMAIL PROTECTED], el dominio esta mal) no
me envia el correo para ninguna de las otras direccion de correo que si
estan bien, y en el log de smtp, /var/log/qmail/smtp/current me aparece lo
siguiente:


@400045d1be102ee21d04 CHKUSER rejected rcpt: from [EMAIL PROTECTED]:
[EMAIL PROTECTED]: remote VirginiaAntiv:unknown:200.40.82.218 rcpt
[EMAIL PROTECTED]
: invalid rcpt MX domain
@400045d1be113072272c tcpserver: end 9294 status 0
@400045d1be1130724a54 tcpserver: status: 1/100

donde para la direccion incorrecta me sale invalid rcpt MX domain, esto es
correcto ya que gmail.com.uy esta mal, pero no entiendo porque no me lo
envia a las demas direeciones de correo que si lo estan.


Alguna Sugerencia?

Gracias


[qmailtoaster] Problem with incorrect address

2007-02-13 Thread Claudio Mundin

Good Morning ,

When i send a mail with differens rcpt address and some of those directions
is incorrect (for example [EMAIL PROTECTED], the domain is bad), the mail
is not send to any of the mail address, even to that if they are correct,
and in the log of  smtp, /var/log/qmail/smtp/current i have:


@400045d1be102ee21d04 CHKUSER rejected rcpt: from [EMAIL PROTECTED]:
[EMAIL PROTECTED]: remote VirginiaAntiv:unknown:200.40.82.218 rcpt
[EMAIL PROTECTED]
: invalid rcpt MX domain
@400045d1be113072272c tcpserver: end 9294 status 0
@400045d1be1130724a54 tcpserver: status: 1/100

for th incorrect address appear invalid rcpt MX domain,  that is correct
because gmail.com.uy is incorrect, but I do not understand why does not send
the mail to the mail address  that are well .


Any idea?

THANK


[qmailtoaster] Problem with mail adress incorrect

2007-02-13 Thread Claudio Mundin

Good Morning ,

When i send a mail with differens rcpt address and some of those directions
is incorrect (for example [EMAIL PROTECTED], the domain is bad), the mail
is not send to any of the mail address, even to that if they are correct,
and in the log of  smtp, /var/log/qmail/smtp/current i have:


@400045d1be102ee21d04 CHKUSER rejected rcpt: from [EMAIL PROTECTED]:
[EMAIL PROTECTED]: remote VirginiaAntiv:unknown:200.40.82.218 rcpt
[EMAIL PROTECTED]
: invalid rcpt MX domain
@400045d1be113072272c tcpserver: end 9294 status 0
@400045d1be1130724a54 tcpserver: status: 1/100

for th incorrect address appear invalid rcpt MX domain,  that is correct
because gmail.com.uy is incorrect, but I do not understand why does not send
the mail to the mail address  that are well .


Any idea?

THANK


Re: [qmailtoaster] Problem with mail adress incorrect

2007-02-13 Thread Claudio Mundin

ok, but i can change that?


2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]:


 Sorry I should have said qmail works by design..
It is not a checkuser thing..

- Original Message -
*From:* Jean-Paul van de Plasse [EMAIL PROTECTED]
*To:* qmailtoaster-list@qmailtoaster.com
*Sent:* Tuesday, February 13, 2007 2:58 PM
*Subject:* Re: [qmailtoaster] Problem with mail adress incorrect

Hi,

That is how checkuser works by design..

JP


- Original Message -
*From:* Claudio Mundin [EMAIL PROTECTED]
*To:* qmailtoaster-list@qmailtoaster.com
*Sent:* Tuesday, February 13, 2007 2:46 PM
*Subject:* [qmailtoaster] Problem with mail adress incorrect

Good Morning ,

When i send a mail with differens rcpt address and some of those
directions is incorrect (for example [EMAIL PROTECTED], the domain is
bad), the mail is not send to any of the mail address, even to that if they
are correct, and in the log of  smtp, /var/log/qmail/smtp/current i have:


@400045d1be102ee21d04 CHKUSER rejected rcpt: from [EMAIL PROTECTED]:
[EMAIL PROTECTED]: remote VirginiaAntiv:unknown:200.40.82.218 rcpt [EMAIL 
PROTECTED]
: invalid rcpt MX domain
@400045d1be113072272c tcpserver: end 9294 status 0
@400045d1be1130724a54 tcpserver: status: 1/100

for th incorrect address appear invalid rcpt MX domain,  that is correct
because gmail.com.uy is incorrect, but I do not understand why does not
send the mail to the mail address  that are well .


Any idea?

THANK




Re: [qmailtoaster] Problem with mail adress incorrect

2007-02-13 Thread Claudio Mundin

I ask you because in other server that i have with older version of qmail
this don happend.
I will try to find a solution, because to my when i try to send a mail with
most rcpt address, this mail that to be sent to the correct directions and
no, not to be sent to any.

Thnk's for your help

2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]:


 No, at least not without changing the source code.
Or I must be wrong here.

JP


- Original Message -
*From:* Claudio Mundin [EMAIL PROTECTED]
*To:* qmailtoaster-list@qmailtoaster.com
*Sent:* Tuesday, February 13, 2007 3:04 PM
*Subject:* Re: [qmailtoaster] Problem with mail adress incorrect

ok, but i can change that?


2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]:

  Sorry I should have said qmail works by design..
 It is not a checkuser thing..

 - Original Message -
 *From:* Jean-Paul van de Plasse [EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
  *Sent:* Tuesday, February 13, 2007 2:58 PM
 *Subject:* Re: [qmailtoaster] Problem with mail adress incorrect

 Hi,

 That is how checkuser works by design..

 JP


 - Original Message -
 *From:* Claudio Mundin [EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 *Sent:* Tuesday, February 13, 2007 2:46 PM
 *Subject:* [qmailtoaster] Problem with mail adress incorrect

 Good Morning ,

 When i send a mail with differens rcpt address and some of those
 directions is incorrect (for example [EMAIL PROTECTED], the domain is
 bad), the mail is not send to any of the mail address, even to that if they
 are correct, and in the log of  smtp, /var/log/qmail/smtp/current i have:


 @400045d1be102ee21d04 CHKUSER rejected rcpt: from [EMAIL PROTECTED]:
 [EMAIL PROTECTED]: remote VirginiaAntiv:unknown:200.40.82.218 rcpt [EMAIL 
PROTECTED]
 : invalid rcpt MX domain
 @400045d1be113072272c tcpserver: end 9294 status 0
 @400045d1be1130724a54 tcpserver: status: 1/100

 for th incorrect address appear invalid rcpt MX domain,  that is correct
 because gmail.com.uy is incorrect, but I do not understand why does not
 send the mail to the mail address  that are well .


 Any idea?

 THANK





Re: [qmailtoaster] Problem with mail adress incorrect

2007-02-13 Thread Claudio Mundin

This don't work, in this moment i have set with 10 the value of the variable
anda my test mail have only one bad address, the situation is the same, the
mail is not send to any address
My tcp.smtp is:

127.:allow,RELAYCLIENT=,CHKUSER_WRONGRCPTLIMIT=100,DKSIGN=/var/qmail/control/domainkeys/%/private
:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=2000,CHKUSER_WRONGRCPTLIMIT=100,\
DKVERIFY=DEGIJKfh,QMAILQUEUE=/var/qmail/bin/simscan,DKQUEUE=/var/qmail/bin/qmail-
queue.orig,\
DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1



2007/2/13, Jason P [EMAIL PROTECTED]:


 Check in /etc/tcprules.d/tcp.smtp for:



CHKUSER_WRONGRCPTLIMIT=1



Try changing that value to something a little higher.  If it appears more
than once, change them all.



After changing that value, rebuild the cdb files and restart qmail with
the following commands:



Qmailctl cdb

Qmailctl restart



I believe that should fix your problem.  Let us know!



-Jason
 --

*From:* Claudio Mundin [mailto:[EMAIL PROTECTED]
*Sent:* Tuesday, February 13, 2007 9:17 AM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Problem with mail adress incorrect



I ask you because in other server that i have with older version of qmail
this don happend.
I will try to find a solution, because to my when i try to send a mail
with most rcpt address, this mail that to be sent to the correct directions
and no, not to be sent to any.

Thnk's for your help

2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]:

No, at least not without changing the source code.

Or I must be wrong here.



JP



 - Original Message -

*From:* Claudio Mundin [EMAIL PROTECTED]

*To:* qmailtoaster-list@qmailtoaster.com

*Sent:* Tuesday, February 13, 2007 3:04 PM

*Subject:* Re: [qmailtoaster] Problem with mail adress incorrect



ok, but i can change that?

 2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]:

Sorry I should have said qmail works by design..

It is not a checkuser thing..

 - Original Message -

*From:* Jean-Paul van de Plasse [EMAIL PROTECTED]

*To:* qmailtoaster-list@qmailtoaster.com

*Sent:* Tuesday, February 13, 2007 2:58 PM

*Subject:* Re: [qmailtoaster] Problem with mail adress incorrect



Hi,



That is how checkuser works by design..



JP



 - Original Message -

*From:* Claudio Mundin [EMAIL PROTECTED]

*To:* qmailtoaster-list@qmailtoaster.com

*Sent:* Tuesday, February 13, 2007 2:46 PM

*Subject:* [qmailtoaster] Problem with mail adress incorrect



Good Morning ,

When i send a mail with differens rcpt address and some of those
directions is incorrect (for example [EMAIL PROTECTED], the domain is
bad), the mail is not send to any of the mail address, even to that if they
are correct, and in the log of  smtp, /var/log/qmail/smtp/current i have:


@400045d1be102ee21d04 CHKUSER rejected rcpt: from [EMAIL PROTECTED]:
[EMAIL PROTECTED]: remote VirginiaAntiv:unknown:200.40.82.218 rcpt [EMAIL 
PROTECTED]
: *invalid rcpt MX domain*
@400045d1be113072272c tcpserver: end 9294 status 0
@400045d1be1130724a54 tcpserver: status: 1/100

for th incorrect address appear *invalid rcpt MX domain,  *that is correct
because gmail.com.uy is incorrect, but I do not understand why does not
send the mail to the mail address  that are well .


Any idea?

THANK







Re: [qmailtoaster] Problem with mail adress incorrect

2007-02-13 Thread Claudio Mundin

ok, i understood that, but changing the chkuser_wrongrcptlimit variable the
problem is not fixed, then what else can i try or what value  put for the
variable thar you say?.



2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]:


 No that is a different thing.
That is a limit on the number of errors in local adresses , the problem
you have is on qmail-smtpd level.
Sorry do not know how to explain good.


- Original Message -
*From:* Claudio Mundin [EMAIL PROTECTED]
*To:* qmailtoaster-list@qmailtoaster.com
*Sent:* Tuesday, February 13, 2007 4:08 PM
*Subject:* Re: [qmailtoaster] Problem with mail adress incorrect

This don't work, in this moment i have set with 10 the value of the
variable anda my test mail have only one bad address, the situation is the
same, the mail is not send to any address
My tcp.smtp is:

127.:allow,RELAYCLIENT=,CHKUSER_WRONGRCPTLIMIT=100,DKSIGN=/var/qmail/control/domainkeys/%/private


:allow,BADMIMETYPE=,BADLOADERTYPE=M,CHKUSER_RCPTLIMIT=2000,CHKUSER_WRONGRCPTLIMIT=100,\
DKVERIFY=DEGIJKfh,QMAILQUEUE=/var/qmail/bin/simscan,DKQUEUE=/var/qmail/bin/qmail-
queue.orig,\
DKSIGN=/var/qmail/control/domainkeys/%/private,NOP0FCHECK=1



2007/2/13, Jason P [EMAIL PROTECTED] :

  Check in /etc/tcprules.d/tcp.smtp for:



 CHKUSER_WRONGRCPTLIMIT=1



 Try changing that value to something a little higher.  If it appears
 more than once, change them all.



 After changing that value, rebuild the cdb files and restart qmail with
 the following commands:



 Qmailctl cdb

 Qmailctl restart



 I believe that should fix your problem.  Let us know!



 -Jason
  --

 *From:* Claudio Mundin [mailto:[EMAIL PROTECTED]
 *Sent:* Tuesday, February 13, 2007 9:17 AM
 *To:* qmailtoaster-list@qmailtoaster.com
 *Subject:* Re: [qmailtoaster] Problem with mail adress incorrect



 I ask you because in other server that i have with older version of
 qmail this don happend.
 I will try to find a solution, because to my when i try to send a mail
 with most rcpt address, this mail that to be sent to the correct directions
 and no, not to be sent to any.

 Thnk's for your help

 2007/2/13, Jean-Paul van de Plasse  [EMAIL PROTECTED]:

 No, at least not without changing the source code.

 Or I must be wrong here.



 JP



  - Original Message -

 *From:* Claudio Mundin [EMAIL PROTECTED]

 *To:* qmailtoaster-list@qmailtoaster.com

 *Sent:* Tuesday, February 13, 2007 3:04 PM

 *Subject:* Re: [qmailtoaster] Problem with mail adress incorrect



 ok, but i can change that?

  2007/2/13, Jean-Paul van de Plasse  [EMAIL PROTECTED]:

 Sorry I should have said qmail works by design..

 It is not a checkuser thing..

  - Original Message -

 *From:* Jean-Paul van de Plasse [EMAIL PROTECTED]

 *To:* qmailtoaster-list@qmailtoaster.com

 *Sent:* Tuesday, February 13, 2007 2:58 PM

 *Subject:* Re: [qmailtoaster] Problem with mail adress incorrect



 Hi,



 That is how checkuser works by design..



 JP



  - Original Message -

 *From:* Claudio Mundin [EMAIL PROTECTED]

 *To:* qmailtoaster-list@qmailtoaster.com

 *Sent:* Tuesday, February 13, 2007 2:46 PM

 *Subject:* [qmailtoaster] Problem with mail adress incorrect



 Good Morning ,

 When i send a mail with differens rcpt address and some of those
 directions is incorrect (for example [EMAIL PROTECTED], the domain is
 bad), the mail is not send to any of the mail address, even to that if they
 are correct, and in the log of  smtp, /var/log/qmail/smtp/current i have:


 @400045d1be102ee21d04 CHKUSER rejected rcpt: from [EMAIL PROTECTED]:
 [EMAIL PROTECTED]: remote VirginiaAntiv:unknown:200.40.82.218 rcpt [EMAIL 
PROTECTED]
 : *invalid rcpt MX domain*
 @400045d1be113072272c tcpserver: end 9294 status 0
 @400045d1be1130724a54 tcpserver: status: 1/100

 for th incorrect address appear *invalid rcpt MX domain,  *that is
 correct because gmail.com.uy is incorrect, but I do not understand why
 does not send the mail to the mail address  that are well .


 Any idea?

 THANK









Re: [qmailtoaster] Problem with mail adress incorrect

2007-02-13 Thread Claudio Mundin

Fisrt: with outlook express in the error messages indicate what is the bad
address.
Second: my problem is not indicate what address is bad, my problem is:  if
the mail that a iI wnat send have a  bad rcpt address, this is not send to
any other rcpt address (without mattering that they are correct).

2007/2/13, Eric Shubes [EMAIL PROTECTED]:


This is indeed the way the toaster works.

The message returned to the client does not indicate which address is bad,
so the user has no idea which address is causing the problem. That could
be
improved by including the offending address in the error message that is
returned to the client.

I've created a feature request on http://devel.qmailtoater.com/flyspray/,
and posted a message on the chkuser list to see if this can be changed.

I'm not certain that sending to the valid addresses and not sending to the
invalid one(s) is a good solution. I think that would create some
confusion
for the user as to which addresses were sent and which were not. I'm
thinking that all or nothing is a good way for it to behave.

Claudio Mundin wrote:
 I ask you because in other server that i have with older version of
 qmail this don happend.
 I will try to find a solution, because to my when i try to send a mail
 with most rcpt address, this mail that to be sent to the correct
 directions and no, not to be sent to any.

 Thnk's for your help

 2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 No, at least not without changing the source code.
 Or I must be wrong here.

 JP


 - Original Message -
 *From:* Claudio Mundin mailto:[EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Tuesday, February 13, 2007 3:04 PM
 *Subject:* Re: [qmailtoaster] Problem with mail adress incorrect

 ok, but i can change that?


 2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 Sorry I should have said qmail works by design..
 It is not a checkuser thing..

 - Original Message -
 *From:* Jean-Paul van de Plasse
 mailto:[EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Tuesday, February 13, 2007 2:58 PM
 *Subject:* Re: [qmailtoaster] Problem with mail adress
 incorrect

 Hi,

 That is how checkuser works by design..

 JP


 - Original Message -
 *From:* Claudio Mundin mailto:[EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Tuesday, February 13, 2007 2:46 PM
 *Subject:* [qmailtoaster] Problem with mail adress
 incorrect

 Good Morning ,

 When i send a mail with differens rcpt address and
 some of those directions is incorrect (for example
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED],
 the domain is bad), the mail is not send to any of
 the mail address, even to that if they are correct,
 and in the log of  smtp, /var/log/qmail/smtp/current
 i have:


 @400045d1be102ee21d04 CHKUSER rejected rcpt:
 from [EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
 VirginiaAntiv:unknown:200.40.82.218
 http://200.40.82.218/ rcpt  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] : invalid rcpt MX
domain
 @400045d1be113072272c tcpserver: end 9294 status
0
 @400045d1be1130724a54 tcpserver: status: 1/100

 for th incorrect address appear invalid rcpt MX
 domain,  that is correct because gmail.com.uy
 http://gmail.com.uy/ is incorrect, but I do not
 understand why does not send the mail to the mail
 address  that are well .


 Any idea?

 THANK





--
-Eric 'shubes'

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




Re: [qmailtoaster] Problem with mail adress incorrect

2007-02-13 Thread Claudio Mundin

I repeat my problem is not show a message. My problem is that the mail is
not send to any address when in the mail are bad rcpt address.

2007/2/13, Warren (mailing lists) [EMAIL PROTECTED]:


Eric,

I heartily agree.  Sending to the valid addresses would be a BAD idea.
An email has to go or not go.  To have it partially go would break
compatibility with just about every SMTP server out there and would
create havoc with email clients.

A better error message showing the bad address is a great idea.

W

Eric Shubes wrote:
 This is indeed the way the toaster works.

 The message returned to the client does not indicate which address is
bad,
 so the user has no idea which address is causing the problem. That could
be
 improved by including the offending address in the error message that is
 returned to the client.

 I've created a feature request on http://devel.qmailtoater.com/flyspray/
,
 and posted a message on the chkuser list to see if this can be changed.

 I'm not certain that sending to the valid addresses and not sending to
the
 invalid one(s) is a good solution. I think that would create some
confusion
 for the user as to which addresses were sent and which were not. I'm
 thinking that all or nothing is a good way for it to behave.

 Claudio Mundin wrote:
 I ask you because in other server that i have with older version of
 qmail this don happend.
 I will try to find a solution, because to my when i try to send a mail
 with most rcpt address, this mail that to be sent to the correct
 directions and no, not to be sent to any.

 Thnk's for your help

 2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 No, at least not without changing the source code.
 Or I must be wrong here.

 JP


 - Original Message -
 *From:* Claudio Mundin mailto:[EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Tuesday, February 13, 2007 3:04 PM
 *Subject:* Re: [qmailtoaster] Problem with mail adress
incorrect

 ok, but i can change that?


 2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 Sorry I should have said qmail works by design..
 It is not a checkuser thing..

 - Original Message -
 *From:* Jean-Paul van de Plasse
 mailto:[EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Tuesday, February 13, 2007 2:58 PM
 *Subject:* Re: [qmailtoaster] Problem with mail adress
 incorrect

 Hi,

 That is how checkuser works by design..

 JP


 - Original Message -
 *From:* Claudio Mundin mailto:[EMAIL PROTECTED]
 *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
 *Sent:* Tuesday, February 13, 2007 2:46 PM
 *Subject:* [qmailtoaster] Problem with mail adress
 incorrect

 Good Morning ,

 When i send a mail with differens rcpt address and
 some of those directions is incorrect (for example
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED],
 the domain is bad), the mail is not send to any of
 the mail address, even to that if they are correct,
 and in the log of  smtp,
/var/log/qmail/smtp/current
 i have:


 @400045d1be102ee21d04 CHKUSER rejected rcpt:
 from [EMAIL PROTECTED]:[EMAIL PROTECTED]: remote
 VirginiaAntiv:unknown:200.40.82.218
 http://200.40.82.218/ rcpt  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] : invalid rcpt MX
domain
 @400045d1be113072272c tcpserver: end 9294
status 0
 @400045d1be1130724a54 tcpserver: status: 1/100

 for th incorrect address appear invalid rcpt MX
 domain,  that is correct because gmail.com.uy
 http://gmail.com.uy/ is incorrect, but I do not
 understand why does not send the mail to the mail
 address  that are well .


 Any idea?

 THANK







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




Re: [qmailtoaster] Problem with mail adress incorrect

2007-02-13 Thread Claudio Mundin

But for example if i send the next mail:

FROM: [EMAIL PROTECTED]
to: [EMAIL PROTECTED];[EMAIL PROTECTED]
Subject test


(1) In this example in my server the mail is not send to
[EMAIL PROTECTED] is not send to
[EMAIL PROTECTED] The bad address is [EMAIL PROTECTED]

(2) But if I use my count of gmail, anda I try send the message, the mail is
send to [EMAIL PROTECTED], and for the address [EMAIL PROTECTED] I recive a
mail that say  that this address is incorrrect.

I want to my server work how i say in (2)



2007/2/13, Warren (mailing lists) [EMAIL PROTECTED]:


Claudio,

That is not a problem.  That is the proper way for an SMTP server to
function.

W

Claudio Mundin wrote:
 I repeat my problem is not show a message. My problem is that the mail
 is not send to any address when in the mail are bad rcpt address.

 2007/2/13, Warren (mailing lists)  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 Eric,

 I heartily agree.  Sending to the valid addresses would be a BAD
idea.
 An email has to go or not go.  To have it partially go would break
 compatibility with just about every SMTP server out there and would
 create havoc with email clients.

 A better error message showing the bad address is a great idea.

 W

 Eric Shubes wrote:
   This is indeed the way the toaster works.
  
   The message returned to the client does not indicate which
 address is bad,
   so the user has no idea which address is causing the problem.
 That could be
   improved by including the offending address in the error message
 that is
   returned to the client.
  
   I've created a feature request on
 http://devel.qmailtoater.com/flyspray/
 http://devel.qmailtoater.com/flyspray/,
   and posted a message on the chkuser list to see if this can be
 changed.
  
   I'm not certain that sending to the valid addresses and not
 sending to the
   invalid one(s) is a good solution. I think that would create some
 confusion
   for the user as to which addresses were sent and which were not.
I'm
   thinking that all or nothing is a good way for it to behave.
  
   Claudio Mundin wrote:
   I ask you because in other server that i have with older version
of
   qmail this don happend.
   I will try to find a solution, because to my when i try to send
 a mail
   with most rcpt address, this mail that to be sent to the correct
   directions and no, not to be sent to any.
  
   Thnk's for your help
  
   2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]:
  
   No, at least not without changing the source code.
   Or I must be wrong here.
  
   JP
  
  
   - Original Message -
   *From:* Claudio Mundin mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
   mailto:qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
   *Sent:* Tuesday, February 13, 2007 3:04 PM
   *Subject:* Re: [qmailtoaster] Problem with mail adress
 incorrect
  
   ok, but i can change that?
  
  
   2007/2/13, Jean-Paul van de Plasse [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
:
  
   Sorry I should have said qmail works by design..
   It is not a checkuser thing..
  
   - Original Message -
   *From:* Jean-Paul van de Plasse
   mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
   *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
   mailto:qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
   *Sent:* Tuesday, February 13, 2007 2:58 PM
   *Subject:* Re: [qmailtoaster] Problem with mail
 adress
   incorrect
  
   Hi,
  
   That is how checkuser works by design..
  
   JP
  
  
   - Original Message -
   *From:* Claudio Mundin mailto:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
   *To:* qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
   mailto: qmailtoaster-list@qmailtoaster.com
 mailto:qmailtoaster-list@qmailtoaster.com
   *Sent:* Tuesday, February 13, 2007 2:46 PM
   *Subject:* [qmailtoaster] Problem with mail
 adress