source: mailjam/mailjam/tests/mailjam-mta.conf@ 16:cd4170142d87

Last change on this file since 16:cd4170142d87 was 16:cd4170142d87, checked in by Borja Lopez <borja@…>, 12 years ago

Renamed the project to Mailjam

File size: 259 bytes
RevLine 
[15]1#
[16]2# mailjam-mta.conf - Mailjam MTA client configuration file
[15]3#
4
5[server]
6address = localhost
7port = 9100 # this port is hardcoded in tests/mta.py
8uri = http://%(address)s:%(port)s
9ssl = false
10
11[archive]
12persistent = true
[16]13path = /tmp/mailjam-tests/mta/archive
Note: See TracBrowser for help on using the repository browser.