/etc/ssmtp/ssmtp.conf

Aus open7x0.org

Wechseln zu: Navigation, Suche


Dies Datei ist ein Teil der Konfiguration von sSMTP. Auf jeden Fall müssen auch anpassungen in /etc/ssmtp/revaliases vorgenommen werden.

Hier werden die Basiswerte des Programmes und des zu verwendenden Email Accounts eingestellt.

#
# Config file for sSMTP sendmail
#
# Get enhanced (*really* enhanced) debugging information in the logs
# If you want to have debugging of the config file parsing, move this option
# to the top of the config file and uncomment
#Debug=YES

# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
root=postmaster

# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
mailhub=mail.your_provider.de

# Example for SMTP port number 2525
# mailhub=mail.your.domain:2525
# Example for SMTP port number 25 (Standard/RFC)
# mailhub=mail.your.domain        
# Example for SSL encrypted connection
# mailhub=mail.your.domain:465


# Falls SMTP-AUTH verwendet :
AuthUser=KlausMaier
AuthPass=geheim

# Where will the mail seem to come from?
#rewriteDomain=

# The full hostname
hostname=m740av

# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
# FromLineOverride=YES
Persönliche Werkzeuge