fetchmailconf not invoking X window

Alexander Dalloz ad+lists at uni-x.org
Sun Nov 28 17:03:31 UTC 2004


Am So, den 28.11.2004 schrieb ashwin kesavan iyengar um 15:51:

> I am using FC3. I was trying to configure fetchmail for mutt. When i
> type fectmailconf in terminal (opened under X) the following error
> occurs
> 
> bash: fetchmailconf: command not found

> ashwin

Fedora does not ship fetchmailconf.

Btw. a fetchmailrc is really simple to set up. No need for a GUI. An
example as follows:

$ cat /home/username/.fetchmailrc

set postmaster "username"
set properties ""
set no bouncemail
set no spambounce
set no syslog
set logfile /var/log/fetchmail.log
 
poll mailaccount_yourservice
        proto imap
        via name.of.mail.server
        port 993
        timeout 60
        tracepolls
        user "mail_login_name"
        pass "secret_pass"
        is username at localhost
        ssl
        nokeep
        fetchall

This is an *example* (feeding a local MTA). Customize it to fit your
needs. "man fetchmail" and "fetchmail --help" explain every possible
setting.

Alexander


-- 
Alexander Dalloz | Enger, Germany | new address - new key: 0xB366A773
legal statement: http://www.uni-x.org/legal.html
Fedora GNU/Linux Core 2 (Tettnang) on Athlon kernel 2.6.9-1.6_FC2smp 
Serendipity 17:58:04 up 8 days, 12:45, load average: 1.40, 1.05, 0.81 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20041128/30c8c681/attachment-0001.sig>


More information about the fedora-list mailing list