]> git.deb.at Git - debienna.git/blobdiff - LittleMailserverSMTP/index.mdwn
clearification
[debienna.git] / LittleMailserverSMTP / index.mdwn
index 4599d01b5ccbdb3d2548d1f8bb7d0c5b3de5f13a..3a1e707afbce95894f7a4103b5ab4f248ef10073 100644 (file)
@@ -1,7 +1,8 @@
+
 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
 
 myhostname = mail.hostname.com
 myorigin = /etc/mailname
 
@@ -62,15 +63,13 @@ smtpd_sender_restrictions = reject_unknown_address
 smtpd_client_restrictions = reject_invalid_hostname
 
 strict_rfc821_envelopes = yes
 smtpd_client_restrictions = reject_invalid_hostname
 
 strict_rfc821_envelopes = yes
-}}}
-
-'''Diese Zeile in der master.cf'''
-{{{
+"""]]
+**Diese Zeile in der master.cf**
+[[!format txt """
 smtp    inet    n       -       n       -       -       smtpd
 smtp    inet    n       -       n       -       -       smtpd
-}}}
-
-'''dovecot.conf'''
-{{{
+"""]]
+**dovecot.conf**
+[[!format txt """
 base_dir = /var/run/dovecot/
 # log_path = /var/log/dovecot.log
 protocols = imap
 base_dir = /var/run/dovecot/
 # log_path = /var/log/dovecot.log
 protocols = imap
@@ -125,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
+"""]]