OK got .fetchmail open with vi (in OpenOffice Writer it looked empty) it is not empty but contain very little info
pop3.domain.co.za
proto pop3
user "username1@domain.co.za"
pass "secretpassword"
is username1
That was all.
Got a real problem with fetchmailconf Issue the following to run it:
/root/fetchmail-6.2.5/fecthmailconf
Text returned on screen:
Traceback (most recent call last):
File "/root/fetchmail-6.2.5/fetchmailconf", line 9, in ?
from Tkinter import *
ImportError: No module named Tkinter
I went to
http://www.python.org/2.4/rpms.html and downloaded from the Binaries for Fedora Core 3:
python2.4-tkinter-2.4-1pydotorg.i386.rpm
Used "rpm -ivv /root/python2.4-tkinter-2.4-1pydotorg.i386.rpm" to install it.
It needed "python2.4-2.4-1pydotorg" so I went back and downloaded:
python2.4-2.4-1pydotorg.i386.rpm
When I run "rpm -ivv /root/python2.4--2.4-1pydotorg.i386.rpm" it run fine so I run "rpm -ivv /root/python2.4-tkinter-2.4-1pydotorg.i386.rpm" and all looked well. But "/root/fetchmail-6.2.5/fecthmailconf" gave same text message. So I restarted and tried "/root/fetchmail-6.2.5/fecthmailconf" again but got the same text message again.
Anyone an idea what this message from fecthmailconf mean?