home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
SENDMAIL
/
READ_ME
< prev
next >
Wrap
Text File
|
1997-07-07
|
2KB
|
33 lines
Sendmail v2.02
- V2.01 Fix time zone, trap when bouncing mail with attachments, give
correct endmailer rc in bounced mail.
-v2.02 Allow all numeric user ids. That is, allow 12345678@xxxx.com
The following files are what you should have:
sendmail.dll
sendmail.exe
sendmail.hf Help file for sendmail when you telnet to the sendmail daemon
aliases Sample alias file. Requires the OA option to be added to the
sendmail.cf file with the corrct directory path. See below.
message Sample message file that is put at the top of returned mail.
Requires the OE option added to the sendmail.cf file with the
correct directory path. See below. You can change the contents
of this file.
Sample option lines to be added to sendmail.cf
OHd:\TCPIP\ETC\sendmail.hf
OAd:\TCPIP\ETC\aliases
OE/d:\TCPIP\ETC\message
There is also a new parameter on the OT
option. The format can be OTqtime/notify. Where the qtime is
the amount of time to live on the queue and the notify is the
the amount of time before warning the sender that sendmail is
having problems delivering the mail. For example if you have
OT5d/30m in you sendmail.cf file then if a piece of mail is queued
for 30 minutes or more a warning message is sent to the sender.
If the mail is on the queue for 5 days or more it is bounced.