Advertisement
Guest User

Untitled

a guest
Jan 14th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. # /etc/exim4/update-exim4.conf.conf
  2. #
  3. # Edit this file and /etc/mailname by hand and execute update-exim4.conf
  4. # yourself or use 'dpkg-reconfigure exim4-config'
  5. #
  6. # Please note that this is _not_ a dpkg-conffile and that automatic changes
  7. # to this file might happen. The code handling this will honor your local
  8. # changes, so this is usually fine, but will break local schemes that mess
  9. # around with multiple versions of the file.
  10. #
  11. # update-exim4.conf uses this file to determine variable values to generate
  12. # exim configuration macros for the configuration file.
  13. #
  14. # Most settings found in here do have corresponding questions in the
  15. # Debconf configuration, but not all of them.
  16. #
  17. # This is a Debian specific file
  18.  
  19. dc_eximconfig_configtype='internet'
  20. dc_other_hostnames='domain.ru'
  21. dc_local_interfaces='127.0.0.1'
  22. dc_readhost=''
  23. dc_relay_domains=''
  24. dc_minimaldns='false'
  25. dc_relay_nets=''
  26. dc_smarthost='127.0.0.1; domain.ru; ip'
  27. CFILEMODE='644'
  28. dc_use_split_config='false'
  29. dc_hide_mailname='false'
  30. dc_mailname_in_oh='true'
  31. dc_localdelivery='mail_spool'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement