Hallo zusammen,
ich habe mir mailstation installiert und möchte nun auch die Mails von meinen externen Konten bei den ISP abrufen.
Dazu habe ich mich an das Wiki "Emails mit Dovecot und getmail abholen" und auch an dem Beitrag von "Flutsch" Mailstation zum Abrufen externer Mailkonten konfigurieren" gehalten.
meine getmail.sh sieht so aus:
#!/bin/sh
/opt/bin/getmail -q -d --rcfile /volume1/homes/Reinhard/.getmail/gmx.rc
und gmx.rc hat den Inhalt:
[options]
delete = false
message_log = /volume1/homes/Reinhard/.getmail/gmx.log
[retriever]
type = SimplePOP3Retriever
server = pop3.gmx.de
port = 110
username = blabla
password = blabla
use_apop = false
timeout = 180
delete_dup_msgids = false
[destination]
type = Maildir
path = /volume1/homes/Reinhard/.Maildir/
user = Reinhard
filemode = 0600
Ich habe schon -zig Beiträge gelesen und hin und her mit Rechten der Dateien geändert, doch ich bekomme beim Ausführen von getmail.sh mit su Reinhard immer die Fehlermeldung:
$ sh ./getmail.sh
./getmail.sh: ./getmail.sh: 1: {rtf1macansicpg10000cocoartf824cocoasubrtf480: not found
./getmail.sh: ./getmail.sh: 2: {fonttblf0fmodernfcharset77: not found
./getmail.sh: ./getmail.sh: 3: {colortbl: not found
./getmail.sh: ./getmail.sh: 3: red255green255blue255: not found
./getmail.sh: ./getmail.sh: 4: paperw11900paperh16840margl1440margr1440vieww14480viewh8400viewkind0: not found
./getmail.sh: ./getmail.sh: 5: deftab720: not found
./getmail.sh: ./getmail.sh: 6: pardpardeftab720qlqnatural: not found
./getmail.sh: ./getmail.sh: 8: f0fs24: not found
Error: configuration file /volume1/homes/Reinhard/.getmail/gmx.rc} does not exist
Bin nun fasst am Verzweifeln, da ich nicht weiss was ich noch tun kann.
Kann mir vielleicht jemand einen Tipp geben?
Danke!
Es grüßt
Reinhard
ich habe mir mailstation installiert und möchte nun auch die Mails von meinen externen Konten bei den ISP abrufen.
Dazu habe ich mich an das Wiki "Emails mit Dovecot und getmail abholen" und auch an dem Beitrag von "Flutsch" Mailstation zum Abrufen externer Mailkonten konfigurieren" gehalten.
meine getmail.sh sieht so aus:
#!/bin/sh
/opt/bin/getmail -q -d --rcfile /volume1/homes/Reinhard/.getmail/gmx.rc
und gmx.rc hat den Inhalt:
[options]
delete = false
message_log = /volume1/homes/Reinhard/.getmail/gmx.log
[retriever]
type = SimplePOP3Retriever
server = pop3.gmx.de
port = 110
username = blabla
password = blabla
use_apop = false
timeout = 180
delete_dup_msgids = false
[destination]
type = Maildir
path = /volume1/homes/Reinhard/.Maildir/
user = Reinhard
filemode = 0600
Ich habe schon -zig Beiträge gelesen und hin und her mit Rechten der Dateien geändert, doch ich bekomme beim Ausführen von getmail.sh mit su Reinhard immer die Fehlermeldung:
$ sh ./getmail.sh
./getmail.sh: ./getmail.sh: 1: {rtf1macansicpg10000cocoartf824cocoasubrtf480: not found
./getmail.sh: ./getmail.sh: 2: {fonttblf0fmodernfcharset77: not found
./getmail.sh: ./getmail.sh: 3: {colortbl: not found
./getmail.sh: ./getmail.sh: 3: red255green255blue255: not found
./getmail.sh: ./getmail.sh: 4: paperw11900paperh16840margl1440margr1440vieww14480viewh8400viewkind0: not found
./getmail.sh: ./getmail.sh: 5: deftab720: not found
./getmail.sh: ./getmail.sh: 6: pardpardeftab720qlqnatural: not found
./getmail.sh: ./getmail.sh: 8: f0fs24: not found
Error: configuration file /volume1/homes/Reinhard/.getmail/gmx.rc} does not exist
Bin nun fasst am Verzweifeln, da ich nicht weiss was ich noch tun kann.
Kann mir vielleicht jemand einen Tipp geben?
Danke!
Es grüßt
Reinhard