Forum Index
Search Forum
Register
Log in
Current
7.0 Production build 6 Mar '07
7.1 Beta 5 build 7 Oct '07
A donation makes a contribution towards the time and effort that's going in to running this site.
Steffen
Contact: My mail address is at the top of the paypal form :
Your donations will help to keep this site alive and well.
|
| View previous topic :: View next topic |
| Author |
Message |
lgreusard
Joined: 18 Jun 2012 Posts: 1
|
Posted: Mon 18 Jun '12 8:08 Post subject: Spam problems |
|
|
Hello,
We have a lot of spam problemes here with sambar server.
Server OS is win 2000 Terminal.
Some people seems to use our server as an open relay. By listening network cars with wireshark, i see some mail spams incoming, then relayed to our internet smtp (so its relayed).
A big part of email target (final targets of spam) are *@*.com.br
When i use a telnet our public IP from internet, it seems smtp auth is needed (so not an open relay ?). but in wireshark i see that the account use for authenticating and relaying spam through our server is arandomhash@myserveurdomain.net
i can't give my ip adress here for tests, sorry.
In sambar config, i see SMTP auth OFF, but telnet says "need login"...
Sorry for my not-perfect english.
Thx in advance for answers.  |
|
| Back to top |
|
Johannes Moderator
Joined: 27 Nov 2005 Posts: 145 Location: SK,Canada
|
Posted: Wed 20 Jun '12 3:10 Post subject: |
|
|
Hi,
you need to set the following in mail.ini
Require AUTH = true
Restrict Relay = true
The minimum is
Require AUTH = true
and your open relay is gone.
Now that this is set to "true", your users have to set their username & password correctly in their mail client to be able to send mail through this server. If you are using "sambar webmail", the authentication is done internaly by sambar.
Johannes |
|
| Back to top |
|
|
|