PDA

View Full Version : Mail Queue Administration



glio
07-30-2008, 01:09 AM
I have a lot e-mails in mail queue sent from "<>" to all kind of weird e-mail adresses.
Does that mean my mailserver is have been hacked??

how can i check it?and how can i stop it?

glio
07-30-2008, 01:21 AM
i want to ask how can i setting just my server and my customer can send mail. the other can't send mail using my smtp?

nobaloney
08-01-2008, 11:06 AM
I have a lot e-mails in mail queue sent from "<>" to all kind of weird e-mail adresses.
Does that mean my mailserver is have been hacked??

how can i check it?and how can i stop it?
Generally not; it usuallly means a domain name on your server is being used by a spammer. The spammer is most likely not on your server; just hijacking a domain name. There's not much you can do except perhaps change defaults in exim.conf so undeliverable emails will be frozen/deleted more quickly than they are now.

i want to ask how can i setting just my server and my customer can send mail. the other can't send mail using my smtp?
This is standard for DirectAdmin mail servers.

Jeff

glio
08-03-2008, 08:14 PM
Generally not; it usuallly means a domain name on your server is being used by a spammer. The spammer is most likely not on your server; just hijacking a domain name. There's not much you can do except perhaps change defaults in exim.conf so undeliverable emails will be frozen/deleted more quickly than they are now.

This is standard for DirectAdmin mail servers.

Jeff

thank you, but i want to ask.
if i just want to limit my ip's can send mail by smtp. and the other can't send mail by my ip. how can i do?

may i do that in /etc/hosts.deny and /etc/hosts.allow ?

floyd
08-04-2008, 05:02 AM
Do you mean that you do not even want your own customers to use your server to send mail?

glio
08-04-2008, 05:36 PM
Do you mean that you do not even want your own customers to use your server to send mail?

no. i mean i just want only my server can send mail.(my customers they just only using webmail on my server).

nobaloney
08-05-2008, 10:31 PM
I suppose you can make changes to exim.conf so it'll only accept email for delivery on the sever, and never accept mail for delivery off the server. I haven't studied the changes you'll have to make; you're on your own.

Jeff