I'm using a perl module (Mail::Sendmail) which uses sendmail to send stuff. It hasn't been working, but hasn't been giving me any errors.
So now I suspect sendmail. I tried:
telnet 127.0.0.1 25 mail from:[email protected] rcpt to:[email protected] data subject: subject line sgiopjsdoigjsd sdgsdg sdgfsdg . quit I get the "mail accepted for delivery" message, which is what should happen. I wait around for a couple minutes and nothing in my inbox. So I take a look at /var/log/maillog.3 and it doesn't have anything pertaining to what I just did.
I tried sending mail locally to another user by doing mail [email protected] and that worked. But still nothing in the logs (which makes me believe the real logs are somewhere else).
Summing up:
- Can't send mail to the cloud, but it works locally
- Unknown location of sendmail log file
sendmailis just one of many possible SMTP servers (although it might be the one you have installed).