I have a box that has apache, mysql, php, sendmail(sort of), and imap. My situation is this, I can send email to anybody outside of localhost, and anybody outside of localhost can send email in. If I try to send mail from one user to another on the server itself, it doesn't work. I can do the following:
telnet localhost 25
telnet localhost 110
I can't do a telnet localhost 143 though. If I call imapd manually, it will emulate what it should look like when I run telnet, but telnet does not work. Thanks in advance to anyone who can help
telnet localhost 25
telnet localhost 110
I can't do a telnet localhost 143 though. If I call imapd manually, it will emulate what it should look like when I run telnet, but telnet does not work. Thanks in advance to anyone who can help