Hi all,
New to the whole E-Smith / SME thing but very familiar with Linux. Had 4.1.2 working quite nicely. Just upgraded to SME 5 and noticed some weird behaviour.
Most notably, I was retrieving email from ISPs for a number of users, using fetchmail. After upgrading, fetchmail no longer works correctly. No matter what I do, it gives me the following error:
fetchmail: fetchmail: getaddrinfo(mail.xxx.xxx.xxx.com.pop3)
fetchmail: normal termination, status 2
running it with full verbosity:
fetchmail: 5.7.4 querying mail.xxx.xxx.xxx.com (protocol POP3) at Fri 21
Sep 2001 04:50:25 PM EDT
fetchmail: fetchmail: getaddrinfo(mail.xxx.xxx.xxx.com.pop3)
fetchmail: Query status=2 (SOCKET)
fetchmail: Deleting fetchids file.
fetchmail: normal termination, status 2
fetchmail: Deleting fetchids file.
I've blocked out the ISP's mail address, except for the suffix and prefix. You can see that in the first line it's attempting to connect to mail.xxx.xxx.xxx.com, which is the server I've identified in .fetchmailrc. My .fetchmailrc is relatively simple, and looks like:
poll mail.xxx.xxx.xxx.com protocol pop3
user "username", with password "pass", is "username" here smtphost
e-smith.servername.here;
What it's *supposed* to do is connect to mail.xxx.xxx.xxx.com via POP3, grab all emails for username, and then forward them via SMTP to the mail server on the e-smith/SME box.
Any thoughts? As I said, it worked under 4.1.2 with no modification to the script. After the upgrade, things stopped working.