![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| postfix | melanie_pfefer | Linux | 2 | 04-25-2008 07:43 AM |
| Postfix | rbizzell | UNIX for Advanced & Expert Users | 3 | 11-03-2006 02:27 AM |
| One Question about security | tayyabq8 | Security | 9 | 05-22-2006 07:56 AM |
| security question | blanks | UNIX for Dummies Questions & Answers | 0 | 03-01-2005 10:33 AM |
| UNIX Security Question | OBCCBIP | UNIX for Dummies Questions & Answers | 3 | 08-09-2004 03:02 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
PostFix security question
I have a Postfix mail server running on my eMac, and been looking at /var/log/mail.log.
I am new to administrating a mail server. I notice some servers tried to relay messages to unkown recipients in my server, and my Postfix denied access. The "from" and "rcpt to" look very phony. I did a whois and Ip. And got an answer that these servers are from China and elsewhere. Don't know exactly what these guys are trying to do with my server. But I blocked their IPs using "sudo ipfw add deny log ip from 111.222.333.444 to any" Checked my system with "last" command on the terminal, and my firewall is up. My guess is that they are collecting domain names using the smtp protocol. Next step they might just try to capture the users of server by making requests using a dictionary word followed by @mydomain. The ones that are accepted, they will write on a list. Am I right? Questions: 1) What are these guys trying to do? 2) Blocking their IPs is relevant or just a waste of time? 3) Can they ruine my low band (64k)? 4) Should I expect them to come back with other requests on my server? 5) What can I do about this to protect my system? Thanks for your comments... Bernardo Höhl Rio de Janeiro - Brazil |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
blocking their ip at the firewall is the right thing to do. however theres gonna be other people that are gonna try the same thing. you could write a daemon to moniter the mail log file, and for every relay request that is denied you could add the originating ip to the list of ip's to be blocked.
|
|
#3
|
|||
|
|||
|
Thanks for your post Norsk!
You have been very helpfull. |
|
#4
|
|||
|
|||
|
no prob.
|
|||
| Google The UNIX and Linux Forums |