[Eisfair] mail 1.17.1: fetchmail scheitert am lokalen SMTP

Alexander Dahl lespocky at web.de
Mi Jan 28 10:04:56 CET 2026


Hallo Marcus,

Marcus Röckrath schrieb Dienstag, 27. Januar 2026, 23:20 (CET):
> Hallo Alexander,
>
> Marcus Röckrath wrote:
>
>>> Ich vermute die Authentifizierung am SMTP läuft über PAM?
>> 
>> Für dovecot wird eine pam-Konfiguration erstellt. Könnte exim PAM
>> überhaupt? Müsste man mal recherchieren.
>
> Finde im mail-Konfiguration Hinweise auf pam für den login- und plain-
> server.
>
> Post doch mal bitte den "server side" Authentifizierungsabschnitt aus 
> /var/spool/exim/configure.

    #===============================================================================
    # AUTHENTICATION CONFIGURATION
    #===============================================================================
    
    begin authenticators
    
    ### server side authentication ###
    
    plain_server:
      driver = plaintext
      public_name = PLAIN
      server_prompts = :
      server_advertise_condition = ${if def:tls_in_cipher}
      server_condition = ${if and{ {!eq{$auth2}{}}\
                                   {!eq{$auth2}{root}}\
                                   {!eq{$auth3}{}}\
                                   {pam{$auth2:$auth3}}\
                                 }{true}fail}
      server_set_id = $auth2
    
    login_server:
      driver = plaintext
      public_name = LOGIN
      server_prompts = "Username:: : Password::"
      server_advertise_condition = ${if def:tls_in_cipher}
      server_condition = ${if and{ {!eq{$auth1}{}}\
                                   {!eq{$auth1}{root}}\
                                   {!eq{$auth2}{}}\
                                   {pam{$auth1:$auth2}}\
                                 }{true}fail}
      server_set_id = $auth1
    
    # CRAM-MD5 cannot be used to check password against /etc/shadow
    # MAIL_USER_USE_MAILONLY_PASSWORDS=no has been set

> Und bitte auch die Ausgabe nach EHLO-Befehl nach Verbindung mit dem smtp per 
> telnet.

Hatte ich im anderen Beitrag schon. ;-)

Grüße
Alex

-- 
***** http://blog.antiblau.de/ *****************************
GnuPG-FP: C28E E6B9 0263 95CF 8FAF  08FA 34AD CD00 7221 5CC6


Mehr Informationen über die Mailingliste Eisfair