How can I fetch my Mail from my ISPs Server?
Tim Golz
kolab at izsr.de
Fri Jun 12 23:36:51 CEST 2009
Hi, folx,
> Could you maybe post your brief description via the mailinglist??
> I'm interessed to
OK, if the others dont bother ... here we go!
greetings
Tim
Fetchmail mit Kolab 2.2
Mails sind bei einem externen Provider (ISP) gehostet und sollen
natürlich von dort abgeholt werden.
Kolabversion: 2.2.0
Vorgehen angepasst nach
http://wiki.kolab.org/index.php/Fetchmail_with_Kolab2
• Nach /kolab/RPM/PKG/ wechseln und das OpenPKG-Fetchmail-RPM holen:
ftp://john.doe@foo.bar@ftp.openpkg.org/current/SRC/BASE/fetchmail-6.3.9-20081117.src.rpm
Achtung! Der Download funktioniert nur nach Registrierung bei OpenPKG
und durch Einloggen per
ftp ftp.openpkg.org
john.doe at foo.bar
pass
und dann per
dir current/SRC/BASE/
get fetchmail-6.3.9-20081117.src.rpm
• Von diesem fetchmail-RPM ein Binary erstellen:
/kolab/bin/openpkg rpm --rebuild fetchmail-6.3.9-20081117.src.rpm
Anschliessend haben wir unter /kolab/RPM/PKG/:
vkolab:/kolab/RPM/PKG# ll fetchmail-6.3.9-20081117.*
-rw-r--r-- 1 kolab kolab 534962 2009-02-04 22:10
fetchmail-6.3.9-20081117.ix86-debian4.0-kolab.rpm
-rw-r--r-- 1 root root 1553634 2009-02-04 22:05
fetchmail-6.3.9-20081117.src.rpm
- Dieses Binary trägt eine distributionsspezifische Bezeichnung (hier:
x-debian4.0-x). Installieren per
/kolab/bin/openpkg rpm -ihv fetchmail-6.3.9-20081117.ix86-debian4.0-
kolab.rpm
Preparing...
########################################### [100%]
1:fetchmail
########################################### [100%]
Nun die Datei /kolab/etc/kolab/templates/rc.conf.template um diese
Zeile ergänzen ... :
fetchmail_daemon="yes"
... und
/kolab/sbin/kolabconf
ausführen.
Dann bearbeiten von
/kolab/etc/fetchmail/fetchmail.master
durch ändern der Zeile wie folgt:
set postmaster "root"
In der Datei
pico /kolab/etc/fetchmail/fetchmail.users
die Zeile
kolab
anfügen.
• Alle Benutzerspezifischen Einstellungen werden in
/kolab/.fetchmailrc
eingetragen:
poll www.foo.bar with proto pop3 user "web555" with password "strange"
is lars here options fetchall
Alles auf einer Zeile!
• Fetchmail starten per
/kolab/bin/openpkg rc fetchmail start
• Logging des Fetchmail:
vkolab:/kolab# tail -f /kolab/var/fetchmail/fetchmail.log
Die gesamte fetchmailrc:
vkolab:/kolab/etc/fetchmail# egrep -v '#|^ *$' fetchmailrc
set daemon 160
set postmaster "root"
set no bouncemail
set no spambounce
set logfile /kolab/var/fetchmail/fetchmail.log
set idfile /kolab/var/fetchmail/fetchmail.uid
set no syslog
poll webmail.some.domain with proto pop3 user "heind" there with
password "secret" is heind here options fetchall
poll www.foo.bar with proto pop3 user "web555" with password "strange"
is lars here options fetchall
# und so weiter fuer weitere Accounts .....
Stand: Februar - April 2009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20090612/24dbd1f0/attachment.html>
More information about the users
mailing list