diff options
Diffstat (limited to 'src/mailman/testing/testing.cfg')
| -rw-r--r-- | src/mailman/testing/testing.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mailman/testing/testing.cfg b/src/mailman/testing/testing.cfg index 8c56d2135..ddb0f8440 100644 --- a/src/mailman/testing/testing.cfg +++ b/src/mailman/testing/testing.cfg @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2010 by the Free Software Foundation, Inc. +# Copyright (C) 2008-2011 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # @@ -19,8 +19,12 @@ [mta] smtp_port: 9025 +lmtp_port: 9024 incoming: mailman.testing.mta.FakeMTA +[webservice] +port: 9001 + [qrunner.archive] max_restarts: 1 |
