diff options
Diffstat (limited to 'src/config/smtpaprc')
-rw-r--r-- | src/config/smtpaprc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config/smtpaprc b/src/config/smtpaprc new file mode 100644 index 0000000000..3102fd0e20 --- /dev/null +++ b/src/config/smtpaprc @@ -0,0 +1,13 @@ +# Sample configuration file for smtpap. + +# Local port on which the onion proxy is running. +OnionProxy 3000 + +# Maximum number of incoming connections. +MaxConn 100 + +# Run in anonymizing mode. +Anonimize 0 + +# Timeout for incoming connections. +ConnTimeout 6000 |