]> git.deb.at Git - debienna.git/blobdiff - LittleMailserverSMTP/index.mdwn
Thema hinzugefügt
[debienna.git] / LittleMailserverSMTP / index.mdwn
index 716ec9e5c45b5f9f75157bc44489d8d5b9c05ae5..3a1e707afbce95894f7a4103b5ab4f248ef10073 100644 (file)
@@ -1,7 +1,7 @@
 
 
-Um noch eine SMTP Auth anzubieten um seine Clients beim Versenden zu authentifieren müssen folgende Dateien so verändert werden: 
+Um noch eine SMTP Auth anzubieten um seine Clients beim Versenden zu authentifieren müssen folgende Dateien so verändert werden:
 
 
-**main.cf** 
+**main.cf**
 [[!format txt """
 myhostname = mail.hostname.com
 myorigin = /etc/mailname
 [[!format txt """
 myhostname = mail.hostname.com
 myorigin = /etc/mailname
@@ -64,11 +64,11 @@ smtpd_client_restrictions = reject_invalid_hostname
 
 strict_rfc821_envelopes = yes
 """]]
 
 strict_rfc821_envelopes = yes
 """]]
-**Diese Zeile in der master.cf** 
+**Diese Zeile in der master.cf**
 [[!format txt """
 smtp    inet    n       -       n       -       -       smtpd
 """]]
 [[!format txt """
 smtp    inet    n       -       n       -       -       smtpd
 """]]
-**dovecot.conf** 
+**dovecot.conf**
 [[!format txt """
 base_dir = /var/run/dovecot/
 # log_path = /var/log/dovecot.log
 [[!format txt """
 base_dir = /var/run/dovecot/
 # log_path = /var/log/dovecot.log
@@ -124,4 +124,4 @@ auth default {
 protocol lda {
         postmaster_address = postmaster@hostname.com
 }
 protocol lda {
         postmaster_address = postmaster@hostname.com
 }
-"""]]
\ No newline at end of file
+"""]]