RE: [qmailtoaster] Invalid Email Address Error

2008-01-16 Thread Chris Bird
Thanks for that.

Well I know it's possible now. 

I have added numerous domains and email addresses to toaster without any
problems it's just this one im having a problem. I did try [EMAIL PROTECTED] as
a test and this worked.

So im sure there must be a setting somewhere that can be configured. Anyone
have any ideas where that might be?

Thanks for your help

Chris

-Original Message-
From: Andreas Galatis [mailto:[EMAIL PROTECTED] 
Sent: 15 January 2008 23:31
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Invalid Email Address Error

as you can see from my sender-address: It is possible to have a 2-
letter-long 
prefix. (Since years and on qmail). We have many clients with that type of 
addresses.

There must be another issue with your installation
andreas

Am Dienstag, 15. Januar 2008 17:00 schrieb Chris Bird:
> Hi,
>
>
>
> Im moving a customers domain from an old qmail server to qmailtoaster
> server, one of the email addresses is [EMAIL PROTECTED] but im getting an
error
> message from toaster admin saying "Attention! This error was detected:
> Please type a valid EMAIL ADDRESS."
>
>
>
> Can you have an email prefix that is only 2 letters long in toaster? Or is
> there a way to allow it? Problem is it's the Director of that companies
> email address and I know he'll throw all his toys out of his pram if he
has
> to change it!
>
>
>
> Thanks for your help!!
>
>
>
> Chris

-
 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]



[qmailtoaster] qmailtoaster-plus-0.2.14-1.3.19 is released

2008-01-16 Thread Jake Vickers

A new version of Qmailtoaster-Plus is out.  A couple bug fixes:

01/02/08 - Jake <[EMAIL PROTECTED]> - Changed qtp-clean-spam to sudo to vpopmail
- before learning spam. Also added /var/spool/authdaemon to the
 - branchlist in qtp-build-sandbox to fix a bug caused with CentOS 5.1


As always, the repo package, release notes, and latest version are 
always available on the main site (http://qtp.qmailtoaster.com)


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



Re: [qmailtoaster] can't send test message to myself

2008-01-16 Thread Ben Mills
Filtering on missing rDNS and rDNS that doesn't resolve to the hostname 
is one of the few spam-fighting tools available. Spamassassin and 
blacklists such as Spamhaus's bundled xbl help to some extent, but their 
abilities are limited.


Several years ago, AOL started filtering rDNS. If it didn't resolve, it 
rejected the connection. Since then virtually all the big ISPs and most 
of the smaller ISPs that have modern MTA software filter rDNS. My logs 
show that every single rejection based on rDNS is garbage mail--no 
collateral damage.


I do agree that most ISPs won't delegate rDNS. But if you're using a 
biz-class service, they'll gladly set the rDNS for you. Those who buy 
class C service do get it delegated.


Ben

Phil Leinhauser wrote:

I have found that filtering mail that doesn't have PTR (Reverse) is not a good 
idea.  Most service providers don't give you the delegation for the reverse so 
therefore you have to contact them to set it for you in their servers.  This is 
mostly because most people just don't understand DNS forwards enough and 
reverse can be a bit more tricky.  Just because you may have PTR records in 
your DNS server does not mean you have the delegation for that IP or range.  In 
otherwords, it will only be effective for users on your own network, the 
Internet itself will not know about it.

If you decide to block by no Rdns, you should expect problems getting mail from 
some of the medium to lower level legitimate post offices.  In fact, I would 
bet better than half of the Qmail users here don't have their Rdns setup 
correctly and would be blocked by no Rdns filters.

Phil


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



RE: [qmailtoaster] can't send test message to myself

2008-01-16 Thread Phil Leinhauser
Like anything else we do in this industry, the usual disclaimer or "Your
mileage may vary" always applies.  I've tried the rDNS blocking but it just
was too big of a hammer for me.  I got tired of the calls from customers.  I
would have to say that by far using the right combination of RBLs and
filters is the best I have found.

Just for kicks, I'll share what my config looks like:
2- Symantec Mail security for SMTP gateways servers running parallel
Each receive about 10,000 connections an hour during the week, less
on weekends.  Out of those 10k- 8,000 are rejected connections from RBL and
MX lookup and a bit less than 2,000 are rejected by spam filters.  This
comes to a around 2% is allowed in.  

Then I have the QMT server do the finish scanning but that seems to only be
catching about 2% as spam.

I've been at this game since the mid 80's.  I've learned the very valuable
lesson that it's much better to let a few spam slip through then to
mistakenly kill 1 legitimate message.  

Phil

-Original Message-
From: Sam Clippinger [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 15, 2008 11:26 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] can't send test message to myself

Sorry, but I have to disagree with you.  You are correct: getting your 
ISP to delegate rDNS control can be difficult.  But ISPs are willing to 
do that for "business class" accounts.

On my own servers, approximately 30% of all connections are rejected due 
to missing rDNS.  I also filter connections whose rDNS names don't 
resolve to IP addresses -- that stops another 10%-30%.  Interestingly, 
the very few servers I've whitelisted have failed the second test 
(unresolvable rDNS), not the first.

I also use DNS RBLs, my own blacklists, rDNS name filtering (searching 
the rDNS name for the IP address) and graylisting to block more than 
99.9% of all connections.  My email address has been listed on public 
web pages and mailing list archives since 1997.  Spammers know who I am. 
  But thanks to the filtering I get, on average, 1 spam every day.

Of course every mail server administrator has to decide their own 
policies but it's worth mentioning that most of the big mail providers 
(AOL, Yahoo!, etc) filter based on missing rDNS.  That makes it easier 
to defend rDNS filtering if you get any complaints.

-- Sam Clippinger

Phil Leinhauser wrote:
> I have found that filtering mail that doesn't have PTR (Reverse) is not a
good idea.  Most service providers don't give you the delegation for the
reverse so therefore you have to contact them to set it for you in their
servers.  This is mostly because most people just don't understand DNS
forwards enough and reverse can be a bit more tricky.  Just because you may
have PTR records in your DNS server does not mean you have the delegation
for that IP or range.  In otherwords, it will only be effective for users on
your own network, the Internet itself will not know about it.
> 
> If you decide to block by no Rdns, you should expect problems getting mail
from some of the medium to lower level legitimate post offices.  In fact, I
would bet better than half of the Qmail users here don't have their Rdns
setup correctly and would be blocked by no Rdns filters.
> 
> Phil
> 
> 
> -Original message-
> From: "Eric \"Shubes\"" [EMAIL PROTECTED]
> Date: Tue, 15 Jan 2008 12:49:42 -0500
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] can't send test message to myself
> 
>> Cameron wrote:
>>> Could the strange hostname be causing the problem or is the PTR record?
>> I think the PTR record is causing the problem. I'd get rid of it.
>> a) I don't believe that you need a ptr record
>> b) MX records *must* point to type A records, *not* PTR records.
>>
>> I'm not familiar with register.com's web pages, so it's hard for me to
tell
>> you specifically what's wrong. In general terms, you need a type A record
>> for your host, and an MX record which points to that host's type A
record.
>>
>> HTH
>> -- 
>> -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]
> 

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





Re: [qmailtoaster] can't send test message to myself

2008-01-16 Thread PakOgah

Phil Leinhauser wrote:

 I've learned the very valuable
lesson that it's much better to let a few spam slip through then to
mistakenly kill 1 legitimate message.  


Phil
  

I'm agreed with you
sorry, just sharing my experience and feeling about qmailtoaster.

when  I chosed qmailtoaster it's because old mailserver dont have any 
spamfilter
(actually there is but it's using commercial software were later bought 
by Microsoft -RAV-, then they discontinue the support)
users, boss, and my bigboss always complain about the spam almost every 
weeks.


with qmailtoaster I'm happy with it got the modular system, so I can add 
other apps easily (it's my first time setup a mailserver)
and with help from everyone on the milist I was too anxious to setup a 
nospam mailserver.

at first below antispam filter that are activated on my server:
-- greylisting (active)
-- RBLs (active and use more then 1 rblsmtpd provider)
-- chkuser (active)
-- simscan (active)
-- clamav w/ SaneSecurity + SecuriteInfo Signature (active)
-- spamassassin (active)
--- SURBL (active)
--- FuzzyOcr (active)
--- SARE's imageinfo and pdfinfo (active)
--- Openprotect (active)
--- pyzor (active)
-- spambox option (active)

but after few months users complain about one or two legitimate that 
they never receive and wandering why they tagged as ***SPAM***
then I must add recipient domain SA whitelist, add the IP on DNS 
whitelist (so it wont reject by rblsmptd),
notify the users to check their SPAM folder or send the legitimate email 
to [EMAIL PROTECTED]

but there is always incident users can't rvcd legitimate email.
until one day a high-rank user complain his email from vendor/partner 
(which contain asian chars) almost never been rcvd.
my bigboss asked to fix it right away, telling me not to make the filter 
too tight (he never praise me that now he got less spam)

afterthat below are filters that activated on my server:

-- RBLs (active, only use spamhaus)
-- simscan (active)
-- clamav w/ SaneSecurity + SecuriteInfo Signature (active)
-- spamassassin (active)
--- SURBL (active)
--- SARE's imageinfo and pdfinfo (active)
--- Openprotect (active)

after removing some filters until now no users complaining that he never 
rcvd legitimate email. I can back become lazy-admin


spamdyke is really complete (and complex) anti-spam tool for me..
when spamdyke is officially included on qmailtoaster, I'll be using it also
but for now,  SA + clamav is enough for me.
just lets the tools and options there
and admins can choose their weapon to fight spam

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



[qmailtoaster] failure notice

2008-01-16 Thread Richard Ramírez

Hi all,

I got this failure notice (mailer-daemon)

<[EMAIL PROTECTED]>:
Connected to xxx.xxx.xxx.xxx but connection died. (#4.4.2) I'm not going to
try again; this message has been in the queue too long.

The target server is a Exchange, I contacted with the domain administrator and 
he said to me that is not blocking me with his firewall and has not connection 
attempts from my server

any idea?

Thanks

Richard





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] failure notice

2008-01-16 Thread ldwraith

whats your send log say?

Glen V.
Quoting Richard Ramírez <[EMAIL PROTECTED]>:


Hi all,

I got this failure notice (mailer-daemon)

<[EMAIL PROTECTED]>:
Connected to xxx.xxx.xxx.xxx but connection died. (#4.4.2) I'm not going to
try again; this message has been in the queue too long.

The target server is a Exchange, I contacted with the domain
administrator and he said to me that is not blocking me with his
firewall and has not connection attempts from my server

any idea?

Thanks

Richard




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



Re: [qmailtoaster] failure notice

2008-01-16 Thread Phil Leinhauser
Yea, logs.  

I would also start to figure out what it didn't like, was it the sender 
address, sender domain, sending post office?  Test by sending from another 
account possibly another domain on the QMT.  

-P



-Original message-
From: [EMAIL PROTECTED]
Date: Wed, 16 Jan 2008 13:12:23 -0500
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] failure notice

> whats your send log say?
> 
> Glen V.
> Quoting Richard Ramírez <[EMAIL PROTECTED]>:
> 
> > Hi all,
> >
> > I got this failure notice (mailer-daemon)
> >
> > <[EMAIL PROTECTED]>:
> > Connected to xxx.xxx.xxx.xxx but connection died. (#4.4.2) I'm not going to
> > try again; this message has been in the queue too long.
> >
> > The target server is a Exchange, I contacted with the domain
> > administrator and he said to me that is not blocking me with his
> > firewall and has not connection attempts from my server
> >
> > any idea?
> >
> > Thanks
> >
> > Richard
> 
> 
> 
> -
>  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]



[qmailtoaster] Problems sending email and filesize limit

2008-01-16 Thread Guillermo Villasana

Hi guys, I am having problems sending big attachments.
I have in databytes:
41943040
which is around 40M and it doesn't allow me to send a mail with 5MB in 
attachments


Also I am having another problem I am getting  a lot this message:

"The server might not be available or is rejecting SMTP conections. 
Please verify that the configuration of your SMTP server is correct and 
try again"


If I see the submission current log I see

...
@4000478e319b36742d8c tcpserver: end 6751 status 0
@4000478e319b3674fc94 tcpserver: status: 3/500
@4000478e319e0633e5f4 tcpserver: end 6795 status 0
@4000478e319e0633f97c tcpserver: status: 2/500
@4000478e31a8188e859c tcpserver: end 6408 status 256
@4000478e31a8188e9d0c tcpserver: status: 1/500



and the smtp current log I see:

@4000478e322d284e61dc tcpserver: status: 1/500
@4000478e322e1070bb8c tcpserver: status: 2/500
@4000478e322e1070d2fc tcpserver: pid 7337 from 122.164.254.26
@4000478e322e1070deb4 tcpserver: ok 7337 
mailserver.exerwebsolutions.com:200.57.38.85:25 :122.164.254.26::4044

@4000478e322e1565e9b4 tcpserver: status: 3/500

Thanks
Terius



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



Re: [qmailtoaster] can't send test message to myself

2008-01-16 Thread Phil Leinhauser
The bottom line is what works for the customer.  Good points from both sides 
but the bottom line is what you need to accomplish your goal may not be the 
same as someone else.  It's also good for the new users to see that even the 
seasoned veterans can't settle on the right formula because there is no "one 
size fits all".  


> 
> after removing some filters until now no users complaining that he never 
> rcvd legitimate email. I can back become lazy-admin
> 

LOL!!   "Lazy admin" Isn't that the bottom line for all of us?!?!  Feet up on 
the desk looking for the end of the internet?

Phil


-Original message-
From: PakOgah [EMAIL PROTECTED]
Date: Wed, 16 Jan 2008 12:12:07 -0500
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] can't send test message to myself

> Phil Leinhauser wrote:
> >  I've learned the very valuable
> > lesson that it's much better to let a few spam slip through then to
> > mistakenly kill 1 legitimate message.  
> >
> > Phil
> >   
> I'm agreed with you
> sorry, just sharing my experience and feeling about qmailtoaster.
> 
> when  I chosed qmailtoaster it's because old mailserver dont have any 
> spamfilter
> (actually there is but it's using commercial software were later bought 
> by Microsoft -RAV-, then they discontinue the support)
> users, boss, and my bigboss always complain about the spam almost every 
> weeks.
> 
> with qmailtoaster I'm happy with it got the modular system, so I can add 
> other apps easily (it's my first time setup a mailserver)
> and with help from everyone on the milist I was too anxious to setup a 
> nospam mailserver.
> at first below antispam filter that are activated on my server:
> -- greylisting (active)
> -- RBLs (active and use more then 1 rblsmtpd provider)
> -- chkuser (active)
> -- simscan (active)
> -- clamav w/ SaneSecurity + SecuriteInfo Signature (active)
> -- spamassassin (active)
> --- SURBL (active)
> --- FuzzyOcr (active)
> --- SARE's imageinfo and pdfinfo (active)
> --- Openprotect (active)
> --- pyzor (active)
> -- spambox option (active)
> 
> but after few months users complain about one or two legitimate that 
> they never receive and wandering why they tagged as ***SPAM***
> then I must add recipient domain SA whitelist, add the IP on DNS 
> whitelist (so it wont reject by rblsmptd),
> notify the users to check their SPAM folder or send the legitimate email 
> to [EMAIL PROTECTED]
> but there is always incident users can't rvcd legitimate email.
> until one day a high-rank user complain his email from vendor/partner 
> (which contain asian chars) almost never been rcvd.
> my bigboss asked to fix it right away, telling me not to make the filter 
> too tight (he never praise me that now he got less spam)
> afterthat below are filters that activated on my server:
> 
> -- RBLs (active, only use spamhaus)
> -- simscan (active)
> -- clamav w/ SaneSecurity + SecuriteInfo Signature (active)
> -- spamassassin (active)
> --- SURBL (active)
> --- SARE's imageinfo and pdfinfo (active)
> --- Openprotect (active)
> 
> after removing some filters until now no users complaining that he never 
> rcvd legitimate email. I can back become lazy-admin
> 
> spamdyke is really complete (and complex) anti-spam tool for me..
> when spamdyke is officially included on qmailtoaster, I'll be using it also
> but for now,  SA + clamav is enough for me.
> just lets the tools and options there
> and admins can choose their weapon to fight spam
> 
> -
>  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] failure notice

2008-01-16 Thread Richard Ramírez

The log say

@4000478bbfef2ffeeb2c starting delivery 3384: msg 12060448 to remote 
[EMAIL PROTECTED]

@4000478bbfef2fff317c status: local 0/10 remote 5/60
@4000478bbff031c8f8e4 delivery 3384: deferral: 
Connected_to_xxx.xxx.xxx.xxx_but_connection_died._(#4.4.2)/

@4000478bbff031c92f94 status: local 0/10 remote 4/60

The problem is only with any user from this domain (His server is a MS 
Exchange)






Saludos,



Richard Ramírez Ortiz

*Área de Sistemas*

*Telf. 222-4176 Anx. 205*

soporte mailto:[EMAIL PROTECTED]>@gammacargo.com 
mailto:[EMAIL PROTECTED]>




[EMAIL PROTECTED] escribió:

whats your send log say?

Glen V.
Quoting Richard Ramírez <[EMAIL PROTECTED]>:


Hi all,

I got this failure notice (mailer-daemon)

<[EMAIL PROTECTED]>:
Connected to xxx.xxx.xxx.xxx but connection died. (#4.4.2) I'm not 
going to

try again; this message has been in the queue too long.

The target server is a Exchange, I contacted with the domain
administrator and he said to me that is not blocking me with his
firewall and has not connection attempts from my server

any idea?

Thanks

Richard




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



__ Información de NOD32, revisión 2798 (20080116) __

Este mensaje ha sido analizado con NOD32 antivirus system
http://www.nod32.com





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] can't send test message to myself

2008-01-16 Thread Dan McAllister

OK... this got me thinking... what are we overlooking

Are you sure your mail server (from whom you're trying to send a test 
message) is using DNS correctly? (not serving... USING)


Check your /etc/resolv.conf file... is should look like this:
   search mylocaldomain.name
   nameserver 192.168.0.2

NOTE: the IP address should be your own... just to be sure, you could 
also use 127.0.0.1


Just because your system is a DNS server, doesn't mean you definitely 
want it (the DNS server) to use itself as the server... you can force 
your server to get "outside" resolutions by using an outside DNS 
server... E.g.:

   search mylocaldomain.name
   nameserver 4.2.2.2

(The 4.2.2.2 address is a Verizon DNS server that is "open" to requests 
-- even from non-Verizon IP addresses. It'll also respond to a PING, so 
that's an easy IP address to file away in your limited mind-space!)


I hope this helps...

Dan

Daniel McAllister, President

IT4SOHO, LLC
224 - 13th Avenue N
St. Petersburg, FL 33701

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

"When did you do your last backup?"

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!



Cameron wrote:
Ok, I set up a TXT record from some stuff I found online and that 
seems to have fixed my issue. Thanks for all the help. I'm sure I'll 
be asking more...


Cameron
- Original Message - From: "Dan McAllister" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, January 15, 2008 9:32 AM
Subject: Re: [qmailtoaster] can't send test message to myself



Cameron:

If you are using SpamDyke, or another anti-spam, you may need to 
create a PTR record for your DNS: that is, make the Internet (Public) 
IP Address of your server reverse-resolve to something like 
bstastjohns.com (or, if you ONLY do mail on that IP Address, 
mail.bstastjohns.com -- I prefer the former).


The reason is that one commonly used anti-spam technique used today 
is a check for a valid reverse-dns entry.


NOTE that, unless your IP address is a Register.com IP address (e.g.: 
they are your hosting company for your server), you'll need to 
contact your ISP to make this PTR entry! The "pathway" for resolving 
an IP address's PTR entry goes through your ISP, not your domain name.


For now, I suggest removing any spam-blocking & making sure your 
ports are open (no iptables active, if necessary, ports forwarded 
through firewall/router).


Hope this helps!

Dan

Daniel McAllister, President

IT4SOHO, LLC
224 - 13th Avenue N
St. Petersburg, FL 33701

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

"When did you do your last backup?"

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!



Cameron wrote:
I've done that...about 6 days ago. I set it up to point to 
mail.bstastjohns.com and of course changed the A record for 
mail.bstastjohns.com to the current IP. Do I need to set up TXT 
records or add a PTR or is that more than I need?


Cameron
- Original Message - From: "Phil Leinhauser" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, January 15, 2008 8:46 AM
Subject: Re: [qmailtoaster] can't send test message to myself


I see your DNS is at register.com.  You have an A record for your 
web site and that is working fine.  Now you need to setup the MX 
record because when I query the DNS for one, it comes back empty.   
Look in your DNS control panel in the register.com where you setup 
the www.  You should see something about an MX or Mail Exchanger 
record.


Phil


-Original message-
From: "Cameron" [EMAIL PROTECTED]
Date: Tue, 15 Jan 2008 10:26:13 -0500
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] can't send test message to myself

Well I'm registered at Register.com and updated all the fields I 
could find.

I'm not real sure what the s.th is.

Cameron
- Original Message - From: "Andreas Galatis" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, January 15, 2008 1:51 AM
Subject: Re: [qmailtoaster] can't send test message to myself


> Hi Cameron,
>
> me too, I cannot find an MX for bstastjohns.com
> Maybe you missed s.th. when setting up the MX?
>
> bye
> Andreas
> Am Dienstag, 15. Januar 2008 07:57 schrieb Cameron:
>> I just set up qmail-toaster on CentOS5, Core2 duo, 1 Gig ram
machine >> with
>> a
>> clean install. Everything looks fine now, but when I try to send
a >> test
>> message to myself using the Squirrelmail interface, I get a 
"511 >> sorry,

>> can't find a valid MX for sender domain" error. I'm using a
domain I >> own
>> that doesn't currently have a mail server set up. The domain is
>> bstastjohns.com and I have mail.bstastjohns.com A and MX 
records >> pointed

>> to
>> a temproary public IP at 71.86.114.51. I can't send in messages 
form

>> outside either. I'm pretty new to Linux and really new to qmail
so >> please
>> be gentle. When I ping mail.bstastjohns.com it r

Re: [qmailtoaster] mail everone in a domain

2008-01-16 Thread Dan McAllister
Wouldn't SPAMmers LOVE the idea of being able to address something to 
EVERYONE in a domain!


Unfortunately Cameron, you're going to have to make a list... the good 
news is that you should be able to do this with the vpopmail CLI 
commands in a shell script rather easily.

HINT:
1) create a list ([EMAIL PROTECTED])
2) write a shell script to use the command "vuserinfo -D mydomain.name" 
and pipe the output into ezmlm-sub


I hope this helps!

Dan


Daniel McAllister, President

IT4SOHO, LLC
224 - 13th Avenue N
St. Petersburg, FL 33701

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

"When did you do your last backup?"

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!



Cameron wrote:
Is there a quick and dirty way to email everyone in a domain using 
qmail? Should I just set up a list and add everone to it? I have about 
3000 addresses in one particular domain I'm moving over form a windows 
platform and need to send out broadcast messages from time to time. 
What does everyone suggest?




Regards,

Cameron

-
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] qmailtoaster-plus-0.2.14-1.3.19 is released

2008-01-16 Thread seekuel
Hello sir,

I installed watch through qtp-menu and have this error below. May I ask on what 
could be wrong with this?

[EMAIL PROTECTED] watchall
 --*- multitail 3.8.7 (C) 2003-2006 by [EMAIL PROTECTED] -*--

magenta,,bold is not a known color

Terminated

Thank you.

sandeil



Jake Vickers <[EMAIL PROTECTED]> wrote: A new version of Qmailtoaster-Plus is 
out.  A couple bug fixes:

01/02/08 - Jake  - Changed qtp-clean-spam to sudo to vpopmail
 - before learning spam. Also added /var/spool/authdaemon to the
  - branchlist in qtp-build-sandbox to fix a bug caused with CentOS 5.1


As always, the repo package, release notes, and latest version are 
always available on the main site (http://qtp.qmailtoaster.com)

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



   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.19 is released

2008-01-16 Thread Jake Vickers

seekuel wrote:

Hello sir,

I installed watch through qtp-menu and have this error below. May I 
ask on what could be wrong with this?


[EMAIL PROTECTED] watchall
 --*- multitail 3.8.7 (C) 2003-2006 by [EMAIL PROTECTED] -*--

magenta,,bold is not a known color

Terminated


What distro are you running?

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



Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.19 is released

2008-01-16 Thread seekuel
Sir,

I am using CentOS 4.5

Jake Vickers <[EMAIL PROTECTED]> wrote: seekuel wrote:
> Hello sir,
>
> I installed watch through qtp-menu and have this error below. May I 
> ask on what could be wrong with this?
>
> [EMAIL PROTECTED] watchall
>  --*- multitail 3.8.7 (C) 2003-2006 by [EMAIL PROTECTED] -*--
>
> magenta,,bold is not a known color
>
> Terminated

What distro are you running?

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




Respectfully yours, 
 
 
Sandeil C. Tenebro, E.C.E. 
Linux Registered User #384410
   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.19 is released

2008-01-16 Thread Jake Vickers

seekuel wrote:

Sir,

I am using CentOS 4.5

*/Jake Vickers <[EMAIL PROTECTED]>/* wrote:

seekuel wrote:
> Hello sir,
>
> I installed watch through qtp-menu and have this error below. May I
> ask on what could be wrong with this?
>
> [EMAIL PROTECTED] watchall
> --*- multitail 3.8.7 (C) 2003-2006 by [EMAIL PROTECTED] -*--



Try upgrading your multitail package. That seems to be a really old 
version; on my Cent 4.6 box I have:

multitail-4.2.0-1.el4.rf
And on my Fedora Core 4 machine I have:
multitail-4.2.0-1.fc4

So I'm not sure how you got version 3.8.7.


Re: [qmailtoaster] qmailtoaster-plus-0.2.14-1.3.19 is released

2008-01-16 Thread seekuel
Sir,

Multitail is a dependency for watch, it was not installed in my system. When I 
intalled multitail that fixed the error.

Thank you sir.

---
sandeil

Jake Vickers <[EMAIL PROTECTED]> wrote:seekuel wrote: Sir,
   
 I am using CentOS 4.5
   
   Jake Vickers <[EMAIL PROTECTED]> wrote:seekuel wrote:
 > Hello sir,
 >
 > I installed watch through qtp-menu and have this error below. May I 
 > ask on what could be wrong with this?
 >
 > [EMAIL PROTECTED] watchall
 > --*- multitail 3.8.7 (C) 2003-2006 by [EMAIL PROTECTED] -*--
 
 Try upgrading your multitail package. That seems to be a really old version; 
on my Cent 4.6 box I have:
 multitail-4.2.0-1.el4.rf
 And on my Fedora Core 4 machine I have:
 multitail-4.2.0-1.fc4
 
 So I'm not sure how you got version 3.8.7.
 

   
-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.

Re: [qmailtoaster] mail everone in a domain

2008-01-16 Thread Cameron
Thanks for the response Dan. I figured as much and went ahead and did this 
yesterday.


Cameron
- Original Message - 
From: "Dan McAllister" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, January 16, 2008 12:38 PM
Subject: Re: [qmailtoaster] mail everone in a domain


Wouldn't SPAMmers LOVE the idea of being able to address something to 
EVERYONE in a domain!


Unfortunately Cameron, you're going to have to make a list... the good 
news is that you should be able to do this with the vpopmail CLI commands 
in a shell script rather easily.

HINT:
1) create a list ([EMAIL PROTECTED])
2) write a shell script to use the command "vuserinfo -D mydomain.name" 
and pipe the output into ezmlm-sub


I hope this helps!

Dan


Daniel McAllister, President

IT4SOHO, LLC
224 - 13th Avenue N
St. Petersburg, FL 33701

877-IT4SOHO: Toll Free
727-647-7646 In Pinellas
813-464-2093 In Hillsborough
727-507-9435 Fax Only

"When did you do your last backup?"

Ask me about unattended offsite backup solutions...
to protect your business, not just your data!



Cameron wrote:
Is there a quick and dirty way to email everyone in a domain using qmail? 
Should I just set up a list and add everone to it? I have about 3000 
addresses in one particular domain I'm moving over form a windows 
platform and need to send out broadcast messages from time to time. What 
does everyone suggest?




Regards,

Cameron

-
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]





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