How can I fetch my Mail from my ISPs Server?
Alexander Schröter
webmaster at computational-chemistry.org
Mon Jun 22 15:16:05 CEST 2009
Since I am really not able to download the fetchmail file from OpenPKG I
need to do it with the Debian package.
So here is what I did:
#1 Installed fetchmail.
#2 Added this to the /root/.bashrc
>export LANG=C
>opa () {
> root="${1:-/kolab}"
> if [ ! -d $root ]; then
> echo "opa:ERROR: OpenPKG root directory $root not found"
> exit 1
> fi
> if [ ! -f "$root/etc/rc" ]; then
> echo "opa:ERROR: root directory does not contain OpenPKG hierarchy"
> exit 1
> fi
> eval `$root/etc/rc --eval all env`
>}
#3 Created a file /root/.fetchmailrc with:
>defaults
> no dns
> envelope Delivered-To:
> set postmaster "root"
> poll <mail.ISPDomain.org>
> localdomains <mydomain.org>
> proto pop3
> user <ISP Username>
> pass <ISP Password>
> to *
> #fetchall
> keep # For testing, comment out and use fetchall for live
#4 but when I run fetchmail (as root) it seems to find mails and get them
but they do not get transfered into my kolab users account. This doesn't
come as a surprise because I never mentioned which user those mails belong
to.
Could someone help me and maybe explain how I can do this.
Thanks in Alexander Schröter
More information about the users
mailing list