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.

28 lines
839 B

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