GithubHelp home page GithubHelp logo

docker-fakepop's Introduction

docker-fakepop

Docker image for fakepop.

fakepop is a fake pop3 daemon. It returns always the same messages to all users, it does not care about usernames and passwords. All user/pass combinations are accepted.

How to use

  • Create a directory which will contain the emails that fakepop should serve.

    mkdir ~/fake_emails
  • Put all messages that you want fakepop to deliver in the ~/fake_emails directory.
    Some filenames are not considered as messages:

    • filenames begining with '.' (hidden files)
    • filenames begining with 'readme' (case insensitive)
    • filenames ending in '~' (backup files)
  • Run fakepop by mounting your email directory. It will run as daemon in the background.

    docker run --rm -d --name fakepop -v ${PWD}:/etc/fakepop -p 127.0.0.1:110:110 gschlager/fakepop
  • You can stop the daemon with

    docker stop fakepop

Connecting to the POP3 server

  • Hostname: localhost
  • Port: 110
  • Username: whatever you want
  • Password: whatever you want
  • Connection security: None

Connecting from Discourse

You can connect from Discourse by changing the following site settings:

  • disable pop3_polling_ssl
  • disable pop3_polling_openssl_verify
  • pop3_polling_host: localhost
  • pop3_polling_port: 110
  • pop3 polling username: whatever you want
  • pop3 polling password: whatever you want
  • enable pop3_polling_enabled
  • enable email_in

Then create a group or category and configure an email address for it.

docker-fakepop's People

Contributors

gschlager avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.