An error occurred fetching the project authors.
  1. 23 Feb, 2023 1 commit
  2. 02 Sep, 2022 1 commit
    • Vincent Pelletier's avatar
      stack/erp5: Setup postfix logging. · 05dd3bb1
      Vincent Pelletier authored
      Direct logs to instance's var/log and call postfix's logrotate command,
      instead of the slapos-hostile syslog.
      Unfortunately, rotated logs will stay in that directory, unlike the
      de-facto standard for slapos.
      05dd3bb1
  3. 24 Aug, 2015 2 commits
    • Vincent Pelletier's avatar
      erp5: Rework postfix integration. · 86295f82
      Vincent Pelletier authored
      Add support for "hosts" aliasing in Zope instances.
      Add support for SASL relayhost with mandatory TLS encryption.
      Add mandatory TSL + SASL authentication, to not be an open relay.
      Wrap postfix commands with proper environment instead of symlink +
      source-able script.
      Add ipv6 listening support (untested).
      Drop non-required main.cf configuration options.
      Make postifx instance optional (requires postmaster address to be
      provided).
      Document and rework smtp-related parameters.
      Expose an userhosts hostname for smtp server.
      Add diversion support (solution to "prod clone sent mails to real customer").
      Use etc/run rather than etc/service, for consistency (if it needs to be
      changed, it must be changed for all software types).
      Hook into syslog and setup local syslog daemon, with logrotate integration.
      Update TODO entries.
      86295f82
    • Marco Mariani's avatar
      48672684