git://105106.c2e0p.group
/
postfix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix Makefile and dovecot configuration errors.
[postfix.git]
/
config.local.php
diff --git
a/config.local.php
b/config.local.php
index 6a47fcdeaae4864d580602447291cb2f380714f2..c6ef3e336eef2ddd2ee7e8d6f8c888b6fd975767 100644
(file)
--- a/
config.local.php
+++ b/
config.local.php
@@
-20,7
+20,7
@@
$CONF['transport'] = 'YES';
$CONF['transport_options'] = array (
'virtual', // for virtual accounts
'local', // for system accounts
- 'relay'
// for backup mx
+ 'relay'
,
// for backup mx
'mailman' // for mailing lists
);