summaryrefslogtreecommitdiffstats
path: root/mail/teapop
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.3.0 -- patch-ab is no longer needed.jim2001-04-044-46/+15
|
* Bump PORTREVISION.jim2001-03-281-0/+1
| | | | Reminded by: kris
* Fix the following from the PR:jim2001-03-281-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | First, teapop fails to authentificate user if he logs in without specifying his domain (pop_auth calls pop_string_find and tests its result against being NULL, while NULL is returned only upon malloc() failures. On empty domain logins pop_string_find returns empty string). This makes APOP login method to always fail as teapop erroneously interprets command APOP avn d41d8cd98f00b204e9800998ecf8427e as an attempt of login for user avn@d41d8cd98f00b204e9800998ecf8427e without supplying MD5 hash value. Instead, return value should be tested against being empty string, while positive test for NULL should cause pop3 server error message to be printed. Second, if configured with WITHOUT_APOP arguments to 'make install', teapop incorrectly handles QUIT command while in authentification state. It's because a part of switch statement became commented out and there will be no branch for return value from pop_wait_for_commands with command "QUIT" (it will return 3, not 4 when configured without APOP). PR: 26181 Submitted by: Alexey V. Neyman <avn@any.ru>
* Don't install teapop.passwd -- only install teapop.passwd.sample, andjim2001-03-112-13/+21
| | | | | let the user know they need to copy it to teapop.passwd before using teapop.
* Add a WITH_DRAC knob to enable DRAC support.jim2001-02-091-0/+9
| | | | Submitted by: Anders Nordby <anders@fix.no>
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Update to version 0.28.jim2000-12-222-2/+2
|
* Update to version 0.27.jim2000-12-042-4/+10
|
* old postgresql port has been removed.andreas2000-08-261-1/+1
| | | | use postgresql7, which has proven stability now.
* Add a patch to install teapop.passwd as teapop.passwd.sample -- thisjim2000-08-132-1/+22
| | | | | | | prevents evilness which would cause teapop.passwd to be overwritten when installing a newer version of the port. Submitted by: Tobias Reifenberger <treif@mayn.de>
* Update to version 0.26.jim2000-08-112-2/+2
|
* Import of teapop.jim2000-07-105-0/+50
Teapop is an RFC1939 compliant POP3 server. It includes flexible virtual domain support that distinguishes it from all other POP3 servers.
OpenPOWER on IntegriCloud