2019-07-24 10:11:38 +02:00
|
|
|
localhost_mail {
|
|
|
|
id = "localhost_mail";
|
|
|
|
priority = high;
|
|
|
|
ip = "127.0.0.0/8";
|
|
|
|
ip = "::1/128";
|
|
|
|
apply {
|
|
|
|
actions {
|
|
|
|
# Disable any action for mail from localhost
|
|
|
|
reject = null;
|
|
|
|
greylist = null;
|
|
|
|
"add header" = null;
|
2022-04-25 21:48:03 +02:00
|
|
|
"rewrite subject" = null;
|
2019-07-24 10:11:38 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|