• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Problem with sendmail/imap

Armitage

Banned
Ok, so I finally got imap working - I can remotely retrieve the mail from my server.
However, I can't send via this server.

If I login to the server via SSH, I can start a mail client and send/receive mail.
I now have imap set up such that I can retrive mail from this same account.

In my email client (mozilla) I've set up the server as the outgoing (SMTP) server, but when I try to send, nothing happens. I tried to telnet directly into port 25 on the server, and it just hangs there and eventually times out. Port 25 must be open on the firewall, because sending & receiving mail works fine when I'm logged into the box, but not via IMAP.

Any ideas?
Thanks
 
figured it out - our corporate firewall blocks outgoing connections on port 25.
But I can relay out through the corporate servers 😛
 
not to mention unless you are using pop before smtp you are setting yourself up for becoming a spam relay. if you insist on using your mail sever to send mail from outside your local lan, then you need to setup some sort of authentication for smtp. i believe there is a hack avail for sendmail to allow auth
 
Yea, authentication is turned on for the smtp server. It's an integral part of sendmail - not a hack. That's not the same thing as an open relay though.
 
Back
Top