Es wäre cool, wenn man eine Auflistung aller Postfix-relevanten Tools erstellen würde, welche direkt in den Repository's z.B. von Debian & Co drin sind.
swats ist ja z.B. enthalten.
gruß
Sebastian
Arne Hoffmann schrieb:
Patrick Ben Koetter wrote:
Ich habe http://de.postfix.org/zusatzsoftware.html mal etwas aufgeräumt und die Software nach Gruppen zusammengefasst.
Ein paar Beschreibungen fehlen noch. Vorschläge gerne als Antwort auf diese Mail.
swaks Swaks ist ein command-line tool zum testen und debuggen von Mailservern. Swaks erspart dem Admin die repetitive Tipparbeit des 'telnet example.com 25' und zeigt den vollständigen SMTP-Dialog mit dem Server. Swaks kann SMTP, ESMTP, LMTP, SMTP-AUTH und TLS und ist für eine vielzahl von Systemen verfügbar.
Und das sieht dann so aus:
arne@nell [~]$ swaks -tls -f arne@fish.in-berlin.de -t postfix-users@de.postfix.org -q RCPT === Trying de.postfix.org:25... === Connected to de.postfix.org. <- 220 de.postfix.org ESMTP Postfix -> EHLO nell <- 250-de.postfix.org <- 250-PIPELINING <- 250-SIZE 10240000 <- 250-VRFY <- 250-ETRN <- 250-STARTTLS <- 250-ENHANCEDSTATUSCODES <- 250-8BITMIME <- 250 DSN -> STARTTLS <- 220 2.0.0 Ready to start TLS === TLS started w/ cipher DHE-RSA-AES256-SHA ~> EHLO nell <~ 250-de.postfix.org <~ 250-PIPELINING <~ 250-SIZE 10240000 <~ 250-VRFY <~ 250-ETRN <~ 250-ENHANCEDSTATUSCODES <~ 250-8BITMIME <~ 250 DSN ~> MAIL FROM:arne@fish.in-berlin.de <~ 250 2.1.0 Ok ~> RCPT TO:postfix-users@de.postfix.org <~ 250 2.1.5 Ok ~> QUIT <~ 221 2.0.0 Bye === Connection closed with remote host. arne@nell [~]$