]> git.deb.at Git - debienna.git/blobdiff - LittleMailserver/index.mdwn
questions++
[debienna.git] / LittleMailserver / index.mdwn
index 3d202f892ac7e6e4cf42a4665d93875792fcfe14..ba1891677fea9c284db5001a0d43aeabdfc4ed57 100644 (file)
@@ -2,25 +2,25 @@
 
 # Postfix Dovecot Pam
 
 
 # Postfix Dovecot Pam
 
-** master.cf ** 
+** master.cf **
 
 
-# xxx.xxx.xxx.xxx = ipadresse; um den smtp server auf eine ip zu binden 
+# xxx.xxx.xxx.xxx = ipadresse; um den smtp server auf eine ip zu binden
 [[!format txt """
 xxx.xxx.xxx.xxx:smtp        inet  n       -       -       -       -       smtpd
 
 dovecot unix    -       n       n       -       -      pipe
   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
 """]]
 [[!format txt """
 xxx.xxx.xxx.xxx:smtp        inet  n       -       -       -       -       smtpd
 
 dovecot unix    -       n       n       -       -      pipe
   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
 """]]
-** virtual_domains ** 
+** virtual_domains **
 
 
 [[!format txt """
 example.net ACCEPT
 domain.com  ACCEPT
 """]]
 
 
 [[!format txt """
 example.net ACCEPT
 domain.com  ACCEPT
 """]]
-postmap /etc/postfix/virtual_domains 
+postmap /etc/postfix/virtual_domains
 
 
-** main.cf ** 
+** main.cf **
 
 
 [[!format txt """
 
 
 [[!format txt """
@@ -89,14 +89,14 @@ header_checks = regexp:/etc/postfix/header_checks
 body_checks surf to http://www.malware.com.br
 
 """]]
 body_checks surf to http://www.malware.com.br
 
 """]]
-** /etc/postfix/header_checks ** 
+** /etc/postfix/header_checks **
 
 
 [[!format txt """
 /^Received:/ HOLD
 /^X-Spam-Level: (\*){8,}/   REDIRECT sa-spam
 """]]
 
 
 [[!format txt """
 /^Received:/ HOLD
 /^X-Spam-Level: (\*){8,}/   REDIRECT sa-spam
 """]]
-** dovecot.cf ** 
+** dovecot.cf **
 [[!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
@@ -137,7 +137,7 @@ protocol lda {
 }
 
 """]]
 }
 
 """]]
-** addmailuser.sh **  
+** addmailuser.sh **
 [[!format txt """
 #!/bin/sh -x
 
 [[!format txt """
 #!/bin/sh -x
 
@@ -149,9 +149,9 @@ chown vmail:vmail /srv/vmail/$1 -R
 
 htpasswd /etc/dovecot/dovecot.passwd $1
 """]]
 
 htpasswd /etc/dovecot/dovecot.passwd $1
 """]]
-** pam.d/dovecot ** 
+** pam.d/dovecot **
 
 
-aptitude install libpam_pwdfile 
+aptitude install libpam_pwdfile
 
 
 [[!format txt """
 
 
 [[!format txt """
@@ -170,18 +170,16 @@ account sufficient pam_permit.so
 [[!format txt """
 aptitude install policyd-weight
 """]]
 [[!format txt """
 aptitude install policyd-weight
 """]]
-[[postgrey-unter-debian-einrichten|http://rikman.mtb-news.de/archives/2005/12/13/postgrey-unter-debian-einrichten/]] 
+[[postgrey-unter-debian-einrichten|http://rikman.mtb-news.de/archives/2005/12/13/postgrey-unter-debian-einrichten/]]
 
 
-[[MailScanner Debian-package|http://packages.debian.org/etch/mailscanner]] 
+[[MailScanner Debian-package|http://packages.debian.org/etch/mailscanner]]
 
 
-[[MailScanner With Postfix on Etch|http://www.delodder.be/index.php/2007/10/18/mailscanner-with-postfix-on-etch/#more-86]] 
+[[MailScanner With Postfix on Etch|http://www.delodder.be/index.php/2007/10/18/mailscanner-with-postfix-on-etch/#more-86]]
 
 
-[[Add Anti-Virus support to MailScanner|http://www.delodder.be/index.php/2007/10/22/add-anti-virus-support-to-mailscanner/#more-88]] 
+[[Add Anti-Virus support to MailScanner|http://www.delodder.be/index.php/2007/10/22/add-anti-virus-support-to-mailscanner/#more-88]]
 
 
-Um noch den Usern zu ermöglichen ihre Mails über den Server zu relayen sollte man eine SMTP Authentifizierung benutzen. Falls die Clients statisce IPs besitzen kann man diese natürlich auch in der main.cf unter my_networks eintragen. Wie eine mögliche SMTP Auth ausehen kann findet sich unter [[LittleMailserverSMTP|LittleMailserverSMTP]] 
+Um noch den Usern zu ermöglichen ihre Mails über den Server zu relayen sollte man eine SMTP Authentifizierung benutzen. Falls die Clients statisce IPs besitzen kann man diese natürlich auch in der main.cf unter my_networks eintragen. Wie eine mögliche SMTP Auth ausehen kann findet sich unter [[LittleMailserverSMTP|LittleMailserverSMTP]]
 
 
 
 
 
 
----
-
- [[CategoryCodeSnippets|CategoryCodeSnippets]] [[CategoryTipsAndTricks|CategoryTipsAndTricks]] 
+ [[!tag CategoryCodeSnippets]] [[!tag CategoryTipsAndTricks]]