|
|
MAIL Server testing
SMTP
- [localhost:~] matt% telnet mail.domain.com smtp
- Trying 64.224.19.12...
- Connected to mail.zone.com.
- Escape character is '^ ]'.
- 220 mail.zone.net ESMTP
- ehlo
- 250-mail.zone.net
- 250-AUTH LOGIN PLAIN
- 250-AUTH=LOGIN PLAIN
- 250-PIPELINING
- 250-STARTTLS
- 250 8BITMIME
- mail from:
- 250 ok
- rcpt to:
- 250 ok
- data
- 354 go ahead
- Subject: foo
- .
- 250 ok 1016471746 qp 9246
POP3
- telnet pop.domain.com pop3
- +OK Hello there.
- user user@domain.net
- +OK Password required.
- pass secret
- +OK
- list
- 1 1586
- 2 13304
- 3 795
- .
- dele 2
- +OK
- quit
- Connection closed by foreign host.
IMAP
- telnet imap.example.com imap
- Escape character is '^ ]'.
- * OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See COPYING for distribution information.
- . login user@example.com secret
- . OK LOGIN Ok.
- A0001 CAPABILITY
- * CAPABILITY IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA
- . logout
- * BYE Courier-IMAP server shutting down
- . OK LOGOUT completed
Last modified on 4/7/05.
|
|
|