• Solved
  • [SOLVED] Fetchmail und SMTP Relay

Hallo,
danke für die Möglichkeit die Software zu testen.
Wie kann ich dem SMTP Relay Server einen Benutzernamen und ein Passwort mitgeben und wie stelle ich den Intervall für Fetchmail ein (abholen)? Wäre es möglich beides in das Admin Web zu integrieren?
Danke, Gruß Thomas

Beides ist in grommunio Admin Web bereits integriert.

Kurz zusammenfassende Antworten auf die Fragen:

  • In der Datei /etc/sysconfig/fetchmail folgenden Parameter umstellen: FETCHMAIL_POLLING_INTERVAL="600"
  • grommunio-admin fetchmail write-rc erstellt die in der Admin UI konfigurierten fetchmail-Einstellungen. Hier empfiehlt es sich, bei häufigen Änderungen einen cron-job anzulegen. Folgend sollte der Dienst aktiviert und gestartet werden: systemctl enable fetchmail und systemctl start fetchmail.

Eine vereinfachte Basis-Einrichtung des Dienstes über die Admin UI ist geplant, jedoch "bei jeder Installation per Standard zu aktivieren" unserer Meinung nach nicht empfehlenswert, da nur ein sehr geringer Teil remote E-Mails abholt. Dieser Teil kommt in die Dokumentation -> Ich habe das Feedback an das Doc-Team weitergeleitet.

  • Der Relay-Host-Fall ist sehr schön bereits hier dokumentiert:

https://docs.grommunio.com/admin/administration.html#db-configuration

Hallo,
vielen Dank für die Antwort.Das Polling habe ich hinbekommen.

Beim Relay Host stehe ich etwas auf dem Schlauch... Bei der Installation habe ich ja einen Host angegeben, den sehe ich im Webinterface nicht... wenn ich neue Parameter für den Relay Host anlege, wie in der Doku beschrieben, weiß ich nicht wie ich den Benutzernamen und das Passwort für den schon vorhandenen Relay Host eingebe... Kann ich da mal ein Beispiel bekommen, oder einen Hinweiß zur Selbsthilfe ? ;-)
Danke, Gruß Thomas

20 days later

Hallo Thomas, kannst du mir auf die Sprünge helfen, was das fetchmail angeht, ich bekomme immer:

SMTP connect to localhost failed
SMTP transaction error while fetching from *****@server and delivering to SMTP host localhost
fetchmail: Query status=10 (SMTP)

Gruß Sören

7 days later

the correct settings for a relay host

file:main.cf

############################################################
#relay host
############################################################

relayhost = [smtp.yoursmt.server]

############################################################
#SASL stuff
############################################################
#---/end
#enable SASL authentication
smtp_sasl_auth_enable = yes
#disallow methods that allow anonymous authentication.
smtp_sasl_security_options = noanonymous
#where to find sasl_passwd
#smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
#to prevent error with diction type
#run postmap /etc/postfix/sasl_passwd
#restrat postfix
smtp_sasl_password_maps = lmdb:/etc/postfix/sasl_passwd
#Enable STARTTLS encryption
smtp_use_tls = yes
#where to find CA certificates
#smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
#---/end

file:sasl_passwd
#---------------------------
#your smtp.com
#---------------------------
[smtp.yoursmt.server]:587 user:password
#---------------------------


brNP

    3 months later

    noplan

    i was doing like that for relaying but im getting still this error in the log:
    said: 550 Authentication required
    Port 587 is ok but Authentication will not be sent. I edit the sasl_passwd as u write above.
    /etc/postfix/sasl_passwd restart postfix but its not working. Hope you can help me! Thanks!

    noplan
    Update: i made the main.cf and the sasl_passwd from scratch reboot and it´s working now! Thanks
    ]:587, delay=2.3, delays=0.2/0/0.84/1.3, dsn=2.0.0, status=sent (250 OK id=1n0PFu-0006lh-3W)

    mwilliams changed the title to [SOLVED] Fetchmail und SMTP Relay .
    2 years later

    © 2020-2024 grommunio GmbH. All rights reserved. | https://grommunio.com | Data Protection | Legal notice