Re: [qmailtoaster] How to handle non-existent user in qmail-toaster mail server

2006-06-30 Thread Bilal Ahmed Mazhar
Hello,

I have been handling same situation in sendmail by adding a line in
sendmail.cf/sendmail.mc file
DLesmtp:goldenswan.com  (line added in sendmail.cf)
define(`LUSER_RELAY', `esmtp:goldenswan.com')dnl(line added in
sendmail.mc)
and it is working fine.

Regards,
Bilal Ahmed


- Original Message - 
From: "Erik Espinoza" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, July 01, 2006 11:06 AM
Subject: Re: [qmailtoaster] How to handle non-existent user in qmail-toaster
mail server


> Follow the KISS principle. Use a fake domain for the internal stuff.
> Do goldenswan.prv for internal only and goldenswan.com for real
> internet mail users.
>
> Erik
>
> On 6/30/06, Bilal Ahmed Mazhar <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I have configured a Qmail toaster mail server for my office. A virtual
> > domain
> > i.e.  goldenswan.com  is created  for  my LAN users. Each email account
> > looks
> > like [EMAIL PROTECTED] I have created [EMAIL PROTECTED],
> > [EMAIL PROTECTED] on this local email server. When I send a message
to
> > [EMAIL PROTECTED] or [EMAIL PROTECTED] it is perfectly delivered
to
> > the respective mail boxes. If I send
> > a message to non-existent user (lets say [EMAIL PROTECTED]) on local
mail
> > server,  message is  bounced  back.
> >
> > My internet domain is also goldenswan.com which is placed to some ISP. I
> > want
> > to deliver non-existent user's mail  (mentioned  above as
> > [EMAIL PROTECTED]) should be  delivered to ISP's goldenswan.com mail
> > server by resolving MX record of  actual goldenswan.com.
> >
> > To resolve above query I have added below line in
> > /home/vpopmail/domains/goldenswan.com/.qmail-default
> > | /var/qmail/bin/forward "$LOCAL"@goldenswan.com
> >
> > But message is considered as a local message and bounced back after
looping.
> > Please help me.
> >
> > Regards,
> > Bilal Ahmed

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



Re: [qmailtoaster] How to handle non-existent user in qmail-toaster mail server

2006-06-30 Thread Roxanne Sandesara
I suppose you could define your local area as a subdomain of the  
larger goldenswan.com, such as 'delta.goldenswan.com', and define  
this mailserver with a higher rating than the default mailserver in  
the MX records in DNS. Then set .forward records for the users that  
are in your 'delta.goldenswan.com' within the 'goldenswan.com' mail  
server, to forward mail to '[EMAIL PROTECTED]' to  
'[EMAIL PROTECTED]' ... But maybe someone else will have a  
better stroke of genius than I.


On Jul 1, 2006, at 1:50 AM, Bilal Ahmed Mazhar wrote:


Dear Mr. Erik

Your suggestion is ok but my users are not aware who is sitting in  
local and

who is sitting remote office.
I have to maintain same domain for local as well as remote due to some
reason.
Any other solution


Regards,
Bilal Ahmed

- Original Message -
From: "Erik Espinoza" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, July 01, 2006 11:06 AM
Subject: Re: [qmailtoaster] How to handle non-existent user in  
qmail-toaster

mail server



Follow the KISS principle. Use a fake domain for the internal stuff.
Do goldenswan.prv for internal only and goldenswan.com for real
internet mail users.

Erik


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





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



Re: [qmailtoaster] How to handle non-existent user in qmail-toaster mail server

2006-06-30 Thread Bilal Ahmed Mazhar
Dear Mr. Erik

Your suggestion is ok but my users are not aware who is sitting in local and
who is sitting remote office.
I have to maintain same domain for local as well as remote due to some
reason.
Any other solution


Regards,
Bilal Ahmed

- Original Message - 
From: "Erik Espinoza" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, July 01, 2006 11:06 AM
Subject: Re: [qmailtoaster] How to handle non-existent user in qmail-toaster
mail server


> Follow the KISS principle. Use a fake domain for the internal stuff.
> Do goldenswan.prv for internal only and goldenswan.com for real
> internet mail users.
>
> Erik

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



Re: [qmailtoaster] How to handle non-existent user in qmail-toaster mail server

2006-06-30 Thread Erik Espinoza

Follow the KISS principle. Use a fake domain for the internal stuff.
Do goldenswan.prv for internal only and goldenswan.com for real
internet mail users.

Erik

On 6/30/06, Bilal Ahmed Mazhar <[EMAIL PROTECTED]> wrote:

Hello,

I have configured a Qmail toaster mail server for my office. A virtual
domain
i.e.  goldenswan.com  is created  for  my LAN users. Each email account
looks
like [EMAIL PROTECTED] I have created [EMAIL PROTECTED],
[EMAIL PROTECTED] on this local email server. When I send a message to
[EMAIL PROTECTED] or [EMAIL PROTECTED] it is perfectly delivered to
the respective mail boxes. If I send
a message to non-existent user (lets say [EMAIL PROTECTED]) on local mail
server,  message is  bounced  back.

My internet domain is also goldenswan.com which is placed to some ISP. I
want
to deliver non-existent user's mail  (mentioned  above as
[EMAIL PROTECTED]) should be  delivered to ISP's goldenswan.com mail
server by resolving MX record of  actual goldenswan.com.

To resolve above query I have added below line in
/home/vpopmail/domains/goldenswan.com/.qmail-default
| /var/qmail/bin/forward "$LOCAL"@goldenswan.com

But message is considered as a local message and bounced back after looping.
Please help me.

Regards,
Bilal Ahmed

-
 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] How to handle non-existent user in qmail-toaster mail server

2006-06-30 Thread Bilal Ahmed Mazhar
Hello,

I have configured a Qmail toaster mail server for my office. A virtual
domain
i.e.  goldenswan.com  is created  for  my LAN users. Each email account
looks
like [EMAIL PROTECTED] I have created [EMAIL PROTECTED],
[EMAIL PROTECTED] on this local email server. When I send a message to
[EMAIL PROTECTED] or [EMAIL PROTECTED] it is perfectly delivered to
the respective mail boxes. If I send
a message to non-existent user (lets say [EMAIL PROTECTED]) on local mail
server,  message is  bounced  back.

My internet domain is also goldenswan.com which is placed to some ISP. I
want
to deliver non-existent user's mail  (mentioned  above as
[EMAIL PROTECTED]) should be  delivered to ISP's goldenswan.com mail
server by resolving MX record of  actual goldenswan.com.

To resolve above query I have added below line in
/home/vpopmail/domains/goldenswan.com/.qmail-default
| /var/qmail/bin/forward "$LOCAL"@goldenswan.com

But message is considered as a local message and bounced back after looping.
Please help me.

Regards,
Bilal Ahmed

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



[qmailtoaster] Installing On RHEL 4.x?

2006-06-30 Thread buffalo
Greetings,

I've just finished installing successfully on a CenOS 4.x box. Now I need 
to do the same thing again on an RHEL box.

Aside from getting and installing Yum (not available in stock RHEL), are 
there any other "gotchas" I should be looking for?

TIA,

--Duncan



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



RE: [qmailtoaster] FW: Returned mail: see transcript for details

2006-06-30 Thread jason p
I believe the problem is either with your DNS records, or the address of the
account you are trying to send email from.  If I do an MX record lookup on
fw2.kmtconsult.com.br I get the following:

How I am searching:
Searching for fw2.kmtconsult.com.br MX record at a.root-servers.net
[198.41.0.4]: Got referral to C.DNS.br. [took 5 ms]
Searching for fw2.kmtconsult.com.br MX record at C.DNS.br. [200.130.31.5]:
Got referral to gw.usphonebrasil.com.br. [took 170 ms]
Searching for fw2.kmtconsult.com.br MX record at gw.usphonebrasil.com.br.
[200.152.100.50]: Server failure! [took 142 ms].

Answer:
Server failure.  There's a problem with the DNS server for
fw2.kmtconsult.com.br.

Are you sure you want to send mail from fw2.kmtconsult.com.br or should it
be sent from just kmtconsult.com.br ?

-Original Message-
From: Marco Cordeiro [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 30, 2006 3:51 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] FW: Returned mail: see transcript for details

All , I try disable this feature but always I get this error below when I
try send e-mail 
from another server mine.

I put on my tcp.rules (CHKUSER_SENDER_MX="undefined") , reload using
qmailctl cdb ... But still getting error...

The strange thing is that message sent from [EMAIL PROTECTED] Get error 511 ,but
message sent from mailer-daemon
Is delivered  It's amazing ! I can not understanding what's happening
... Any help I really appreciate ;-)) 

Marco.

-Original Message-
From: Mail Delivery Subsystem [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 30, 2006 3:05 PM
To: [EMAIL PROTECTED]
Subject: Returned mail: see transcript for details

The original message was received at Fri, 30 Jun 2006 15:04:46 -0300 from
fw2.kmtconsult.com.br [127.0.0.1]

   - The following addresses had permanent fatal errors -
<[EMAIL PROTECTED]>
(reason: 511 sorry, can't find a valid MX for sender domain (#5.1.1 -
chkuser))

   - Transcript of session follows - ... while talking to
ns1.kmtconsult.com.br.:
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=590
<<< 511 sorry, can't find a valid MX for sender domain (#5.1.1 - chkuser)
554 5.0.0 Service unavailable


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



[qmailtoaster] FW: Returned mail: see transcript for details

2006-06-30 Thread Marco Cordeiro
All , I try disable this feature but always I get this error below when I
try send e-mail 
from another server mine.

I put on my tcp.rules (CHKUSER_SENDER_MX="undefined") , reload using
qmailctl cdb ... But still getting error...

The strange thing is that message sent from [EMAIL PROTECTED] Get error 511 ,but
message sent from mailer-daemon
Is delivered  It's amazing ! I can not understanding what's happening
... Any help I really appreciate ;-)) 

Marco.

-Original Message-
From: Mail Delivery Subsystem [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 30, 2006 3:05 PM
To: [EMAIL PROTECTED]
Subject: Returned mail: see transcript for details

The original message was received at Fri, 30 Jun 2006 15:04:46 -0300 from
fw2.kmtconsult.com.br [127.0.0.1]

   - The following addresses had permanent fatal errors -
<[EMAIL PROTECTED]>
(reason: 511 sorry, can't find a valid MX for sender domain (#5.1.1 -
chkuser))

   - Transcript of session follows - ... while talking to
ns1.kmtconsult.com.br.:
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=590
<<< 511 sorry, can't find a valid MX for sender domain (#5.1.1 - chkuser)
554 5.0.0 Service unavailable
Reporting-MTA: dns; fw2.kmtconsult.com.br
Received-From-MTA: DNS; fw2.kmtconsult.com.br
Arrival-Date: Fri, 30 Jun 2006 15:04:46 -0300

Final-Recipient: RFC822; marco@kmtconsult.com.br
Action: failed
Status: 5.0.0
Diagnostic-Code: SMTP; 511 sorry, can't find a valid MX for sender domain (#5.1.1 - chkuser)
Last-Attempt-Date: Fri, 30 Jun 2006 15:04:49 -0300
--- Begin Message ---
sds

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

Re: [qmailtoaster] HELP installing qmail-tap, im very confused!!!

2006-06-30 Thread Jake Vickers

Eduardo Simon wrote:

that exact what im looking for, very thans.
But now i have problems following intructions
Installation instructions for qmail-tap
  
It is already installed (it's included with the package). All you need 
to do is set up the tap file.


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



[qmailtoaster] HELP installing qmail-tap, im very confused!!!

2006-06-30 Thread Eduardo Simon
that exact what im looking for, very thans. But now i have problems following intructions Installation instructions for qmail-tapThis patch was made against the original qmail tarball.Most people will not be using the orignal tar ball, but sincethere could be so many variations on a patched qmail source tree,we thought it would be easiest to patch against a known tree,the original source.1) Get the original source codehttp://cr.yp.to/qmail.html has links.I downloaded this package2) Untar qmail sourcetar zxf qmail-1.03.tar.gzand untar3) Apply patchpatch -p0 < qmail-tap.diffi take the pach from dir. you send "Very Thanks" and save in file called qmail-tap.diff ...is correct?on what directory i have to run this command?inside of the untar source of qmail-1.03?i install my server with src.rpm rebuild is posible to include this path??? i cant
 understand this! So Zorry can please explain me?To compile it you will at least need to change the error.h fileto include errno.h just after the ifdefs at the top of the file.#include error.h ?Note: We had to include the qregex files in the patch since it uses qregex to match to/from address patterns. and finally i read this in from the link that you send  3) Qmail does not need to be restated to when the taps control file is changed.The regex match is applied to both the to and from email addresses. So emailsent to or from the addresses will be copied. Matching is case insensitive.If there are multiple matches, the first match is used.Im almost new in linux, something i cant to undestandyour help is very appreciated , again thanks  Jake Vickers <[EMAIL PROTECTED]> escribió: Eduardo Simon wrote:> Hi all, im new at qmailtoaster list, i have a problem:>> For secutity, i need to left a bind copy for all outgoing message, > this copy will be sent to and unique acount ([EMAIL PROTECTED]).>> thanks in advance for yours helpI think I understand what you're asking. You'll want to set up qmail-tap options. Look here for more info:http://www.inter7.com/index.php?page=qmailtap- QmailToaster hosted by: VR Hosted -To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED] __Correo Yahoo!Espacio para todos tus
 mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ 

Re: [qmailtoaster] QmailToaster Runlevel 3?

2006-06-30 Thread Jake Vickers




Jared Markell wrote:

  
  
  
  Thank you for the quick
reply!
   
  I have one last
question...
   
  Can I comment out the sh
firewall.sh without ruining anything that depends on it? If it's needed
by another program I'll keep it, but we use a SonicWall that takes care
of the firewall aspects of our network, etc.
   

You sure can. The setup tried to be "turn-key", so a firewall was
included. I personally use one that I wrote myself. You can delete the
line, or comment it out, and then put your preferred firewall in place.




RE: [qmailtoaster] QmailToaster Runlevel 3?

2006-06-30 Thread Jared Markell



Thank you for the quick reply!
 
I have one last question...
 
Can I comment out the sh firewall.sh without ruining 
anything that depends on it? If it's needed by another program I'll keep it, but 
we use a SonicWall that takes care of the firewall aspects of our network, 
etc.
 
Jared 


From: Jake Vickers [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 30, 2006 10:32 AMTo: 
qmailtoaster-list@qmailtoaster.comSubject: Re: [qmailtoaster] 
QmailToaster Runlevel 3?
Jared Markell wrote: 

  Firstly, 
  I apologize if I sent this request for information to the wrong list 
  address.
   
  I am 
  currently trying to install QmailToaster on Fedora Core 5.
   
  I'm 
  wondering about the services script that sets the OS's runlevel to 3. Is there 
  any reason for this change other than system performance, and will I break 
  anything if I leave it out and let it run under level 5?
   
  Thank you 
  for any assistance you can provide.
   
  Jared Markell
   It's set for runlevel 3 since the 
majority of people setting this up are on remote machines or do not need the 
gui. It should set everything on for levels 345, which would include the gui 
boot.


Re: [qmailtoaster] QmailToaster Runlevel 3?

2006-06-30 Thread Jake Vickers




Jared Markell wrote:

  
  
  Firstly, I apologize if I sent this request for information
to the wrong list address.
   
  I am currently trying to install QmailToaster on Fedora Core
5.
   
  I'm wondering about the services script that sets the OS's
runlevel to 3. Is there any reason for this change other than system
performance, and will I break anything if I leave it out and let it run
under level 5?
   
  Thank you for any assistance you can provide.
   
  Jared Markell
   

It's set for runlevel 3 since the majority of people setting this up
are on remote machines or do not need the gui. It should set everything
on for levels 345, which would include the gui boot.




[qmailtoaster] QmailToaster Runlevel 3?

2006-06-30 Thread Jared Markell



Firstly, I 
apologize if I sent this request for information to the wrong list 
address.
 
I am 
currently trying to install QmailToaster on Fedora Core 5.
 
I'm 
wondering about the services script that sets the OS's runlevel to 3. Is there 
any reason for this change other than system performance, and will I break 
anything if I leave it out and let it run under level 5?
 
Thank you 
for any assistance you can provide.
 
Jared Markell
 


[qmailtoaster] invalid sender address format

2006-06-30 Thread slamp slamp
Is there an easy way of making a sender address valid?? I saw on the list where Eric had to change SPEC file regarding CHKUSER_SENDER_FORMAT, CHKUSER_SENDER_SRS and some CHKUSER_ALLOW_SENDER_CHAR_? characters.
Here is a log for the rejected e-mail that I do not want to reject2006-06-30 12:09:17.910279500 tcpserver: status: 0/1002006-06-30 12:26:43.881218500 tcpserver: status: 1/1002006-06-30 12:26:43.881224500
 tcpserver: pid 28254 from 64.233.182.1912006-06-30 12:26:43.881227500 tcpserver: ok 28254 mail.mydomain.com:192.168.2.6:25 :64.233.182.191::9298
2006-06-30 12:26:44.428592500 CHKUSER rejected sender: from <[EMAIL PROTECTED]::> remote  rcpt <> : invalid sender address format
2006-06-30 12:26:45.553455500 tcpserver: end 28254 status 02006-06-30 12:26:45.553462500 tcpserver: status: 0/100


Re: [qmailtoaster] 5.1.1 - chkuser

2006-06-30 Thread Jake Vickers
Title: 5.1.1 - chkuser




Marco Cordeiro wrote:

  
  
  

  
  Where I can disable this
feature on chkuser ?? Thanks all.
  
  511 sorry, can't find a valid MX
for sender domain (#5.1.1 - chkuser)
  
  []'s
  
  Marco Cordeiro
  
  

You can adjust how chkuser works in your tcp.smtp file. You'll see that
chkuser isn't run for 127.0.0.1, which is webmail. After you make
changes, make sure you run 'qmailctl cdb' to rebuild the cdb file.





Re: [qmailtoaster] OOT : Fw: [Ex_IT_Bankuniversal] www.dspstyling.com

2006-06-30 Thread Jake Vickers

Harry Zink wrote:


On Jun 30, 2006, at 7:32 PM, Jake Vickers wrote:

If this isn't a spam to the list, could I get a translation or what 
language it's in so I can google-translate it?


Indonesian.

Assume it's a spammer - it is!


Translation:

Dear all

I wanted to let me know.
.
Just launching website my company that in bogor
here.
.
Www.dspstyling.com
this website.
.
Make him in a large number of in bantuin Raihan.
.
Raihan Thanks
man.
.
The time then was that the interest wanted bought.
.
The available bumper inside this.
.
Just FYI..
DSP Styling went with Gaikindo international the Motor show on July 21 06 (10
the day).
.
And just opened the shop in the area fatmawati.
.
Close to ITC Fatmawati.
.
For Juned.
.
.



-
Hopefully Nick will have caught this and removed them from the list; damn 
spammers!
I blum had for



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



[qmailtoaster] 5.1.1 - chkuser

2006-06-30 Thread Marco Cordeiro
Title: 5.1.1 - chkuser







Where I can disable this feature on chkuser ?? Thanks all.


511 sorry, can't find a valid MX for sender domain (#5.1.1 - chkuser)


[]'s

Marco Cordeiro






Re: [qmailtoaster] I need to send a copy for every outgoing messagge from the server

2006-06-30 Thread Eduardo Simon
That exactly what Im looking for, very thanks.Jake Vickers <[EMAIL PROTECTED]> escribió: Eduardo Simon wrote:> Hi all, im new at qmailtoaster list, i have a problem:>> For secutity, i need to left a bind copy for all outgoing message, > this copy will be sent to and unique acount ([EMAIL PROTECTED]).>> thanks in advance for yours helpI think I understand what you're asking. You'll want to set up qmail-tap options. Look here for more info:http://www.inter7.com/index.php?page=qmailtap- QmailToaster hosted by: VR Hosted -To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands,
 e-mail: [EMAIL PROTECTED] __Correo Yahoo!Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ 

Re: [qmailtoaster] OOT : Fw: [Ex_IT_Bankuniversal] www.dspstyling.com

2006-06-30 Thread Harry Zink


On Jun 30, 2006, at 7:32 PM, Jake Vickers wrote:

If this isn't a spam to the list, could I get a translation or what  
language it's in so I can google-translate it?


Indonesian.

Assume it's a spammer - it is!


---
Antoine De Saint-Exupery
True happiness comes from the joy of deeds well done, the zest of  
creating things new.





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



Re: [qmailtoaster] I need to send a copy for every outgoing messagge from the server

2006-06-30 Thread Jake Vickers

Eduardo Simon wrote:

Hi all, im new at qmailtoaster list, i have a problem:

For secutity, i need to left a bind copy for all outgoing message, 
this copy will be sent to and unique acount ([EMAIL PROTECTED]).


thanks in advance for yours help
I think I understand what you're asking. You'll want to set up qmail-tap 
options. Look here for more info:


http://www.inter7.com/index.php?page=qmailtap

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



[qmailtoaster] I need to send a copy for every outgoing messagge from the server

2006-06-30 Thread Eduardo Simon
Hi all, im new at qmailtoaster list, i have a problem:  For secutity, i need to left a bind copy for all outgoing message, this copy will be sent to and unique acount ([EMAIL PROTECTED]).  thanks in advance for yours help  __Correo Yahoo!Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/ 

Re: [qmailtoaster] OOT : Fw: [Ex_IT_Bankuniversal] www.dspstyling.com

2006-06-30 Thread Jake Vickers

Dani Yulianto wrote:


- Original Message - From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; 
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; 
<[EMAIL PROTECTED]>; "EX_ITBU" <[EMAIL PROTECTED]>

Sent: Thursday, June 29, 2006 6:11 PM
Subject: [Ex_IT_Bankuniversal] www.dspstyling.com



dear all

saya mau kasih tahu.. baru launching website perusahaan saya yang di 
bogor

nih.. www.dspstyling.com
ini website.. bikinnya di sangat banyak di bantuin Raihan..Raihan Thanks
man..

kali aja ada yang minat mau beli.. bumper yang ada di dalam ini..

just FYI..DSP Styling ikut Gaikindo internasional Motor show 21 Juli 
06(10

hari)..dan baru buka toko di daerah fatmawati..dekat ITC Fatmawati..

Buat Juned... gue blum punya buat mobil fiat tapi hehehehe
If this isn't a spam to the list, could I get a translation or what 
language it's in so I can google-translate it?

Thanks.

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



Re: [qmailtoaster] Best way to deny residential smtp servers

2006-06-30 Thread Jake Vickers




Isreal Varela wrote:

  
  
  

  
  Hi all,
   
  Could someone give me a
hint as to the best way to deny mail
from SMTP 
  Servers unning from
residential IP’s.
   
  I get a ton of mail from
res.rr.com. I tried to put it in
the badmailfrom 
  but the e-mail sender
address changes so much it is not possible
to keep up.
   
  

I would suggest adding a rule for
open relays, and maybe a couple other DNS-BL's. Check out my page (old
now) at v2gnu.com/qmail
You can also get the IP address of one of the spammers, and go to
dnsstuff.com and do a whois lookup on them. It will tell you that (for
example) the IP address 24.66.127.3 belongs to Shaw cable, and that
they own the 24.64.0.0/13 range. You could write an iptables rule to
block the whole subnet that way. That will stop anyone from their IP
addresses from connecting to your machine at all. Not the "correct" way
to do things, but widely used. The proper thing to do is contact the
admin at Roadrunner and report the spammer. They do take action; my
neighbor got a phone call to fix the problem with his computer (he was
sending out spam messages due to a virus), or they were going to
disconnect his service in 24 hours.