A Postfix email alias manager using Node.js and web sockets
This is not meant for production purposes - it is mainly for experimenting with Node.js and web sockets. There is no authentication in the interface.
alias can be used to manage Postfix (or similar) email aliases and reject
lists in a simple web interface. The web interface uses web sockets to
communicate with the server.
The configuration for alias is stored as a JSON Object in config.json.
The options are:
port[number] - port number to listen onaddress[string] - host name / IP address to listen onaliases[Object]aliases.type[string] - Type of file, currently only regex is supportedaliases.path[string] - Path to filereloadCommand[string] - Command to run to reload Postfix once the files have been rewrittendbPath[string] - Path to JsonDB to store the aliases indefaultDomain[string] - Default domain for the aliasdefaultUser[string] - Default destination for alias