You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1 KiB

  1. config emailrelay 'server'
  2. option enabled '0'
  3. option mode 'server'
  4. option port '25'
  5. option remote_clients '0'
  6. # option address_verifier '/usr/local/bin/address-verifier.sh'
  7. # option domain 'my.example.com'
  8. # option anonymous '1'
  9. # option server_tls '/etc/path/to/certificate'
  10. # option server_auth '/etc/emailrelay.auth'
  11. # option extra_cmdline ''
  12. config emailrelay 'proxy'
  13. option enabled '0'
  14. option mode 'proxy'
  15. option smarthost '192.0.2.1:25'
  16. option port '25'
  17. option remote_clients '0'
  18. # option address_verifier '/usr/local/bin/address-verifier.sh'
  19. # option domain 'my.example.com'
  20. # option anonymous '1'
  21. # option server_tls '/etc/path/to/certificate'
  22. # option server_auth '/etc/emailrelay.auth'
  23. # option client_tls '1'
  24. # option client_auth '/etc/emailrelay.auth'
  25. # option extra_cmdline ''
  26. config emailrelay 'cmdline'
  27. option enabled '0'
  28. option mode 'cmdline'
  29. # specify all arguments that should be passed to emailrelay here
  30. # see http://emailrelay.sourceforge.net/reference.html for command line reference
  31. option extra_cmdline '--some-other --cmdline-options'