server:postfix

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
server:postfix [2021/11/04 21:49] – [Authentifizierung am Postfix-Relay (mit ClientCerts)] stserver:postfix [2024/06/19 08:52] (aktuell) st
Zeile 24: Zeile 24:
 ==== Logging ==== ==== Logging ====
  
 +''journalctl -u postfix@-.service <nowiki>--</nowiki>since yesterday <nowiki>--</nowiki>no-pager'' oder ''/var/log/mail.log'' bei syslog.
 +
 +Links:
   * [[http://www.seaglass.com/postfix/faq.html#lginc|Postfix FAQ: debug or verbose logging]]   * [[http://www.seaglass.com/postfix/faq.html#lginc|Postfix FAQ: debug or verbose logging]]
   * [[http://www.seaglass.com/postfix/faq.html#lgsbj|Postfix FAQ: subject of a message on logs]]   * [[http://www.seaglass.com/postfix/faq.html#lgsbj|Postfix FAQ: subject of a message on logs]]
Zeile 76: Zeile 79:
 smtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback smtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
 smtp_initial_destination_concurrency = $initial_destination_concurrency</file> smtp_initial_destination_concurrency = $initial_destination_concurrency</file>
 +
 +Für ein relay was nur in microsoft365 weiterleitet sollte das sehr gering ausfallen (siehe https://docs.microsoft.com/en-us/exchange/troubleshoot/send-emails/smtp-submission-improvements#new-throttling-limit-for-concurrent-connections-that-submitmessages ):
 +<file>
 +# microsoft365 does not like more than 3 concurrent conns:
 +default_destination_concurrency_limit=3
 +</file>
  
 ==== Links ==== ==== Links ====