Unterschiede zwischen den Revisionen 5 und 6
Revision 5 vom 2018-01-11 00:05:27
Größe: 1880
Autor: anonym
Kommentar:
Revision 6 vom 2018-01-11 00:22:39
Größe: 1924
Autor: anonym
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 4: Zeile 4:
 * Topics anpassen: /etc/sympa/topics.conf

NGINX

Authentifizierung

Sympa (wws) kann mehrere Quellen zur Authentifizierung nutzen.

Postfix

  • https://www.sympa.org/faq/postfix_howto

  • https://www.sympa.org/faq/postfix

  • https://www.sympa.org/manual/mail-aliases

  • http://www.folly.org.uk/sympa/sympa_config_03.html

  • Anpassen der Pfade in der master.conf
  • sympa.conf:
    • sendmail_aliases /etc/sympa/sympa_aliases
    • aliases_program postalias
  • chown sympa: für alias und transport-map
  • ## The full path to the Message Transfer Agent program (default is Sendmail 8.7
    ## or above)
    sendmail        /usr/sbin/sendmail
    # correct
    # this binary is locating in the same directory as postfix
    # sendmail       /usr/sbin/postfix
    # (incorrect : must use Postfix to Sendmail compatibility interface)
  • Alternative zu den Aliasmaps: virtual_transport
    • sendmail_aliases none
    • virtual_mailbox_domains = ml.domain.tld
    • virtual_transport: sympa (analog zur master.cf) - oder bei mehreren virtual_mailbox_domains:
      • virtual_transport_maps = /etc/postfix/foo

        ml.domain.tld  sympa
        foo.domain.tld schleuder

Multidomain

Nutzern die Listenerstellung erlauben

Fussnoten und Hinweise


Creative Commons Lizenzvertrag
This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.