I recently decided I'd attempt to set up my own mail server on my CentOS 5 Linode. I followed Linode's guide (
https://library.linode.com/email/postfi ... he-mailbox) and despite some hiccups along the way, I'm now able to send and receive mail from my mail client! Unfortunately, there still seems to be issues somewhere in my configuration…
I attempted to help a friend set up his email client to connect to my server. He's able to receive email but not send it. When I take my laptop and go to his house, I'm also unable to send email. I'm using the same laptop and client, so it seems like the IP address is the only thing that changes between his home and mine.
I haven't taken any measures to create white/blacklists for IPs. Does Postfix have any IP-specific rate-limiting or spam defenses that were wrongfully triggered? I read that smtpd_hard_error_limit was IP-specific. Is there a way to see if it is blocking connections? What else could be the cause?
Unfortunately, maillog doesn't seem to give any clues. I see a few instances of this showing up, but I'm not sure if it's meaningful:
Code:
Jun 4 08:54:56 ender postfix/anvil[27673]: statistics: max connection rate 1/60s for (smtp:<ip>) at Jun 4 01:51:36
Jun 4 08:54:56 ender postfix/anvil[27673]: statistics: max connection count 1 for (smtp:<ip>) at Jun 4 01:51:36
Jun 4 08:54:56 ender postfix/anvil[27673]: statistics: max cache size 1 at Jun 4 01:51:36
Thanks in advance to anyone who can provide clues or assistance in getting me back on track!