PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit Mailserver unter Debian



chrisi112
13.07.10, 17:52
Hallo,
ich habe einen Mailserver mit fetchmail, procmail, postfix und squirrelmail eingerichtet bzw ich versuche es. Das Problem geht jedoch schon bei Fetchmail los, ich habe schon mehreres versucht aber noch nichts hat geklappt und ich hoffe ihr könnt mir helfen.
Ich versuche Mails via pop3 von googlemail abzuhohlen und habe auch schon das mit dem Zertifikaten gemacht aber wenn ich versuche abzurufen via webmin kommt:
Prüfe E-Mails auf Server(n) mit dem Befehl fetchmail -v -f '/home/christian/.fetchmailrc' ...

fetchmail:/home/christian/.fetchmailrc:22: syntax error bei user
.. Prüfung gescheitert!

ich hoffe ihr könnt mir hier erstmal helfen.
Danke

stefaan
13.07.10, 18:28
Servus,

das poste doch bitte deine .fetchmailrc (ohne Passwort)...

Grüße, Stefan

DrunkenFreak
13.07.10, 18:29
Zeile 22 in der fetchmailrc ist kaputt.

Woher ich das weiß? Ich hab die Fehlermeldung gelesen...

chrisi112
13.07.10, 18:51
so hier ist meine .fetchmailrc (sry DrunkenFreak, aber ich weiß nicht was)

#
#
# Sample .fetchmailrc file for Gmail
#
# Check mail every 900 seconds
set daemon 900
set syslog


set postmaster root

#set bouncemail
#
# To keep mail on the server use the you would put keep at the end.
#
poll pop.googlemail.com with proto POP3 and options no dns ssl sslcertck sslcertpath '/opt/cert/.cert'
#
# I receive my gmail to the root user on the Slug
# In the line below replace 'youruser' with your gmail account,
# 'yourpassword' with your gmail password and 'your slug account'
# with the user id on the slug who should be configured to receive the mails
user 'christiansserver@googlemail.com' with pass "passwort" is 'christian' here options
# You would use this to by-pass Postfix
# mda '/usr/bin/procmail -d %T'

L00NIX
14.07.10, 07:28
Probiere es mal nur mit Doppelten Anführungszeichen, also mit " statt '.

Gruß
L00NIX