PostFix security question


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers PostFix security question
# 1  
Old 06-06-2004
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
# 2  
Old 06-06-2004
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  
Old 06-06-2004
Thanks for your post Norsk!

You have been very helpfull.
# 4  
Old 06-07-2004
no prob.Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Postfix: Active Directory and postfix alias

I have a mailserver with postfix i want to alias all mail for administrator@domain.fqdn to root@domain.fqdn I have the aliases configured,and i did newliases but doesn't work. How to did this?Postfix is configured for virtual domain on ad server. (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

2. UNIX for Dummies Questions & Answers

Security Question

In an effort to adapt to best security practices, it has been suggested that a number of scripts that are going to be distributed to multiple machines across an internal network use be modified to replace instances of rsh and rcp with openSSH ssh and scp. Since there are so many references to rsh... (1 Reply)
Discussion started by: jasondj
1 Replies

3. Ubuntu

postfix question

Guys, if i want to set a mail server for sending to internet users, what i should add to mydestination = in postfix main.cf ? Thanks so much. (1 Reply)
Discussion started by: XP_2600
1 Replies

4. UNIX for Dummies Questions & Answers

Please help with Postfix config issue - How to allow remote Exchange server to relay to my postfix

Hi guys One of our clients have a problem with sending email to a certain domain. No matter what we try, the mails just dont get delivered. What I did then, is created a new connector on their Exchange server, pointing all mail sent to their client at "domain1" to relay to our Postfix mail... (0 Replies)
Discussion started by: wbdevilliers
0 Replies

5. IP Networking

postfix - reinject mail to postfix from hold queue directory

hi all. Am using smtpd_recipient_restrictions & check_recipient_access in postfix. The hash file looks like this: emailaddress1 HOLD emailaddress2 HOLD The aim is to place email from these recipients in the hold directory,check them then reinject them back in postfix on some... (0 Replies)
Discussion started by: coolatt
0 Replies

6. Cybersecurity

One Question about security

Hi there, Due to limited resource available in my network, I had to allow users comming from internet to telnet my SCO UNIXWARE box directly, like: telnet 23.1.1.2, anyone can access. I can't make it secure based on IP addresses or hostnames since IP address is dynamic. I have made all the... (9 Replies)
Discussion started by: tayyabq8
9 Replies

7. UNIX for Dummies Questions & Answers

security question

I just wanted to know when dealing with key loggers, What would be a normal routine for searching them out. I really don't know what I am looking for other than odd process. Also packet sniffers. What are signs? (0 Replies)
Discussion started by: blanks
0 Replies
Login or Register to Ask a Question