diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/postfix/main.cf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/postfix/main.cf b/etc/postfix/main.cf index 142c1b9a..c83b982e 100644 --- a/etc/postfix/main.cf +++ b/etc/postfix/main.cf @@ -37,4 +37,4 @@ mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all -mailbox_command = /usr/bin/procmail -a "$EXTENSION" DEFAULT=$HOME/Maildir/ MAILDIR=$HOME/Maildir +mailbox_command = /usr/bin/procmail -a "$EXTENSION" |