source: mailjam/bin/mailjam-server@ 16:cd4170142d87

Last change on this file since 16:cd4170142d87 was 16:cd4170142d87, checked in by Borja Lopez <borja@…>, 12 years ago

Renamed the project to Mailjam

  • Property exe set to *
File size: 173 bytes
Line 
1#!/usr/bin/env python
2#
3# Run the Postman XML-RPC server
4
5from postman.daemon import PostmanDaemon
6
7if __name__ == '__main__':
8 daemon = PostmanDaemon()
9 daemon.run()
Note: See TracBrowser for help on using the repository browser.