Skip to content
  • sikeda's avatar
    [change] (r12172) Move $sbindir/smtpc to $libexecdir/sympa_smtpc and restrict... · 004199a4
    sikeda authored
    [change] (r12172) Move $sbindir/smtpc to $libexecdir/sympa_smtpc and restrict access permission only to sympa user.  Below is revised commit log message.
    
    --------
    
    [feature] [experimental] sympa_smtpc is the mail submission program aiming to be an alternative to sendmail(1) utility with smaller footprint (Note that this program needs SMTP/LMTP server relaying submitted messages).
    
    It also supports some SMTP extensions several clones of sendmail (and partly original one) have not been supported:
    - DSN extension - As of Sympa 6.2, message tracking feature requires it.
    - SMTPUTF8 extension - As of planned Sympa 7.0, email address internationalization (EAI) feature presumes it.
    
    To use sympa_smtpc as replacement of sendmail, add sympa.conf the lines:
      sendmail      /path/to/sympa_smtpc
      sendmail_args --esmtp <host name of relaying server>
    or with LMTP server:
      sendmail      /path/to/sympa_smtpc
      sendmail_args --lmtp <socket path of relaying server>
    
    
    git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12180 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
    004199a4