DMail Utilities Download PageThis is a slowly evolving page :-) NetWin and some of our customers have produced add-ons for DMail. This page provides links to those, along with any information available, on the utility which is not provided with the utility. All those written or owned by NetWin are marked; 'Netwin'. All others have been written by third parties and, as such, you should use them at your own risk - please do not assume that they have been tested (although most have) by NetWin, or that NetWin proclaims them safe to use or even functional with its products :-)
DRespond- Netwin's latest version of the autresponder. Run drespond or drespond.exe from a command line to see usage information. You should set up a forward rule or an alias to the drespond robot for the user whose mail you wish to have responded to. See robots for more information. 'Netwin' dres1602.zip - for NT
Columns - for creating batch files to add users- A small utility written by NetWin, which can be used to create a batch file that adds a list of users to an External Authentication Module, e.g. NWAuth Run cols(.exe) without any arguments to get the following usage information: Columns Version 1.0a Usage: cols filename <-try> -delim ";" -out "nwauth -set $4 $5" Where $4 indicates the 4th column. For example: This example shows four users being added to the NWAuth external authentication
routine, Note, in order to do this you do need to know the user's passwords in an
unencrypted form. cols input.txt -delim ";" -out "nwauth -set $3 $4" will turn the following input file,input.txt,
into the output file, cols.out,
This file can then be renamed, cols.bat and run by simply entering cols at the command prompt. Additional Use: To add a prefix/suffix to all usernames The flexibility of the output string allows you to use Columns to add suffixes and prefixes to the usernames. E.g. To add a domain suffix @netwinsite.com onto the end of all usernames in your nwauth.txt file,
run cols on that file with the following command line, cols nwauth.txt -delim ":" -out "$1@netwinsite.com: $2:$3" This gives the following output file, cols.out,
You can then replace your nwauth.txt file with this file renamed as nwauth.txt. NOTE: To replace nwauth.txt you must make sure that there are no entries in nwauth.add and that all instances of NWAuth are stopped (i.e. shutdown all servers and check process list for any stray instances). Download:'Netwin'
IMAPD - IMAP ServerIMAPD is a IMAP server to run alongside or instead of DPOP, to allow users to connect to an IMAP server to read their mail, instead of connecting to the POP server. Each user is able to connect using either IMAP or POP, and is free to switch between the 2 servers. However, any email they have read using one server will not be available through the other server. Notes:
For installation instructions see, For configuration instructions see, Download: 'Netwin' Keith Steven's NT ODBC AuthenticatorAn ODBC external authentication module for DMail on Windows NT. Follow this link for more information . . .
Dean Wong's NiagaAuth Perl Script for MySQL (and others)An external authentication module written in Perl for use with MySQL. Uses DBI, so should also work for Msql and Oracle. See also, Netwin's MySQLAuth module for information on DMail and MySQL. Please contact DMail Support in the first instance if you have problems or questions on this module. Download from our beta directory
(Netwin) FixHash - for changing between hashing methodsNB: This is a new NetWin utility which is still in its beta form. We have tested it on both NT and Linux, and checked that it does not alter directory or file permissions, but we have not tested it on a large system as yet. Please let us know if you try it and how you get on. This utility will move all directories and files in a mail spool from one hashing
system to another. The systems that it works with are those defined under the hash_spool dmail.conf setting, Here is an example of running this program to change from hash_spool 0 to hash_spool 2,
where at present all mail is in drop files, ./fixhash -hash 2 -path /var/mail Notes:
NB: Fixhash will be in all distribution sets from 2.8r onwards, so you should have it on your machine already! Download BETA for NT: Download BETA for Linux: Download BETA for AIX: Download Source and UNIX Makefile: History: |