home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
POP3D09A
/
WHATSNEW.TXT
< prev
Wrap
Text File
|
1997-06-18
|
3KB
|
89 lines
0.9a:
Bugfix. Usersfile was not closed.
Codepage ISO was corrected. Now it works perfectly like others.
0.9:
Checking secondary login is changed using semaphore \\SEM32\\POP3DLOGON
More security added in login part like UNIX pop3d.
Now you can add users without restart of POP3D. Users are loaded dynamically.
(Thanks to alex@penza.sura.com.ru)
New feature enabled: For *REMOTE* users POP3D checks username in
an address of recipient.
Example: Remote domain 'test.vdonsk.ru' has four users: postmaster,
root, Andy and Kira.
------ USERS.POP -------
# Records for Andy and Kira define two mailboxes.
Andy = Andy@test = Andy
Kira = Kira@test = Kira
# All other letters we send to postmaster
test = !Andy,!Kira,*@test = test
------ USERS.POP -------
(Thanks to my friend and colleague Serg Bondarenko)
0.8e:
Now POP3D assumes Ache mailbox is in 866 codepage, Kendra mailbox is
in Koi8-r.
(Thanks to Andy Igoshin <ai@baza2.voronezh.su>)
0.8d:
If you set '-t' parameter into 'SENDMAIL' string then POP3D thinks that
a mailer is clever and skippes parsing of fields 'To:', 'From:', 'Cc:',
'Bcc:' and creates one sending file only. For UUPC/Extended compability.
(Thanks to Eilko Bronsema <eilko@ebbs.iaehv.nl>)
First blank lines stripped in XTND XMIT command (MR2ICE 1.26 bug).
>>>>>>>> Warning ON >>>>>>>>
If You use UUPC/Ext and transmit a mail via POP3D beware strings in header:
Resend-To:,Resend-Date:,Resend-From:
Rmail 1.12r drops such letters!
<<<<<<< Warning OFF <<<<<<<<
0.8c:
Sending via rmail of UUPC/Ext synchronized.
SENDMAIL starts in separated session to protect pop3d face.
Size field initialized during XTND XMIT command.
Bug corrected if message-id field is absent and type of mailbox is UUPC/Ext.
(Thanks to Eilko Bronsema <eilko@ebbs.iaehv.nl>)
0.8b:
Bug corrected in letter body if string starts with '.'.
(Thanks to Dmitry Tenshov <root@tele.volsb.vdonsk.ru>)
Old debug feature removed. If SpoolDir was not '\UUCP\SPOOL'
daemon beepped a triple with "Error! Error!" message.
(Thanks to Eilko Bronsema <eilko@ebbs.iaehv.nl>)
0.8a:
Now you may not tune a charset to user. In this case letters stay
non-touched.
0.8:
Parameter 'SENDMAIL' in pop3d.cfg added. It's used for mail sending
what POP3D receives. Case sensitivity!.
Syntax for UUCP/2, UUPC/@:
SENDMAIL=\UUCP\rmail.exe -R$sender -F$file $recipient
Syntax for UUPC/Ext:
SENDMAIL=\UUCP\rmail.exe -F$file -t
Reserved words:
$sender - Sender of letter
$file - Temporary file in DELIVER_AGENT directory
$recipient - Recipient of letter
Don't use I/O stream redirecting symbols '<', '>' in string. It's not works.
Important!
Don't forget to set environment variable 'UUPCSYSRC' before start
POP3D if you want to transmit e-mail through POP3D via rmail.
0.7:
APOP command added
0.6:
UUPC/Extended compability added
(Thanks to Boris Popov <bp@butya.alma-ata.su>)