diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-20 00:51:36 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-20 00:51:36 +0100 |
commit | e8f6f4aa2ed431d5cc85192a8dc0832b45337bd4 (patch) | |
tree | 78d8d9a6bbd223220175520c20b9c194ca9df2a9 /etc/postfix | |
parent | 0dfb874f39279e3efeb6cc076f51cfd8b2781c35 (diff) | |
download | jenkins.debian.net-e8f6f4aa2ed431d5cc85192a8dc0832b45337bd4.tar.xz |
fix email2irc stuff
Diffstat (limited to 'etc/postfix')
-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" |