8000 GitHub - apm963/python-ses-s3-pop3-server: POP3 server that uses an AWS S3 backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

apm963/python-ses-s3-pop3-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python POP3 server for AWS SES + S3

Purpose: todo

Important: This does not yet support TLS or proper authentication and should not be used in production. PRs for these are welcome.

Based on pypopper.

Usage

Basic usage:

python pypopper-s3.py 110 mybucket myobjectprefix

Within docker (development):

docker run -it --rm -v /path/on/host/python-ses-s3-pop3-server:/app -p 110:110 python:3-alpine sh
> python /app/pypopper-s3.py 0.0.0.0:110 mybucket myobjectprefix

You will need a boto.cfg to exist at /etc/boto.cfg or ~/boto.cfg for AWS credentials.

Deploy

docker run -d --name  --restart=always -p 110:110 python-ses-s3-pop3-server:latest mybucket myobjectprefix

Or alternately run as service using the included docker-compose.yml as a template.

About

POP3 server that uses an AWS S3 backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0