Ok, I'll do my best not to revert to my trolling ways, but all of a sudden, SME has been throwing the following error:
Jun 8 13:15:09 serv fetchmail[8658]: SMTP< 220 serv.dom.lan ESMTP
Jun 8 13:15:09 serv fetchmail[8658]: SMTP> EHLO localhost
Jun 8 13:15:09 serv fetchmail[8658]: SMTP< 250-dom.lan Hi Unknown [127.0.0.200]
Jun 8 13:15:09 serv fetchmail[8658]: SMTP< 250-PIPELINING
Jun 8 13:15:09 serv fetchmail[8658]: SMTP< 250-8BITMIME
Jun 8 13:15:09 serv fetchmail[8658]: SMTP< 250 SIZE 15000000
Jun 8 13:15:09 serv fetchmail[8658]: SMTP> MAIL FROM:<scrubbed@scrubbed> BODY=7BIT SIZE=290049
Jun 8 13:15:09 serv fetchmail[8658]: SMTP< 250 <scrubbed@scrubbed>, sender OK - how exciting to get mail from you!
Jun 8 13:15:09 serv fetchmail[8658]: SMTP> RCPT TO:<scrubbed@scrubbed>
Jun 8 13:15:10 serv fetchmail[8658]: SMTP< 250 <scrubbed@scrubbed>, recipient ok
Jun 8 13:15:10 serv fetchmail[8658]: SMTP> DATA
Jun 8 13:15:10 serv fetchmail[8658]: SMTP< 354 go ahead
Jun 8 13:15:12 serv fetchmail[8658]: SIGPIPE thrown from an MDA or a stream socket error
Now, as much as I would like to chalk this up to the upgrade I did last week, it's an ongoing issue. It just happens from time to time, but I've managed to isolate it this time with a little bit of effort.
So, my question is how do I check all these configuration properties? The config command reminds me of the Windows registry (sorry, but *shudder*. I happen to like Linux's config files) and doesn't provide much help in actually searching for a specific kind of key. My reasoning is, if I can find whatever the mail delivery agent is, I can check the logs and figure out how to work my way around this.