Page 1 of 1

"statistics: max connection rate 1/60s"

Posted: 2006-03-03 11:34
by felix1
Hallo

Hier ein kurzer Auszug aus der mail.log:

localhost postfix/anvil[123]: statistics: max connection rate 1/60s for (smtp:<ip>)
localhost postfix/anvil[123]: statistics: max connection count 1 for (smtp:<ip>)
localhost postfix/anvil[123]: statistics: max cache size 1

Das kommt wohl davon, weil ich in letzter Zeit viele Mails über den PHPMailer verschicke der ja SMTP nutzt.
Muss ich etwas ändern oder kann ich diese Meldung ignorieren? Was bedeutet es genau?

danke

Re: "statistics: max connection rate 1/60s"

Posted: 2006-03-03 11:39
by oxygen
Das gibt an, was die maximalen Werte für Verbindungen pro Zeiteinheit sind.

localhost postfix/anvil[123]: statistics: max connection rate 1/60s for (smtp:<ip>)
Maximal eine neue Verbindung pro 60s (von dieser IP)

localhost postfix/anvil[123]: statistics: max connection count 1 for (smtp:<ip>)
Maximal eine simultane Verbindung (von dieser IP)

Diese Werte könnte man nutzten um Beschränkungen einzubauen. Sie dienen aber nur der Information.

Re: "statistics: max connection rate 1/60s"

Posted: 2006-03-03 11:53
by felix1
Ok, soweit war mir das schon klar.
Aber was genau hat das jetzt für Auswirkungen? Kann ich mich nur einmal jede Minute mit dem SMTP verbinden und was passiert bei der zweiten Verbindung (innerhalb einer Minute). Geht die schief?
Muss ich die Werte erhöhen?

Re: "statistics: max connection rate 1/60s"

Posted: 2006-03-03 19:54
by felix1
Kennt sich damit niemand aus?

Re: "statistics: max connection rate 1/60s"

Posted: 2006-03-03 20:16
by Roger Wilco

Re: "statistics: max connection rate 1/60s"

Posted: 2006-03-03 22:47
by felix1
So wirklich versteh ich das nicht.
Muss ich jetzt etwas ändern oder kann/muss/soll es so bleiben?

Re: "statistics: max connection rate 1/60s"

Posted: 2006-03-04 01:53
by adjustman
felix1 wrote:So wirklich versteh ich das nicht.
Muss ich jetzt etwas ändern oder kann/muss/soll es so bleiben?
die defaults von Postfix sind schon in Ordnung. Du musst nix ändern.