]> git.deb.at Git - debienna.git/blobdiff - LittleMailserverSMTP/index.mdwn
use another approach for importing, discard old approach
[debienna.git] / LittleMailserverSMTP / index.mdwn
index 4599d01b5ccbdb3d2548d1f8bb7d0c5b3de5f13a..c78039ea8dd094b71c8b91fa95b44e8711a6aa2a 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:
 
-'''main.cf'''
-{{{
+**main.cf**
+[[!format txt """
 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
-}}}
-
-'''Diese Zeile in der master.cf'''
-{{{
+"""]]
+**Diese Zeile in der master.cf**
+[[!format txt """
 smtp    inet    n       -       n       -       -       smtpd
-}}}
-
-'''dovecot.conf'''
-{{{
+"""]]
+**dovecot.conf**
+[[!format txt """
 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
 }
-}}}
\ No newline at end of file
+"""]]
\ No newline at end of file