Results 1 to 2 of 2

Thread: Exim4 config?

  1. #1
    Join Date
    Nov 2006
    Location
    UK
    Beans
    391
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question Exim4 config?

    Hi,

    I want to setup a mail server on the local network which will be used by the various machines to send mail too. Its goal will be strictly for internal mail, and I don't want it relaying mail to the Internet or accepting external connections.

    10.1.1.1 is the LAN interface of the server, it also has a WAN interface.

    Given the requirement and having run sudo dpkg-reconfigure exim4-config the below is the content of my update-exim4.conf.conf. Is that enough?

    Code:
    dc_eximconfig_configtype='internet'
    dc_other_hostnames='home.local'
    dc_local_interfaces='127.0.0.1 ; 10.1.1.1'
    dc_readhost=''
    dc_relay_domains='none'
    dc_minimaldns='true'
    dc_relay_nets='none'
    dc_smarthost=''
    CFILEMODE='644'
    dc_use_split_config='true'
    dc_hide_mailname=''
    dc_mailname_in_oh='true'
    dc_localdelivery='mail_spool'
    Thanks.

  2. #2
    Join Date
    Nov 2006
    Location
    UK
    Beans
    391
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Exim4 config?

    Anyone? Pls.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •