| 12 |
[This is a pesky one. Changing the .forward pipe to go through |
[This is a pesky one. Changing the .forward pipe to go through |
| 13 |
truss first 'fixes' it. Grr. --rabbi] |
truss first 'fixes' it. Grr. --rabbi] |
| 14 |
|
|
| 15 |
Items for 3.0.x: |
Items for 3.1.x: |
|
|
|
|
- Automatically fetch fresh stats during installation process |
|
|
- Make the default mix.cfg file we write more useful. |
|
|
Include (commented out) in a user section: |
|
|
+ SMTPRELAY |
|
|
- Write a document on how to setup a remailer on windows |
|
|
+ install as service |
|
|
+ configure pop3.ini |
|
| 16 |
- doallow() should check more than one email address in a line |
- doallow() should check more than one email address in a line |
| 17 |
(patch # 877312) (weasel) |
- Automatically fetch pinger list and stats during installation process |
|
- delete secret keys securely after keygraceperiod expires |
|
|
(Should this just be a call to an external program? I.e. |
|
|
"/bin/rm -P" or "/usr/bin/shred -fz -n3")? Does this even |
|
|
serve a purpose now that journaled FSes are the norm? |
|
| 18 |
- destblk request confirmation (patch # 873498) |
- destblk request confirmation (patch # 873498) |
| 19 |
+ perhaps we should phase this out in favor of a distributed RAB. |
+ perhaps we should phase this out in favor of a distributed RAB? |
| 20 |
- Integrate RAB support -- automatic downloading similar to stats. |
- Integrate RAB support -- automatic downloading similar to stats. |
| 21 |
- Introduce hashed RAB handling where mail recipients are hashed and |
- Introduce hashed RAB handling where mail recipients are hashed and |
| 22 |
compared against a downloaded rab.hash file. This solves the issue |
compared against a downloaded rab.hash file. This solves the issue |
| 23 |
of publishing a plain-text list of email addresses. |
of publishing a plain-text list of email addresses. |
| 24 |
|
+ We might want to salt these hashes but the salt would have to be |
| 25 |
|
known to remops. |
| 26 |
|
- Include a formal win32 binary release, complete with docs. |
| 27 |
|
|
| 28 |
Packaging: |
Packaging: |
| 29 |
- Modify release tarball generation script to build the .tab.c file from |
- Modify release tarball generation script to build the .tab.c file from |
| 30 |
parsedate.y, so we don't end up requiring bison on every system that |
parsedate.y, so we don't end up requiring bison on every system that |
| 31 |
wants to build mixmaster (rabbi) |
wants to build mixmaster (rabbi) |
| 32 |
- rpm -- dybbuk |
- rpm -- dybbuk |
| 33 |
. Windows build instructions/files (weasel) |
- Windows build instructions/files (zax) |
| 34 |
- provide a packaged Windows build to be used with QuickSilver |
- provide a packaged Windows build to be used with QuickSilver |
|
+ Richard has an Installer we can use for this purpose (rabbi) |
|
| 35 |
- Macintosh OS/X support (rabbi) |
- Macintosh OS/X support (rabbi) |
| 36 |
- Update Install script to put files in global system locations if |
- Update Install script to put files in global system locations if |
| 37 |
invoked by root. Also update to be smart about AES support. |
invoked by root. Also update to be smart about AES support. |