How to use uucp and fetchmail ETRN wiht linode.com?
i am using linode as my emails backup MX server, there are a lot of emails i should poll to my local machine from linode.com, i run the command:
fetchmail -v ETRN linode.com
but no luck, the result is:
…connection failed.
fetchmail: connection to linode.com:imap failed: Connection refused.
IMAP connection to linode.com failed: Connection refused
And how i can configure uucp for linode.com?
6 Replies
fetchmail: 6.3.9 querying ETRN (protocol auto) at Mon 05 Oct 2009 05:09:48 PM AFT: poll started
fetchmail: 6.3.9 querying ETRN (protocol IMAP) at Mon 05 Oct 2009 05:09:48 PM AFT: poll started
Trying to connect to 64.95.64.198/143…connection failed.
fetchmail: connection to ETRN:imap [ ] failed: Connection timed out.
IMAP connection to ETRN failed: Connection timed out
Can you provide some more information, perhaps the domain name or an e-mail address you're trying to get mail for, or any tutorials or information the administrator of 64.95.64.198 sent you with regards receiving e-mail?
Thanks!
fetchmail -p ETRN --fetchdomains <etrn_list> <backup_mx></backup_mx></etrn_list>
ETRN_LIST = Comma separated list of domains you want to 'pull' mail for.
BACKUP_MX = The hostname/ip address of the remote server currently holding the mail for you.
fetchmail -v -p ETRN –fetchdomains example.com mx-linode
fetchmail: 6.3.9 querying mx-linode (protocol ETRN) at Tue 06 Oct 2009 08:20:27 PM AFT: poll started
Trying to connect to 97.107.132.48/25…connected.
fetchmail: SMTP< 220 mx-linode ESMTP server
fetchmail: SMTP> EHLO exmaple.com
fetchmail: SMTP< 250-server-mx.linode
fetchmail: SMTP< 250-PIPELINING
fetchmail: SMTP< 250-SIZE 10240000
fetchmail: SMTP< 250-VRFY
fetchmail: SMTP< 250-ETRN
fetchmail: SMTP< 250-STARTTLS
fetchmail: SMTP< 250-ENHANCEDSTATUSCODES
fetchmail: SMTP< 250-8BITMIME
fetchmail: SMTP< 250 DSN
fetchmail: ETRN> ETRN example.com
fetchmail: ETRN< 250 Queuing started
fetchmail: Queuing for exmaple.com started
fetchmail: Polling mx-linode
fetchmail: ETRN> QUIT
fetchmail: SMTP< 221 2.0.0 Bye
fetchmail: 6.3.9 querying mx-linode (protocol ETRN) at Tue 06 Oct 2009 08:20:48 PM AFT: poll completed
fetchmail: normal termination, status 0
but i don't know why i didn't get even a single email message?
You'll need to investigate the logs on the remote server to see what's going on with it.