Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 727 Bytes

UsingSendmail.wiki

File metadata and controls

21 lines (17 loc) · 727 Bytes
  1. summary Integrating SubEtha with Sendmail

Sendmail

This only allows you to relay whole domains into SubEtha. You cannot have list addresses that share the same domain as personal mailboxes (ie, list@example.com and yourpersonalmailbox@example.com).

  # Add your domain to *access* file:
  {{{
  DOMAIN.COM RELAY
  }}}
  # Add a mailertable in *mailertable* file:
  {{{
  DOMAIN.COM smtp:[IP]:PORT
  }}}
  #  Rehash the files:
  {{{
  makemap hash /etc/mail/access < /etc/mail/access
  makemap hash /etc/mail/mailertable < /etc/mail/mailertable
  }}}

This may not work if you are running SubEtha and Sendmail on the same machine. See this user's experience.