I'm currently running SME7 as my mail server with POP3S and IMAPS enabled.
I'm attempting to set up another machine to work as an RT Ticketing machine the idea being that I set up a support account on my mail server and have my RT server fetch the mail over POP3.
The problem is that I cant seem to pull the mail off my SME box. POP is working, since I've been able to download mails using Thunderbird, but for some reason I cant figure out how to get fetchmail to grab the mail.
Here's what my .fetchmailrc looks like:
poll mail.mydomain.com with protocol pop3:
username support password ********* mda "/usr/bin/perl \
/usr/bin/rt-mailgate --url http;//localhost/ \
--queue General --action correspond"
I then run fetchmail as the 'rt'/support user like this:
fetchmail -d 10
I've set it to 10 second intervals just to see if anything happens, but no mail seems to come down.
I've tried adding the port number (995) to the .fetchmailrc but that does nothing either.
I've tried to debug it by running fetchmail in verbose and checking mode, but nothing else happens there, here' s an example of my output:
bash-3.00$ fetchmail -c -v -v -t 5
fetchmail: 6.2.5 querying mail.mydomain.com (protocol POP3) at Tue 24 Oct 2006 09:12:03 PM JST: poll started
fetchmail: timeout after 5 seconds waiting to connect to server mail.mydomain.com.
fetchmail: socket error while fetching from mail.mydomain.com
fetchmail: 6.2.5 querying mail.mydomain.com (protocol POP3) at Tue 24 Oct 2006 09:12:08 PM JST: poll completed
fetchmail: normal termination, status 2
Does anyone have any experience of this? Any ideas on whats broken/not working here. I suspect it may be my ports, but changing them makes no difference.
Any help much obliged.
Conor