|
|
1.1 ! root 1: @(#) sendmail.hf 4.3 2/15/89 ! 2: cpyr ! 3: cpyr Copyright (c) 1983 Eric P. Allman ! 4: cpyr Copyright (c) 1988 The Regents of the University of California. ! 5: cpyr All rights reserved. ! 6: cpyr ! 7: cpyr Redistribution and use in source and binary forms are permitted ! 8: cpyr provided that the above copyright notice and this paragraph are ! 9: cpyr duplicated in all such forms and that any documentation, ! 10: cpyr advertising materials, and other materials related to such ! 11: cpyr distribution and use acknowledge that the software was developed ! 12: cpyr by the University of California, Berkeley. The name of the ! 13: cpyr University may not be used to endorse or promote products derived ! 14: cpyr from this software without specific prior written permission. ! 15: cpyr THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ! 16: cpyr IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED ! 17: cpyr WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 18: cpyr ! 19: cpyr @(#)sendmail.hf 4.3 (Berkeley) 2/15/89 ! 20: cpyr ! 21: smtp Commands: ! 22: smtp HELO MAIL RCPT DATA RSET ! 23: smtp NOOP QUIT HELP VRFY EXPN ! 24: smtp For more info use "HELP <topic>". ! 25: smtp To report bugs in the implementation contact [email protected] ! 26: smtp or [email protected]. ! 27: smtp For local information contact postmaster at this site. ! 28: help HELP [ <topic> ] ! 29: help The HELP command gives help info. ! 30: helo HELO <hostname> ! 31: helo Introduce yourself. I am a boor, so I really don't ! 32: helo care if you do. ! 33: mail MAIL FROM: <sender> ! 34: mail Specifies the sender. ! 35: rcpt RCPT TO: <recipient> ! 36: rcpt Specifies the recipient. Can be used any number of times. ! 37: data DATA ! 38: data Following text is collected as the message. ! 39: data End with a single dot. ! 40: rset RSET ! 41: rset Resets the system. ! 42: quit QUIT ! 43: quit Exit sendmail (SMTP). ! 44: vrfy VRFY <recipient> ! 45: vrfy Not implemented to protocol. Gives some sexy ! 46: vrfy information. ! 47: expn EXPN <recipient> ! 48: expn Same as VRFY in this implementation. ! 49: noop NOOP ! 50: noop Do nothing. ! 51: send SEND FROM: <sender> ! 52: send replaces the MAIL command, and can be used to send ! 53: send directly to a users terminal. Not supported in this ! 54: send implementation. ! 55: soml SOML FROM: <sender> ! 56: soml Send or mail. If the user is logged in, send directly, ! 57: soml otherwise mail. Not supported in this implementation. ! 58: saml SAML FROM: <sender> ! 59: saml Send and mail. Send directly to the user's terminal, ! 60: saml and also mail a letter. Not supported in this ! 61: saml implementation. ! 62: turn TURN ! 63: turn Reverses the direction of the connection. Not currently ! 64: turn implemented.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.