[Eisfair] Keine Verbindung zu Rechner blabla.net: SSL-Aushandlung fehlgeschlagen

Rainer Lodemann d.lodi.b at googlemail.com
Do Nov 6 21:45:58 CET 2014


Seit dem letzten update kann ich keine Mail mehr vom Eis abholen. Hab viele Einstellungen meines Clients (kmail, openSuse 13.1) ausprobiert, nix geht. Hier nur die (hoffentlich) relevanten Ausschnitte aus der config:


START_MAIL='yes'                  # activate mail package: yes or no

#------------------------------------------------------------------------------
# pop3: general settings
#------------------------------------------------------------------------------

START_POP3='yes'                  # start POP3 server: yes or no
START_IMAP='yes'                  # start IMAP server: yes or no

POP3IMAP_CREATE_MBX='yes'         # create mbx mailbox for imap
POP3IMAP_TRANSPORT='default'      # transport to use: default, tls or both
POP3IMAP_IDENT_CALLBACKS='yes'    # enable ident callbacks: yes or no


#------------------------------------------------------------------------------
# smtp: general settings
#------------------------------------------------------------------------------

START_SMTP='yes'                  # start SMTP server: yes or no

SMTP_QUALIFY_DOMAIN='fritz.box'   # domain to be added to all unqualified
                                  # addresses
SMTP_HOSTNAME='blabla.fritz.box'  # canonical hostname of eisfair server
SMTP_QUEUE_INTERVAL='30'          # queueing interval in minutes, usually 30
SMTP_QUEUE_OUTBOUND_MAIL='yes'    # set to yes if you are using a dialup ISP
                                  # and you want to queue outbound mail until
                                  # next queue run which must be initiated   
                                  # manually or by a cron-job
SMTP_QUEUE_ACCEPT_PER_CONNECTION='10'
                                  # msg number to accept in one smtp session
SMTP_LISTEN_PORT='smtp'           # port on which Exim is listening for inbound
                                  # traffic, default is 'smtp'
SMTP_MAIL_TO_UNKNOWN_USERS='bounce'
                                  # how to handle mail to unknown mail users:
                                 # bounce, copy or forward, default is 'bounce'
SMTP_ALLOW_EXIM_FILTERS='no'      # allow exim filters in .forward file: yes or 
                                  # no

SMTP_CHECK_RECIPIENTS=''          # check that not more than the given number
                                  # of
                                  # recipients per mail are addressed at once.
                                  # Default is being set to 100
SMTP_CHECK_SPOOL_SPACE=''         #  check if enough disk space for spool
                                  # directory
                                  # is available. Default is being set to 10Mb
SMTP_CHECK_SPOOL_INODES=''        # check if enough inodes for spool directory
                                  # are available. Default is being set to 100

SMTP_LIMIT='160960000'            # mail size limit. Default is being set to
                                  # 50Mb

SMTP_REMOVE_RECEIPT_REQUEST='no'  # remove external receipt request: yes or no

SMTP_SERVER_TRANSPORT='default'   # transport to use: default, tls or both
SMTP_IDENT_CALLBACKS='no'        # enable ident callbacks: yes or no

SMTP_SERVER_TLS_ADVERTISE_HOSTS=''
                                  # advertise STARTLS to these hosts, to
                                  # disable
                                  # this feature set to '' (required for tls!)
SMTP_SERVER_TLS_VERIFY_HOSTS=''   # verify tls certs of these hosts, to diasble
                                  #  this feature set to ''
SMTP_SERVER_TLS_TRY_VERIFY_HOSTS=''
                                  # try to verify tls certs of these hosts, to
                                  # disable this feature set to ''

SMTP_SERVER_SSMTP='yes'           # start SSMTP server: yes or no
SMTP_SERVER_SSMTP_LISTEN_PORT=''  # port on which Exim is listening for
                                  # inbound traffic, default is 'ssmtp'

#------------------------------------------------------------------------------
# smtp: local domains
#------------------------------------------------------------------------------

SMTP_LOCAL_DOMAIN_N='3'           # number of local domains
SMTP_LOCAL_DOMAIN_1='@'           # 1. local domain, @ means SMTP_HOSTNAME
SMTP_LOCAL_DOMAIN_2='localhost'   # 2. local domain
SMTP_LOCAL_DOMAIN_3='fritz.box'   # 3. local domain

#------------------------------------------------------------------------------
# smtp: relay to domains
#
# Optional:
#   The folllowing setting specify domains for which your host is an incoming
#   relay. If you are not doing any relaying, you should leave the list empty.
#   However, if your host is an MX backup or gateway of some kind for some
#   domains, you must set SMTP_RELAY_TO_DOMAIN_x to match those domains.  
#------------------------------------------------------------------------------

SMTP_RELAY_TO_DOMAIN_N='0'        # domains for which we are incoming relay
SMTP_RELAY_TO_DOMAIN_1='domain.de'

SMTP_RELAY_FROM_HOST_N='1'        # hosts/nets from we accept outgoing mails
SMTP_RELAY_FROM_HOST_1='127.0.0.1'

#------------------------------------------------------------------------------
# smtp: server authentication
#
# Optional:
#   Set the type of server authentication.
#   none   - no authentication
#   user   - each user authenticates himself by his username/password
#   server - all users authenticate themself by sending a global user/pass
#------------------------------------------------------------------------------

SMTP_AUTH_TYPE='server'           # authentication: none, user, server,
                                  # user_light or server_light
SMTP_AUTH_USER='blablabla'        # if server: global username, else empty
SMTP_AUTH_PASS='******'           # if server: global password, else empty

#------------------------------------------------------------------------------
# smtp: smarthosts
#
# Optional:
#   Send all outgoing messages to a smarthost (e.g. mail server of your isp).
#------------------------------------------------------------------------------

SMTP_SMARTHOST_ONE_FOR_ALL='no'   # use one smarthost for all accounts:

SMTP_UPDATE_IGNORE_HOSTS='no'     # update ignore hosts: yes or no
SMTP_UPDATE_IGNORE_HOSTS_CRON_SCHEDULE='5 1 * * 0'
                                  # cron configuration string

#------------------------------------------------------------------------------
# smtp: aliases
#
# Here you can specify aliases
#
# General format:
#   SMTP_ALIASES_x_ALIAS_y='name: user1[,user2,...]
#
# Example:
#   SMTP_ALIASES_N='2'
#   ...
#   SMTP_ALIASES_2_DOMAIN='2nd.local.lan'
#   SMTP_ALIASES_2_ALIAS_N='1'
#   SMTP_ALIASES_2_ALIAS_1='frank: fm,foo at otherwhere.com'
#
# Mails to frank at domain.de will be delivered to local user fm and to
# user foo at otherwhere.com.
#------------------------------------------------------------------------------

SMTP_ALIASES_N='1'                # number of domains: default: 1
SMTP_ALIASES_1_DOMAIN=''          # 1. domain name: will only be read if
                                  # SMTP_ALIASES_N > 1
                                  #    and not SMTP_ALIASES_1_DOMAIN
SMTP_ALIASES_1_ALIAS_N='1'        #    number of aliases
SMTP_ALIASES_1_ALIAS_1='root:   y'
                                  #    1. alias must be for user 'root'!

#------------------------------------------------------------------------------
# smtp: outgoing addresses
#
# Here you can specify an address translation table which is only available
# if SMTP_SMARTHOST_N has been set to a value greater than 0.
#
# General format:
#   SMTP_OUTGOING_ADDRESSES_x='name: email address'
#
# Example:
#   SMTP_OUTGOING_ADDRESSES_1='fm: frank at domain.de'
#
#   Mail from local user 'fm' will be delivered by using sender address
#   'frank at domain.de'.
#------------------------------------------------------------------------------

SMTP_OUTGOING_ADDRESSES_N='0'
SMTP_OUTGOING_ADDRESSES_1='fm:    frank at domain.de'

#------------------------------------------------------------------------------
# smtp: incoming addresses
#
# Example:
#   SMTP_HEADER_REWRITE_1_SOURCE='*@home.lan'
#   SMTP_HEADER_REWRITE_1_DESTINATION='$1 at domain.de'
#   SMTP_HEADER_REWRITE_1_FLAGS='sF'
#
#   The envelope from address and the sender of an incoming smtp mail from
#   user 'frank at home.lan' will be rewritten to 'frank at domain.de'
#------------------------------------------------------------------------------

SMTP_HEADER_REWRITE_N='0'         # number of rewrite rules




Von anderen Servern holt der Kmail zuverlässig alles ab. Nur eben vom Eis nicht.







Mehr Informationen über die Mailingliste Eisfair