Connecting via Outlook Express on Windows 2000 running in
Oracle Virtualbox Windows version confirmed by Ticol Tcl |
|
Startup on Windows NT4/SP6a running in QEMU emulator | |
Running on ReactOS (Windows) 0.4.8 with a connected telnet
session using ReactOS telnet ReactOS can still be a little unstable with TCP/IP software |
|
Alpine console-mode mail client connecting to MailQ server | |
Showing autoban working against an attacker | |
Running mailtest.exe v1.02 against MailQ server, showing message/packet fragmentation | |
mailcmd.exe, command-line emailer being used in debug mode to send mail to MailQ SMTP | |
Ticol Tcl being used to send SMTP mail
to MailQ using the ticol_mail.dll plugin (debug mode) This uses the same code library as mailcmd.exe |
|
Thunderbird 10 ESR showing mail sent from Ticol
Tcl with attachments and HTML mail body read using [readfile] to read-in the Ticol
HTML manual and pass as the message body argumentlib ticol_mail set s [readfile ticol.man.htm] puts [sendmail localhost admin@localhost.com admin@localhost.com \ -subject "Test mail @ [date] [time]" -body $s\ -a {ticol.man.rtf ticol.man.txt} -debug] |
|
SMTP telnet session connecting to MailQ on a Toshiba Libretto with MailQ running locally under Windows 98 | |
Running on a Toshiba Libretto under Windows 98 and with
Seamonkey Mail (O/S not recommended) The date shows as 1990 due to CMOS battery issues on the Libretto |
|
Showing the MailQ lock file working (Windows 7) The lockfile prevents new instances of the same service (POP3 or SMTP) from launching Deleting the lock file for a service will cause the service to terminate gracefully |
|
Thunderbird mail showing the configurable mail size limit working | |