python - running a private email server -
let's our organization has domain name "ourcloud.org, server given ip address, , every member has email within our domain. particular email system has able to:
1.receive emails our members, , send message logic unit, and
2.receive messages logic unit , deliver emails members.
in addition, private email server not have send emails other domains , should not accept email others domains.
how can design simple email server using python frameworks? or there email program can configured these jobs?
have here how send email in python : http://docs.python.org/2/library/email-examples.html
you can use mail server postfix or there lot of tutorial on google
Comments
Post a Comment