qmail
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
qmail [2009/04/24 00:55] – created k2patel | qmail [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Qmail ====== | ====== Qmail ====== | ||
+ | * [[ qmail debian install ]] | ||
==== Setting up RBL for qmail ==== | ==== Setting up RBL for qmail ==== | ||
+ | Add this code to qmail service startup file. | ||
<code bash> | <code bash> | ||
if [ -f / | if [ -f / | ||
Line 11: | Line 13: | ||
fi | fi | ||
</ | </ | ||
+ | |||
+ | ==== Block sender based .qmail (Bouncesaying) ==== | ||
+ | |||
+ | Here is the quick work around to block sender / domain using .qmail for user OR domain.\\ | ||
+ | * To disable " | ||
+ | * To disable " | ||
+ | |||
+ | == To block sender : == | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | |||
+ | | if [ " | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | == To block Domain : == | ||
+ | |||
+ | Blocking xyz.com to send email to ketan@pqr.com | ||
+ | |||
+ | <code bash> | ||
+ | |||
+ | | / | ||
+ | |||
+ | </ | ||
+ | |||
+ | == To forward if outgoing match == | ||
+ | <code bash> | ||
+ | |if [ " | ||
+ | </ | ||
+ | |||
+ | NOTE : | ||
+ | - This line must be appear first in file | ||
+ | - when you restrict for user you must add user Maildir line after this line. | ||
+ | e.g. "/ |
qmail.1240534537.txt.gz · Last modified: 2020/08/10 02:30 (external edit)