Re: [qmailtoaster] incoming mail delay, tcpserver status 256, delayed simscan logging, lost mail

2006-08-30 Thread George Sweetnam
451's  can be generated in different places
rblsmtpd -b will give 451 -B gives 553 (what I use because I don't want it 
confused with out of memory errors).

Oh, one side effect of using multiple rbls... make sure they are VERY 
reliable.  If they don't work your smtp session could be sitting on it and 
timing out -t 300 is 5 minutes (I use 20 seconds).  I've had users complain 
about our server being down in the past when it was actually an rbl which 
was not responding!  Just image a server with 3-5 pieces of mail a second 
getting a 5 minute timeout on an rbl... 18000 messages in the queue very 
quickly (about an hour).   Someday I might convert the big server to a 
toaster, but it's not rpm based and is still using vpasswd files (w /1500 
domains) which is a bigger project than I can spare the time for right now.

I'd also recommend checking the spamd logs and seeing if there are errors 
about needing more children or reaching the max setting.  When all else 
fails you can test from the command line sending mail and watch where it's 
failing easily.

George Sweetnam

- Original Message - 
From: "Eric "Shubes"" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, August 29, 2006 2:39 PM
Subject: Re: [qmailtoaster] incoming mail delay, tcpserver status 256, 
delayed simscan logging, lost mail


Eric "Shubes" wrote:
> I haven't otherwise noticed missing email (except with lists that don't
> consider domainkeys). This one is confirmed not spam, and the sending
> server repeats every 15 minutes like clockwork. Do you suppose I should
> turn recordio on for a spell?
>
> I don't think the failure is in SURBL, because it appears that smtp is
> failing very shortly after handing off to SA. Besides which, simscan
> reports the message as clean.
>
> I'm not sure about Nate's problem either, but it could be related. Is
> nate getting tcpserver end  status 256?

Ok, here's the log with recordio running:
2006-08-29 11:35:39.716219500 17585 < http://pobox.com/~djb/docs/smtplf.html.^M
2006-08-29 11:35:39.718514500 17585 > [EOF]
2006-08-29 11:35:39.719922500 tcpserver: end 17585 status 256
2006-08-29 11:35:39.720051500 tcpserver: status: 1/100
2006-08-29 11:35:42.999573500 simscan:[1]:CLEAN
(0.60/12.00):3.4350s:Long-Term Care Insurance:66.150.173.104::
2006-08-29 11:36:34.725007500 tcpserver: status: 0/100

In the words of Chief Inspector Clouseau, "Ah yes, the old smtplf ploy". ;)

Looks as if the incoming email is malformed. My question then becomes, if
smtp is sending a temporary failure (451) message to the sender, then why is
simscan processing it?

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] invalid sender address format

2006-08-30 Thread George Sweetnam
Have them send you a test email and look at the header.  It's likely the 
sender has their emailaddress bufar'd.  You can test yourself by setting up 
a test email box on that domain or another and sending yourself a message 
from offnetwork (it's what I do).

George.

- Original Message - 
From: "Eric "Shubes"" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, August 30, 2006 5:20 PM
Subject: Re: [qmailtoaster] invalid sender address format


[EMAIL PROTECTED] wrote:
>> [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] wrote:
> Hello,
>
> I am running qmail toaster for a company i work for and am running
> into
> the following random problem.
>
> ./smtp/@400044ef7dda2ab1dcec.s:@400044ef35420e6d36e4 CHKUSER
> rejected sender: from <[EMAIL PROTECTED]@domain.com::> remote
>  :
> invalid
> sender address format
>
>
> any ideas to why this might happen? Ive taken note that for some
> reason
> qmail attaches the domain twice in this output from my smtp log file.
>
>
 Qmail doesn't attach the domain twice, it's the sender who is doing
 that.
 That's why it's an invalid format - two '@' characters.

 I'm guessing that the sender has '[EMAIL PROTECTED]' in their account
 name,
 where they should only have 'sender'.

 --
 -Eric 'shubes'

>>> So does this mean that the send would be representing thmeselves as
>>>  John Doe <[EMAIL PROTECTED]>
>> I don't know what you mean.
>>
>>> or is there a way to make chkusr accept it anyways?
>> There is, but I don't think you want to go there.
>>
>>> every since i upgraded i have had problems with this.
>> I don't think it's a problem. Do you know who this particular email is
>> coming from? If so, please elaborate. If not, let it go.
>>
>>> andy
>>>
>> --
>> -Eric 'shubes'
>>
>> -
>>  QmailToaster hosted by: VR Hosted 
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> The email is comming from frontiernet.net  It is someone trying to reply
> to an email a customer of ours sent from the domain
> galesburganimalhospital.com which we host email for the customer
>
>
> andy
>

Ok. It's still my guess that the client software (sender's host) sending via
  frontiernet.net is configured improperly. Can the person who's sending it
verify their configuration with frontiernet.net? Can you help them somehow?

I just don't see how it could be a toaster problem. The toaster is doing
what it's supposed to do.

-- 
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Restoring mailing lists.

2006-08-30 Thread George Sweetnam
This reminds me... I moved servers once and had to manually move the address 
books from squirrelmail.  We may want to add it to the backup & restore 
scripts (I haven't checked them in a long time actually).

George
- Original Message - 
From: "Jake Vickers" <[EMAIL PROTECTED]>
To: 
Sent: Monday, August 28, 2006 2:44 PM
Subject: Re: [qmailtoaster] Restoring mailing lists.


Kaven Gagnon wrote:
> Hi, last week, I migrate my old server to a new one and now, the only 
> thing
> that doesn't work is mailing lists.  No mailing lists are displayed on
> qmailadmin and it said user unknown if I tried to send a mail to list. 
> But
> the mailing list directory exist in /home/vpopmail/domain/"domain"/"list".
> I checked for file/folder permissions and everything seems to be all 
> right.
>
> Any ideas?
>
 From the old server to the new, did the users change? Weren't you the
one that had to run qmailnewu?

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Error while trying to authenticate - Erik/Jake?

2006-08-30 Thread aledr
No, there's no tmpwatch package for SuSE (neither any other that provides /usr/sbin/tmpwatch) I found a tmpwatch 1.1.705 for SuSE 9.X, but I will never use It inside SLES 10.I will consider to use a version from RedHat... I'll think about it...
Regards...2006/8/31, Eric Shubes <[EMAIL PROTECTED]>:
Eric "Shubes" wrote:> aledr wrote:>> 2006/8/30, Eric Shubes <[EMAIL PROTECTED] [EMAIL PROTECTED]>>:>>
>> aledr wrote:>>  > 2006/8/30, Eric Shubes <[EMAIL PROTECTED] [EMAIL PROTECTED]>>> [EMAIL PROTECTED] [EMAIL PROTECTED]>>>:>>  >>>  > aledr wrote:>>  >  > Do you need any other feedback?
>>  >  >>>  >  > Let me ask another question:>>  >  > I wasn't able to find tmpwatch for SuSE Linux Enterprise>> 10, so, some>>  >  > cronjobs returns errors while trying to execute the
>> comand...>>  > what can I do? I think you'll find it here: 
http://www.novell.com/products/linuxpackages/server10/i386/apparmor-profiles.html>> >> (Google is your friend!)>> Here is the content of the file: ## START OF FILE ## # $Id: etc.cron.daily.tmpwatch
 12 2006-04-12 21:35:41Z steve-beattie $>> # -->> #>> #Copyright (C) 2002-2005 Novell/SUSE>> #>> #This program is free software; you can redistribute it and/or
>> #modify it under the terms of version 2 of the GNU General Public>> #License published by the Free Software Foundation.>> #>> # --
 #include  /etc/cron.daily/tmpwatch {>>   #include >>   /etc/cron.daily/tmpwatch  r,>>   /tmp  r,
>>   /tmp/**   rwl,>>   /usr/sbin/tmpwatchmixr,>>   /var/cache/man*   r,>>   /var/cache/man*/**r,>>   /var/tmp  r,
>>   /var/tmp/**   rwl,>> } ## END OF FILE ## What do you think? I dunno. Here's the /etc/cron.daily.tmpwatch from CentOS:
>> /usr/sbin/tmpwatch -x /tmp/.X11-unix -x /tmp/.XIM-unix -x> /tmp/.font-unix-x /tmp/.ICE-unix -x /tmp/.Test-unix 240 /tmp> /usr/sbin/tmpwatch 720 /var/tmp> for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
> if [ -d "$d" ]; then> /usr/sbin/tmpwatch -f 720 $d> fi> done>> You'll need to find the tmpwatch program either way. You have no> /usr/sbin/tmpwatch? It's gotta be in a package somewhere. It's been part
> of SuSE for ages. It's its own package (tmpwatch-2.9.1-1, or> tmpwatch-2.9.1.1.???.rpm). I'm just now burning my first OpenSuSE 10.1,> so I'm not much help.>I meant to say it's its own package *on CentOS*. Dunno about Suse.
---Eric 'shubes'- QmailToaster hosted by: VR Hosted -
To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: 
[EMAIL PROTECTED]-- [ ]'sAledr - Alexandre"OpenSource Solutions for SmallBusiness Problems"


Re: [qmailtoaster] Error while trying to authenticate

2006-08-30 Thread aledr
Hi Nolan... Did you tried to log in trough Thunderbird or Outlook? At the same time that the webmail shows me the error when authenticating, I can log in through e-mail clients and vqadmin. It's strange for me...I think that's the cause of why the users never call me asking about the error...
2006/8/30, Nolan Garrett <[EMAIL PROTECTED]>:
Added the wait_timeout string as stated, problem still occured within 24 hours.  Also increased my logging settings, noticed that the MySQL logs now include this:
 
060830 16:09:53 [Warning] Aborted connection 3014 to db: 'vpopmail' user: 'vpopmail' host: 'localhost' (Got an error reading communication packets) 
As usual, restarting the qmail service fixed the problem, temporarily.
 
Nolan 
On 8/29/06, Erik Espinoza <[EMAIL PROTECTED]
> wrote:
Try adding "wait_timeout = 432000" under [mysqld] in my.cnfErik



Regards!-- [ ]'sAledr - Alexandre"OpenSource Solutions for SmallBusiness Problems"


Re: [qmailtoaster] Error while trying to authenticate - Erik/Jake?

2006-08-30 Thread Eric \"Shubes\"

Eric "Shubes" wrote:

aledr wrote:

2006/8/30, Eric Shubes <[EMAIL PROTECTED] >:

aledr wrote:
 > 2006/8/30, Eric Shubes <[EMAIL PROTECTED] 
>>:
 >
 > aledr wrote:
 >  > Do you need any other feedback?
 >  >
 >  > Let me ask another question:
 >  > I wasn't able to find tmpwatch for SuSE Linux Enterprise
10, so, some
 >  > cronjobs returns errors while trying to execute the 
comand...

 > what can I do?

I think you'll find it here:

http://www.novell.com/products/linuxpackages/server10/i386/apparmor-profiles.html 


 



(Google is your friend!)


Here is the content of the file:

## START OF FILE ##

# $Id: etc.cron.daily.tmpwatch 12 2006-04-12 21:35:41Z steve-beattie $
# --
#
#Copyright (C) 2002-2005 Novell/SUSE
#
#This program is free software; you can redistribute it and/or
#modify it under the terms of version 2 of the GNU General Public
#License published by the Free Software Foundation.
#
# --

#include 

/etc/cron.daily/tmpwatch {
  #include 
  /etc/cron.daily/tmpwatch  r,
  /tmp  r,
  /tmp/**   rwl,
  /usr/sbin/tmpwatchmixr,
  /var/cache/man*   r,
  /var/cache/man*/**r,
  /var/tmp  r,
  /var/tmp/**   rwl,
}

## END OF FILE ##

What do you think?



I dunno. Here's the /etc/cron.daily.tmpwatch from CentOS:

/usr/sbin/tmpwatch -x /tmp/.X11-unix -x /tmp/.XIM-unix -x 
/tmp/.font-unix-x /tmp/.ICE-unix -x /tmp/.Test-unix 240 /tmp

/usr/sbin/tmpwatch 720 /var/tmp
for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
if [ -d "$d" ]; then
/usr/sbin/tmpwatch -f 720 $d
fi
done

You'll need to find the tmpwatch program either way. You have no 
/usr/sbin/tmpwatch? It's gotta be in a package somewhere. It's been part 
of SuSE for ages. It's its own package (tmpwatch-2.9.1-1, or 
tmpwatch-2.9.1.1.???.rpm). I'm just now burning my first OpenSuSE 10.1, 
so I'm not much help.



I meant to say it's its own package *on CentOS*. Dunno about Suse.

--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Error while trying to authenticate - Erik/Jake?

2006-08-30 Thread Eric \"Shubes\"

aledr wrote:

2006/8/30, Eric Shubes <[EMAIL PROTECTED] >:

aledr wrote:
 > 2006/8/30, Eric Shubes <[EMAIL PROTECTED] 
>>:
 >
 > aledr wrote:
 >  > Do you need any other feedback?
 >  >
 >  > Let me ask another question:
 >  > I wasn't able to find tmpwatch for SuSE Linux Enterprise
10, so, some
 >  > cronjobs returns errors while trying to execute the comand...
 > what can I do?

I think you'll find it here:

http://www.novell.com/products/linuxpackages/server10/i386/apparmor-profiles.html



(Google is your friend!)


Here is the content of the file:

## START OF FILE ##

# $Id: etc.cron.daily.tmpwatch 12 2006-04-12 21:35:41Z steve-beattie $
# --
#
#Copyright (C) 2002-2005 Novell/SUSE
#
#This program is free software; you can redistribute it and/or
#modify it under the terms of version 2 of the GNU General Public
#License published by the Free Software Foundation.
#
# --

#include 

/etc/cron.daily/tmpwatch {
  #include 
  /etc/cron.daily/tmpwatch  r,
  /tmp  r,
  /tmp/**   rwl,
  /usr/sbin/tmpwatchmixr,
  /var/cache/man*   r,
  /var/cache/man*/**r,
  /var/tmp  r,
  /var/tmp/**   rwl,
}

## END OF FILE ##

What do you think?



I dunno. Here's the /etc/cron.daily.tmpwatch from CentOS:

/usr/sbin/tmpwatch -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix 
   -x /tmp/.ICE-unix -x /tmp/.Test-unix 240 /tmp

/usr/sbin/tmpwatch 720 /var/tmp
for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
if [ -d "$d" ]; then
/usr/sbin/tmpwatch -f 720 $d
fi
done

You'll need to find the tmpwatch program either way. You have no 
/usr/sbin/tmpwatch? It's gotta be in a package somewhere. It's been part of 
SuSE for ages. It's its own package (tmpwatch-2.9.1-1, or 
tmpwatch-2.9.1.1.???.rpm). I'm just now burning my first OpenSuSE 10.1, so 
I'm not much help.


--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] QT-Plus package

2006-08-30 Thread Eric \"Shubes\"

Chris Marcellin wrote:

my bad, i'm sorry

Jake Vickers wrote:

jeremy wrote:
Jake and I are putting together a QT-Plus package (in very 
early development). It would have been nice to include it.


 
nice! i offer myself as a beta tester!
 
jeremy
 

Thanks for the offer. I will have a rough copy done some time tomorrow 
for the 0.1 release. I'll send an email to you, Eric, and Erik with a 
link to the package to try.

I'm shooting for a real 0.1 release date of September 7th.
Figured since the cat was out of the bag we'd better come out with a 
release date 


No problem, Chris. You may have just helped move up the release date! :)

--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Error while trying to authenticate - Erik/Jake?

2006-08-30 Thread aledr
2006/8/30, Eric Shubes <[EMAIL PROTECTED]>:
aledr wrote:> 2006/8/30, Eric Shubes <[EMAIL PROTECTED] [EMAIL PROTECTED]>>:>> aledr wrote:>  > Do you need any other feedback?
>  >>  > Let me ask another question:>  > I wasn't able to find tmpwatch for SuSE Linux Enterprise 10, so, some>  > cronjobs returns errors while trying to execute the comand...
> what can I do?I think you'll find it here:http://www.novell.com/products/linuxpackages/server10/i386/apparmor-profiles.html
(Google is your friend!)Here is the content of the file:## START OF FILE ### $Id: etc.cron.daily.tmpwatch 12 2006-04-12 21:35:41Z steve-beattie $# --
##    Copyright (C) 2002-2005 Novell/SUSE##    This program is free software; you can redistribute it and/or#    modify it under the terms of version 2 of the GNU General Public#    License published by the Free Software Foundation.
## --#include /etc/cron.daily/tmpwatch {  #include   /etc/cron.daily/tmpwatch  r,
  /tmp  r,  /tmp/**   rwl,  /usr/sbin/tmpwatch    mixr,  /var/cache/man*   r,  /var/cache/man*/**    r,  /var/tmp  r,  /var/tmp/**   rwl,
}## END OF FILE ##What do you think?-- [ ]'sAledr - Alexandre"OpenSource Solutions for SmallBusiness Problems"


Re: [qmailtoaster] QT-Plus package

2006-08-30 Thread Chris Marcellin




my bad, i'm sorry

Jake Vickers wrote:

  
jeremy wrote:
  



Jake
and I are putting together a QT-Plus package (in very early
development). It would have been nice to include it.

 
nice!
i offer myself as a beta tester!
 
jeremy
 


  
Thanks for the offer. I will have a rough copy done some time tomorrow
for the 0.1 release. I'll send an email to you, Eric, and Erik with a
link to the package to try.
I'm shooting for a real 0.1 release date of September 7th.
Figured since the cat was out of the bag we'd better come out with a
release date 




-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] This list, on Gmane

2006-08-30 Thread Nolan Garrett
Is there a particular reason this list is not listed on news.gmane.org? 
I find that much, much easier to read than I do email messages.  I don't
mind subscribing this list, if no one minds.

Thanks!

Nolan

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] QT-Plus package

2006-08-30 Thread Jake Vickers




jeremy wrote:

  
  
  
  Jake
and I are putting together a QT-Plus package (in very early
development). It would have been nice to include it.
  
   
  nice!
i offer myself as a beta tester!
   
  jeremy
   
  
  

Thanks for the offer. I will have a rough copy done some time tomorrow
for the 0.1 release. I'll send an email to you, Eric, and Erik with a
link to the package to try.
I'm shooting for a real 0.1 release date of September 7th.
Figured since the cat was out of the bag we'd better come out with a
release date 




Re: [qmailtoaster] Error while trying to authenticate - Erik/Jake?

2006-08-30 Thread Eric \"Shubes\"

aledr wrote:

2006/8/30, Eric Shubes <[EMAIL PROTECTED] >:

aledr wrote:
 > Do you need any other feedback?
 >
 > Let me ask another question:
 > I wasn't able to find tmpwatch for SuSE Linux Enterprise 10, so, some
 > cronjobs returns errors while trying to execute the comand...
what can I do?


I think you'll find it here:
http://www.novell.com/products/linuxpackages/server10/i386/apparmor-profiles.html

(Google is your friend!)


If you just want to get rid of the errors, create /usr/sbin/tmpwatch
file as
executable:
#!/bin/sh
exit 0



No there is not It.. I want to know if that is any other package that 
could do the same function as tmpwatch, once that tmpwatch is not 
available in any SuSE version.


Regards...
--
[ ]'s
Aledr - Alexandre
"OpenSource Solutions for SmallBusiness Problems"




--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Error while trying to authenticate - Erik/Jake?

2006-08-30 Thread aledr
2006/8/30, Eric Shubes <[EMAIL PROTECTED]>:
aledr wrote:> Do you need any other feedback?>> Let me ask another question:> I wasn't able to find tmpwatch for SuSE Linux Enterprise 10, so, some> cronjobs returns errors while trying to execute the comand... what can I do?
If you just want to get rid of the errors, create /usr/sbin/tmpwatch file asexecutable:#!/bin/shexit 0> Freshclam:>> SCRIPT: freshclam exited with RETURNCODE = 127.> SCRIPT: output (stdout && stderr) follows
>> /etc/cron.daily/freshclam: line 5: /usr/sbin/tmpwatch: No such file or> directory> SCRIPT: freshclam>> Squirrelmail:>> SCRIPT: squirrelmail.cron exited with RETURNCODE = 127.
> SCRIPT: output (stdout && stderr) follows>> /etc/cron.daily/squirrelmail> .cron: line 6: /usr/sbin/tmpwatch: No such file or directory> SCRIPT: squirrelmail.cron>>
> Thanks for all...>> 2006/8/29, aledr <[EMAIL PROTECTED]> [EMAIL PROTECTED]
>>:>> The message I got running "mysqld --log-warnings" is:>> 060829 21:19:59 [Warning] Aborted connection 2 to db: 'vpopmail'> user: 'vpopmail' host: 'localhost' (Got an error reading
> communication packets)>> Regars after all...>> --> [ ]'s> Aledr - Alexandre> "OpenSource Solutions for SmallBusiness Problems"---Eric 'shubes'
- QmailToaster hosted by: VR Hosted -
To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: 
[EMAIL PROTECTED]No there is not It.. I want to know if that is any other package that could do the same function as tmpwatch, once that tmpwatch is not available in any SuSE version.
Regards...-- [ ]'sAledr - Alexandre"OpenSource Solutions for SmallBusiness Problems"


Re: [qmailtoaster] Error while trying to authenticate - Erik/Jake?

2006-08-30 Thread Eric \"Shubes\"

aledr wrote:

Do you need any other feedback?

Let me ask another question:
I wasn't able to find tmpwatch for SuSE Linux Enterprise 10, so, some 
cronjobs returns errors while trying to execute the comand... what can I do?


If you just want to get rid of the errors, create /usr/sbin/tmpwatch file as 
executable:

#!/bin/sh
exit 0


Freshclam:

SCRIPT: freshclam exited with RETURNCODE = 127.
SCRIPT: output (stdout && stderr) follows

/etc/cron.daily/freshclam: line 5: /usr/sbin/tmpwatch: No such file or 
directory

SCRIPT: freshclam

Squirrelmail:

SCRIPT: squirrelmail.cron exited with RETURNCODE = 127.
SCRIPT: output (stdout && stderr) follows

/etc/cron.daily/squirrelmail
.cron: line 6: /usr/sbin/tmpwatch: No such file or directory
SCRIPT: squirrelmail.cron


Thanks for all...

2006/8/29, aledr <[EMAIL PROTECTED] 
>:


The message I got running "mysqld --log-warnings" is:

060829 21:19:59 [Warning] Aborted connection 2 to db: 'vpopmail'
user: 'vpopmail' host: 'localhost' (Got an error reading
communication packets)

Regars after all...

--
[ ]'s
Aledr - Alexandre
"OpenSource Solutions for SmallBusiness Problems"



--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Error while trying to authenticate

2006-08-30 Thread Nolan Garrett
Added the wait_timeout string as stated, problem still occured within 24 hours.  Also increased my logging settings, noticed that the MySQL logs now include this:
 
060830 16:09:53 [Warning] Aborted connection 3014 to db: 'vpopmail' user: 'vpopmail' host: 'localhost' (Got an error reading communication packets) 
As usual, restarting the qmail service fixed the problem, temporarily.
 
Nolan 
On 8/29/06, Erik Espinoza <[EMAIL PROTECTED]> wrote:
Try adding "wait_timeout = 432000" under [mysqld] in my.cnfErik



Re: [qmailtoaster] Error while trying to authenticate - Erik/Jake?

2006-08-30 Thread aledr
Do you need any other feedback?Let me ask another question:I wasn't able to find tmpwatch for SuSE Linux Enterprise 10, so, some cronjobs returns errors while trying to execute the comand... what can I do?
Freshclam:SCRIPT: freshclam exited with RETURNCODE = 127.SCRIPT: output (stdout 
&& stderr) follows/etc/cron.daily/freshclam: line 5: 
/usr/sbin/tmpwatch: No such file or directorySCRIPT: freshclamSquirrelmail:SCRIPT: squirrelmail.cron exited with RETURNCODE = 127.SCRIPT: output 
(stdout && stderr) 
follows/etc/cron.daily/squirrelmail.cron: line 6: 
/usr/sbin/tmpwatch: No such file or directorySCRIPT: squirrelmail.cronThanks for all...2006/8/29, aledr <[EMAIL PROTECTED]
>:The message I got running "mysqld --log-warnings" is:
060829 21:19:59 [Warning] Aborted connection 2 to db: 'vpopmail' user: 'vpopmail' host: 'localhost' (Got an error reading communication packets)
Regars after all...-- [ ]'sAledr - Alexandre"OpenSource Solutions for SmallBusiness Problems"


Re: [qmailtoaster] Mailinglist - Add users from excel thru mysql admin

2006-08-30 Thread Eric \"Shubes\"

Ole J wrote:

Ole J wrote:


Hello,

What table do i need to edit/import/export to, want to update the 
mailing list i have on the QT,


Thanks in advance.

Ole J


Nevermind, i remember it now,



Would you like to share for posterity?
Better yet, add a Q&A to the wiki faqs!

--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] QT-Plus package

2006-08-30 Thread jeremy



Jake and I are putting together a QT-Plus package (in very 
early development). It would have been nice to include it.

 
nice! i offer 
myself as a beta tester!
 
jeremy
 



Re: [qmailtoaster] SMTP-Auth

2006-08-30 Thread Chris Marcellin




Last night, Eric was kind
enough to help me with my smtp-auth problem, as it turns out, i had no
problem, lol, my friend who has been working in the IT field for about
15 years, couldn't figure out how to set up smtp-auth. Eric and I agree
that it would be a good idea that we share our emails that we sent back
and forth to each other last night, I'm going to try to keep them in
the same order as they were mailed.
message from Eric:
[EMAIL PROTECTED] ~]$ ping -c2 canus.org

PING canus.org (206.248.143.18) 56(84) bytes of data.

>From canus.org (206.248.139.43) icmp_seq=1 Destination Port Unreachable

>From canus.org (206.248.139.43) icmp_seq=2 Destination Port Unreachable


--- canus.org ping statistics ---

2 packets transmitted, 0 received, +2 errors, 100% packet loss, time
1000ms


[EMAIL PROTECTED] ~]$


Looks like a routing problem.

Look closely. Notice, the DNS resolves properly to 206.248.143.19.

The IP 206.248.143.19 gets translated to 206.248.139.43. I don't know
where/why this happens, but your 206.248.139.43 address, like the
message says, is Unreachable. Contact your ISP.


I replied:
ah yes, but, ping 206.248.143.19

that''ll work

or ping mail.canus.org


Eric replied:
Your server cannot be reached from the outside, so I didn't bother
trying anything. It would be pointless. If you can't ping it, you're
going nowhere (unless of course there's a firewall blocking the pings).


You can send ok because there is somehow appropriate routing set up for
your local network. Just because you can route out doesn't mean you can
route in.


Ask your ISP why, when someone on the outside pings 206.248.143.19, it
gets routed to 206.248.139.43. I think that answer might lead to the
fix.


and, I replied:
stupid question, i just pinged mail.canus.org from my local LAN of a
10.x.x.x network, and it doesn't resolve to 206.248.138.43. it just
keeps the 206.248.143.19 address. my router is a smoothwall router, and
i have the ports open for the mail server, but, some things are set
automatically such as the pinging, and unfortunately, i can't change
that, so, i was wondering, perhaps, it just won't allow pings to go
through, and everything else that i set it to, aka 25,110 etc...

i guess what i'm saying, is that perhaps it's my router that's doing
this, so, can you just give it a shot to see what happens, maybe just
for pings it's not working

and asked Eric if he would mind to try the smtp-auth

Eric replied:
It ain't going to fly. It's not (just) the ping that gets re-routed,
it's the 206.248.138.19 address being routed to 206.248.138.43. That's
why it's failing. Do you have any idea where 206.248.138.43 comes from?


and Eric again replied with some great news thanx Eric:
Chris,

Please accept my apology. I don't know how or why, but thunderbird is
working just fine.

I also checked out your webmail, and it's ok too. Skins look very nice.

--

Sorry about that. Yes, things are working find from here (except pings
of course!)


I use the IPCop firewall distro. It's somehow related to smoothwall,
but I don't recall the specifics. I highly recommend it. Web based
admin, all sorts of bells and whistles. Solid as a rock.


I replied:, I asked Eric if he would like to see my Webmail, i'm not
using squirrelmail, i'm using a theme, which is built from
squirrelmail, it's from www.voxthemes.com,  this is Eric's reply to
that:

Are these open source?


That last message I sent went from my server.

This time I'm configured for smtp on your box.


I replied:
can you send me some
screenshots of how you have thunderbird set up, or outlook
my friend couldn't get connected
and thanx Eric, I really appreciate it

I forgot that I was supposed to be testing your smtp.

I configured it, it asked for the pw, and out it went.

Yes it works!


yeah, i'll check out that firewall, does it
support 3 homed (ISP - LAN - DMZ)?
  


Yep. They call them red (outside), orange (dmz) and green (lan)
interfaces. They even have a blue for wireless. Pretty sweet.
Installation is a breeze. I have an old e-machines box I converted into
a (headless) firewall w/ IPCop. Works like a charm. It even has VPN
built in, along with the usual stuff (DHCP, hostnames, caching DNS, you
name it).


may i ask how you set it up, thunderbird that
is?, screen shots
  


I just set t-bird up with smtp.canus.org, port 25, user name [EMAIL PROTECTED].
You didn't forget to include the domain with the user name, did you?


I think the trick with outlook is to tell it to use authorization, or
signin or something like that. Note, I configured t-bird to use *no* secure connection. Not TLS if
available, not TLS, not SSL. Simply *no*
secure connection.


regarding Voxthemes:
Are these open source?
  

yes, they are, but at a cost, very low cost, i believe somewhere in the
neighborhood of 30 bucks,

i really like it


How can they be open source if there's a cost?


Jake and I are putting together a QT-Plus package (in very early
development). It would have been nice to in

Re: [qmailtoaster] Mailinglist - Add users from excel thru mysql admin

2006-08-30 Thread Ole J

Ole J wrote:


Hello,

What table do i need to edit/import/export to, want to update the 
mailing list i have on the QT,


Thanks in advance.

Ole J


Nevermind, i remember it now,



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] invalid sender address format

2006-08-30 Thread Eric \"Shubes\"

[EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] wrote:

Hello,

I am running qmail toaster for a company i work for and am running
into
the following random problem.

./smtp/@400044ef7dda2ab1dcec.s:@400044ef35420e6d36e4 CHKUSER
rejected sender: from <[EMAIL PROTECTED]@domain.com::> remote
 :
invalid
sender address format


any ideas to why this might happen? Ive taken note that for some
reason
qmail attaches the domain twice in this output from my smtp log file.



Qmail doesn't attach the domain twice, it's the sender who is doing
that.
That's why it's an invalid format - two '@' characters.

I'm guessing that the sender has '[EMAIL PROTECTED]' in their account
name,
where they should only have 'sender'.

--
-Eric 'shubes'


So does this mean that the send would be representing thmeselves as
 John Doe <[EMAIL PROTECTED]>

I don't know what you mean.


or is there a way to make chkusr accept it anyways?

There is, but I don't think you want to go there.


every since i upgraded i have had problems with this.

I don't think it's a problem. Do you know who this particular email is
coming from? If so, please elaborate. If not, let it go.


andy


--
-Eric 'shubes'

-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The email is comming from frontiernet.net  It is someone trying to reply
to an email a customer of ours sent from the domain
galesburganimalhospital.com which we host email for the customer


andy



Ok. It's still my guess that the client software (sender's host) sending via 
 frontiernet.net is configured improperly. Can the person who's sending it 
verify their configuration with frontiernet.net? Can you help them somehow?


I just don't see how it could be a toaster problem. The toaster is doing 
what it's supposed to do.


--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] Mailinglist - Add users from excel thru mysql admin

2006-08-30 Thread Ole J

Hello,

What table do i need to edit/import/export to, want to update the 
mailing list i have on the QT,


Thanks in advance.

Ole J

--
Please note that this message may contain confidential information. If you
have received this message by mistake, please inform the sender of the
mistake by sending a reply, then delete the message from your system without
making, distributing or retaining any copies of it.
Although we believe that the message and any attachments are free from
viruses and other errors that might affect the computer or IT system where
it is received and read, the recipient opens the message at his or her own
risk. We assume no responsibility for any loss or damage arising from the
receipt or use of this message.



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] invalid sender address format

2006-08-30 Thread toaster
> [EMAIL PROTECTED] wrote:
>>> [EMAIL PROTECTED] wrote:
 Hello,

 I am running qmail toaster for a company i work for and am running
 into
 the following random problem.

 ./smtp/@400044ef7dda2ab1dcec.s:@400044ef35420e6d36e4 CHKUSER
 rejected sender: from <[EMAIL PROTECTED]@domain.com::> remote
  :
 invalid
 sender address format


 any ideas to why this might happen? Ive taken note that for some
 reason
 qmail attaches the domain twice in this output from my smtp log file.


>>> Qmail doesn't attach the domain twice, it's the sender who is doing
>>> that.
>>> That's why it's an invalid format - two '@' characters.
>>>
>>> I'm guessing that the sender has '[EMAIL PROTECTED]' in their account
>>> name,
>>> where they should only have 'sender'.
>>>
>>> --
>>> -Eric 'shubes'
>>>
>> So does this mean that the send would be representing thmeselves as
>>  John Doe <[EMAIL PROTECTED]>
>
> I don't know what you mean.
>
>> or is there a way to make chkusr accept it anyways?
>
> There is, but I don't think you want to go there.
>
>> every since i upgraded i have had problems with this.
>
> I don't think it's a problem. Do you know who this particular email is
> coming from? If so, please elaborate. If not, let it go.
>
>> andy
>>
>
> --
> -Eric 'shubes'
>
> -
>  QmailToaster hosted by: VR Hosted 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
The email is comming from frontiernet.net  It is someone trying to reply
to an email a customer of ours sent from the domain
galesburganimalhospital.com which we host email for the customer


andy


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] invalid sender address format

2006-08-30 Thread Eric \"Shubes\"

[EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] wrote:

Hello,

I am running qmail toaster for a company i work for and am running into
the following random problem.

./smtp/@400044ef7dda2ab1dcec.s:@400044ef35420e6d36e4 CHKUSER
rejected sender: from <[EMAIL PROTECTED]@domain.com::> remote
 :
invalid
sender address format


any ideas to why this might happen? Ive taken note that for some reason
qmail attaches the domain twice in this output from my smtp log file.



Qmail doesn't attach the domain twice, it's the sender who is doing that.
That's why it's an invalid format - two '@' characters.

I'm guessing that the sender has '[EMAIL PROTECTED]' in their account
name,
where they should only have 'sender'.

--
-Eric 'shubes'


So does this mean that the send would be representing thmeselves as
 John Doe <[EMAIL PROTECTED]>


I don't know what you mean.


or is there a way to make chkusr accept it anyways?


There is, but I don't think you want to go there.


every since i upgraded i have had problems with this.


I don't think it's a problem. Do you know who this particular email is 
coming from? If so, please elaborate. If not, let it go.



andy



--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] invalid sender address format

2006-08-30 Thread toaster
> [EMAIL PROTECTED] wrote:
>> Hello,
>>
>> I am running qmail toaster for a company i work for and am running into
>> the following random problem.
>>
>> ./smtp/@400044ef7dda2ab1dcec.s:@400044ef35420e6d36e4 CHKUSER
>> rejected sender: from <[EMAIL PROTECTED]@domain.com::> remote
>>  :
>> invalid
>> sender address format
>>
>>
>> any ideas to why this might happen? Ive taken note that for some reason
>> qmail attaches the domain twice in this output from my smtp log file.
>>
>>
>
> Qmail doesn't attach the domain twice, it's the sender who is doing that.
> That's why it's an invalid format - two '@' characters.
>
> I'm guessing that the sender has '[EMAIL PROTECTED]' in their account
> name,
> where they should only have 'sender'.
>
> --
> -Eric 'shubes'
>
> -
>  QmailToaster hosted by: VR Hosted 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
So does this mean that the send would be representing thmeselves as
 John Doe <[EMAIL PROTECTED]>

or is there a way to make chkusr accept it anyways?

every since i upgraded i have had problems with this.


andy


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster right for me?

2006-08-30 Thread Eric \"Shubes\"

Clint Troxel wrote:

I'm sure you get this question often -- but I couldn't locate answers
in any archives (link anyone?)

I just bought my first dedicated server (Fedora Core 5).  In addition
to hosting client sites on the server I want it to function as a mail
server.


I would have chosen CentOS4.3 for a server. Much more stable.


I don't know much about mail servers...
& I don't want to spend a lot of time with configuration but I want a
good, solid solution.


Yes, QmailToaster is a good, solid solution.


Can qmailtoaster function as a mail server for all of the virtual
hosts on my machine?  Sending and Recieving?  Is it what i'm looking
for?  Are there any other solutions I should check into?  xmail?


Yes, yes, yes, no, no.


Thanks in advance for your time / knowledge / links.


Check out http://wiki.qmailtoater.com


clint



Welcome aboard!

--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] qmailtoaster right for me?

2006-08-30 Thread Igor Smitran
- Original Message - 
From: "Clint Troxel" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, August 30, 2006 23:05
Subject: [qmailtoaster] qmailtoaster right for me?



I'm sure you get this question often -- but I couldn't locate answers
in any archives (link anyone?)

I just bought my first dedicated server (Fedora Core 5).  In addition
to hosting client sites on the server I want it to function as a mail
server.

I don't know much about mail servers...
& I don't want to spend a lot of time with configuration but I want a
good, solid solution.

Can qmailtoaster function as a mail server for all of the virtual
hosts on my machine?  Sending and Recieving?  Is it what i'm looking
for?  Are there any other solutions I should check into?  xmail?

Thanks in advance for your time / knowledge / links.
clint


Yes, qmailtoaster is complete solution for you, but you do need to configure 
it or pay someone to do that for you. There is no out of the box solution... 
or you can buy hosting service with cpanel and then configure your own mail 
server with few clicks 



-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] invalid sender address format

2006-08-30 Thread Eric \"Shubes\"

[EMAIL PROTECTED] wrote:

Hello,

I am running qmail toaster for a company i work for and am running into
the following random problem.

./smtp/@400044ef7dda2ab1dcec.s:@400044ef35420e6d36e4 CHKUSER
rejected sender: from <[EMAIL PROTECTED]@domain.com::> remote
 : invalid
sender address format


any ideas to why this might happen? Ive taken note that for some reason
qmail attaches the domain twice in this output from my smtp log file.




Qmail doesn't attach the domain twice, it's the sender who is doing that. 
That's why it's an invalid format - two '@' characters.


I'm guessing that the sender has '[EMAIL PROTECTED]' in their account name, 
where they should only have 'sender'.


--
-Eric 'shubes'

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] qmailtoaster right for me?

2006-08-30 Thread Clint Troxel

I'm sure you get this question often -- but I couldn't locate answers
in any archives (link anyone?)

I just bought my first dedicated server (Fedora Core 5).  In addition
to hosting client sites on the server I want it to function as a mail
server.

I don't know much about mail servers...
& I don't want to spend a lot of time with configuration but I want a
good, solid solution.

Can qmailtoaster function as a mail server for all of the virtual
hosts on my machine?  Sending and Recieving?  Is it what i'm looking
for?  Are there any other solutions I should check into?  xmail?

Thanks in advance for your time / knowledge / links.
clint

-
QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] invalid sender address format

2006-08-30 Thread toaster
Hello,

I am running qmail toaster for a company i work for and am running into
the following random problem.

./smtp/@400044ef7dda2ab1dcec.s:@400044ef35420e6d36e4 CHKUSER
rejected sender: from <[EMAIL PROTECTED]@domain.com::> remote
 : invalid
sender address format


any ideas to why this might happen? Ive taken note that for some reason
qmail attaches the domain twice in this output from my smtp log file.

Here is the list of qmail toaster packages i have installed

[EMAIL PROTECTED] qmail]# rpm -qa | grep toaster
daemontools-toaster-0.76-1.3.1
autorespond-toaster-2.0.4-1.3.1
isoqlog-toaster-2.1-1.3.1
libdomainkeys-toaster-0.68-1.3.1
ezmlm-cgi-toaster-0.53.324-1.3.1
spamassassin-toaster-3.1.3-1.3.1
courier-authlib-toaster-0.58-1.3.1
ezmlm-toaster-0.53.324-1.3.1
maildrop-toaster-2.0.2-1.3.1
squirrelmail-toaster-1.4.7-1.3.2
simscan-toaster-1.2-1.3.1
ucspi-tcp-toaster-0.88-1.3.1
qmail-pop3d-toaster-1.03-1.3.5
control-panel-toaster-0.5-1.3.1
qmailmrtg-toaster-4.2-1.3.1
vqadmin-toaster-2.3.4-1.3.1
ripmime-toaster-1.4.0.6-1.3.1
qmail-toaster-1.03-1.3.5
qmailadmin-toaster-1.2.9-1.3.1
clamav-toaster-0.88.3-1.3.2
courier-imap-toaster-4.1.1-1.3.2
maildrop-toaster-devel-2.0.2-1.3.1
vpopmail-toaster-5.4.13-1.3.2


Any help is greatly apprecated.

Thanks,

Andy Rowe



-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Particionado de disco

2006-08-30 Thread Ariel
Gracias guillemermo
la verdad es que me es dificil , enetender algunas cosas dl toaster y ensima l lista esta casi toda en ingles.
Te cuento que estoy pensando migrar un exchange a qmail, pero como siempre me aparecen varias dudas y `para colmo son cerca de 1000 buzones.
Si  no te molesta por ai  te hago alguna consulta , 
 
Gracias por tu aporte
Ariel Fernandez 
El día 29/08/06, Guillermo Villasana <[EMAIL PROTECTED]> escribió:
Ariel, el toaster en una configuración usa los folders /home/vpopmailpara guardar los correos nuevos y leídos de tus cuentas, y /var/qmail
para los archivos de encolado y otras cosas. Yo te recomendaría que lesasignaras un buen tamaño de espacio para estos dos particiones /home y /varDetermina cuanto espacio le vas a asignar a cada cuenta y eso te puede
dar una idea del tamaño mínimo de la partición /home (claro estoconsiderando que TODAS las cuentas de correo se llenaron) 1000*25M aprox25 GB obviamente tienes que considerar si crecera más o menos rápido.
Además en /var/lib/mysql se guarda la base de datos, que no te ocupamucho espacio, pero tambien es bueno que lo consdieres.SaludosTeriusAriel wrote:> Hola Lista>   Tengo un servidor P IV - de 3 GB y 1 GB de RAM
> Disco de 80 GB>> Como me recomiendan particionar al disco para un entorno de 1000 cuentas> pop y 30 dominios.>> Voy a Utilizar CentOS 4.3>> Gracias
-QmailToaster hosted by: VR Hosted -
To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: 
[EMAIL PROTECTED]