AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Projekte [.NET] Phalanx Anti-Spam Filter 1.2
Thema durchsuchen
Ansicht
Themen-Optionen

[.NET] Phalanx Anti-Spam Filter 1.2

Ein Thema von Gaijin · begonnen am 10. Dez 2007 · letzter Beitrag vom 21. Nov 2008
 
tr909

Registriert seit: 5. Nov 2004
193 Beiträge
 
Turbo Delphi für Win32
 
#12

Re: [.NET] Phalanx Anti-Spam Filter 1.0

  Alt 25. Jan 2008, 12:02
Im Server steht.
Zitat:
Im Server steht.
Zitat:
[2008-01-25 11:59:09.937] Phalanx 1.0.0.0 started.
[2008-01-25 11:59:09.968] Init: Bayes database loaded successfully (W=1548, S=15, H=0).
[2008-01-25 11:59:09.968] Init: Whitelist loaded successfully (A=1).
[2008-01-25 11:59:09.984] Init: Mailinglist loaded successfully (A=0).
[2008-01-25 11:59:09.984] Init: Blacklist loaded successfully (A=19).
[2008-01-25 11:59:09.984] Init: DNSBL server list loaded successfully (S=7).
[2008-01-25 11:59:09.984] Init: URLBL server list loaded successfully (S=7).
[2008-01-25 11:59:10.015] Init: Internal Ruleset created successfully (R=196).
[2008-01-25 11:59:10.078] Phalanx POP3 server started and listen on port 110.
[2008-01-25 11:59:33.328] Connection from 127.0.0.1:2281 accepted. 1 active connections.
[2008-01-25 11:59:33.437] 127.0.0.1:2281 > AUTH
[2008-01-25 11:59:33.468] 127.0.0.1:2281 < -ERR Phalanx: Command not implemented.
[2008-01-25 11:59:33.484] 127.0.0.1:2281 > CAPA
[2008-01-25 11:59:33.484] 127.0.0.1:2281 < -ERR Phalanx: Command not implemented.
[2008-01-25 11:59:40.562] 127.0.0.1:2281 > USER ######################
[2008-01-25 11:59:40.578] 127.0.0.1:2281 < +OK Phalanx: Authentication required for user "##############".
[2008-01-25 11:59:40.593] 127.0.0.1:2281 > PASS ... (password hidden)
[2008-01-25 11:59:41.046] 127.0.0.1:2281 < +OK Phalanx: Connected and logged in successfully with PLAIN.
[2008-01-25 11:59:41.062] 127.0.0.1:2281 > STAT
[2008-01-25 11:59:41.140] 127.0.0.1:2281 < +OK ############
[2008-01-25 11:59:41.187] 127.0.0.1:2281 > LIST
[2008-01-25 11:59:41.234] 127.0.0.1:2281 < LIST
[2008-01-25 11:59:41.250] 127.0.0.1:2281 > UIDL
[2008-01-25 11:59:41.312] 127.0.0.1:2281 < UIDL
[2008-01-25 11:59:42.328] 127.0.0.1:2281 > QUIT

[2008-01-25 11:59:49.265] Phalanx 1.0.0.0 started.
[2008-01-25 11:59:49.281] Init: Bayes database loaded successfully (W=1548, S=15, H=0).
[2008-01-25 11:59:49.296] Init: Whitelist loaded successfully (A=1).
[2008-01-25 11:59:49.296] Init: Mailinglist loaded successfully (A=0).
[2008-01-25 11:59:49.312] Init: Blacklist loaded successfully (A=19).
[2008-01-25 11:59:49.312] Init: DNSBL server list loaded successfully (S=7).
[2008-01-25 11:59:49.312] Init: URLBL server list loaded successfully (S=7).
[2008-01-25 11:59:49.343] Init: Internal Ruleset created successfully (R=196).
[2008-01-25 11:59:49.390] Phalanx POP3 server started and listen on port 110.
[2008-01-25 12:02:21.687] Connection from 127.0.0.1:2286 accepted. 1 active connections.
[2008-01-25 12:02:21.687] 127.0.0.1:2286 > CAPA
[2008-01-25 12:02:21.718] 127.0.0.1:2286 < -ERR Phalanx: Command not implemented.
[2008-01-25 12:02:21.718] 127.0.0.1:2286 > USER ###############################
[2008-01-25 12:02:21.734] 127.0.0.1:2286 < +OK Phalanx: Authentication required for user "#############".
[2008-01-25 12:02:21.734] 127.0.0.1:2286 > PASS ... (password hidden)
[2008-01-25 12:02:22.015] 127.0.0.1:2286 < +OK Phalanx: Connected and logged in successfully with PLAIN.
[2008-01-25 12:02:22.093] 127.0.0.1:2286 > STAT
[2008-01-25 12:02:22.171] 127.0.0.1:2286 < +OK #############
[2008-01-25 12:02:22.187] 127.0.0.1:2286 > LIST
[2008-01-25 12:02:22.281] 127.0.0.1:2286 < LIST
[2008-01-25 12:02:22.296] 127.0.0.1:2286 > UIDL
[2008-01-25 12:02:22.359] 127.0.0.1:2286 < UIDL
[2008-01-25 12:02:22.375] 127.0.0.1:2286 > QUIT
Und direkt danach beendet sich das Programm(Fenster schließt sich, TrayIcon bleibt noch erhalten bis man drauf klickt).

Gruß
tr909
Und direkt danach beendet sich das Programm(Fenster schließt sich, TrayIcon bleibt noch erhalten bis man drauf klickt).

Gruß
tr909
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:13 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz