epmail
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:epmail - mail system in Erlang
## What
EPmail - is mail system written in Erlang.

## Install
    make

## Runing
In erlang shell:

    popd_sup:start_link().

Add user 3 parameters: Domain Name Password

    maildir:adduser("localhost", "admin", "123").

## Test
You can connect to servers by telnet or you can use mail client, thunderbird for example:

    [shk@myhost ~]$ telnet localhost 110
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    +OK POP3 server ready 
    use shk
    -ERR
    user admin
    +OK
    pass 123
    +OK
    list 1
    +OK 1 3507
    .
    noop
    +OK

## Contribute
 1) Fork epmail
 
 2) Write some new features or fix bug
 
 3) Test it
 
 4) Pull request
 
## Credits
  Artem Teslenko ()

## Wiki
  EPmail wiki - 
 
## EPmail TODO and Issues
  EPmail issues - 

## Dependency
if you want to use PostgreSql to storage user data:

 * PostgreSql
 
 * pgsql ()

if you want to user sqlite3 to storage user data:

 * Sqlite3
 
 * erlang-sqlite3 ()

## More info
  More info - kuleshovmail@gmail.com

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。