Web Hosting Talk







View Full Version : Help Spam!


-Edward-
01-10-2001, 08:24 AM
Hi, Could someone tell me how to install something to prevent messages like this being sent through our server -

>
> > GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY!
> >
> > STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN
> > GET ONE FOR ONLY $11.95 PER MONTH!
> >
> > DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE
> > DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO
> > GO! YOUR NEW WEB SPACE CAN BE CREATED INSTANTLY WITH JUST A
> > SIMPLE PHONE CALL TO OUR OFFICE.
> >
> > YOU CAN CHANGE THE DESIGN OF YOUR SITE AS MUCH AS YOU WANT with
> > no extra charge! UNLIMITED TRAFFIC -- no extra charge!
> >
> > FRONT PAGE EXTENSIONS are FULLY SUPPORTED.
> >
> > A SET UP FEE OF $40.00 APPLIES for FIRST TIME CUSTOMERS.
> >
> > ALL FEES PREPAID IN ADVANCE FOR THE YEAR PLUS A $40.00 SET UP
> > CHARGE.
> >
> > FOR DETAILS CALL 1 888 248 0765 if you are outside the USA,
> > please fax 240 337 8325
> >
> > Webhosting International
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>

--------

I have tryed installing the patches from the cobalt site but the control panel wont accept it .... Please help!.

Félix C.Courtemanche
01-10-2001, 08:51 AM
You mean that the pop3-before-smtp-relay package didn't work on your server?

If that specifically does not work (one of its flavour found in ftp://ftp.cobaltnet.com/pub/contrib/binaries/), you cannot do much beside not offering outgoing mail to your clients, or only allowing specific IPs to use smtp.

There is also the option of shutting it down completely :)

-Edward-
01-10-2001, 11:43 AM
And how would i shut down out going mail completly? They would still be able to send mail via there own isp though?

Félix C.Courtemanche
01-10-2001, 05:57 PM
Yes, they would.

If you log in telnet or ssh on your server, do the following to shut sendmail down:
su
[root pass]
/etc/rc.d/init.d/sendmail stop

This sill shut it down for now. If you want to temporarily shut it down, move that file (/etc/rc.d/init.d/sendmail) someplace else and it will not get restarted next time you reboot.

However, I am not sure that the scripts normally using sendmail (perl, asp, php scripts) will work anymore.

Instead, I suggest applying a rule denying every IP to your mail server and only allowing localhost adn the few ips that you trust not to spam.

This is done in the control panel >> mail server.

-Edward-
01-10-2001, 06:08 PM
Instead, I suggest applying a rule denying every IP to your mail server and only allowing localhost adn the few ips that you trust not to spam.

This is done in the control panel >> mail server.

-------

Don't fully get this part .... if i put localhost and a few ips wouldnt anyone be able to use it since its localhost?

-Edward-
01-10-2001, 07:21 PM
Whic ones do i remove the ips and domains from?

Relay for the following Hosts/Domains

Host/Domain Aliases

or do i remove from both of them?

Chicken
01-10-2001, 08:17 PM
If you have POP-Auth installed then you shouldn't have *any*thing in these fields. The POP-Auth will take care of letting people in who have accounts there.

By default, the server does not allow mail to be sent through it, so you've done something (either pop-auth or the two things you mentioned) to allow it.

-Edward-
01-11-2001, 04:32 AM
Well when i create an account it puts them in there. So if i removed them all everything would be ok?. Not actually put any in there myself.

Chicken
01-11-2001, 10:38 AM
I'm sorry, I thought you meant you added *other* domains/IPs there. Yes, those are added when you create domains.

Read Felix's posts and ignore what I said (it doesn't apply here).