Skip to content
#

mta

Here are 153 public repositories matching this topic...

mildsunrise
mildsunrise commented Mar 14, 2020

The smtps_port option was added in #2268 / #2269. However the option was not documented because use of STMPS was not encouraged, and STARTTLS was the way to go.

However RFC 8314 now recommends STMPS over STARTTLS (#2522). We should document:

  • that setting listen to the special port 465 creates an SMTPS server instead of a regular one.
  • that the above 'special port' can be changed
jackrobson
jackrobson commented Dec 5, 2018

I had a lovely experience installing this via Docker. Kudos.

However, when I got to http://localhost:3000/ I only see a sign in button. I can't figure out how to sign up to the system.

I've tried http://localhost:3000/admins/sign_up but it redirects to /sign_in

Is their any other documentation that explains the sign up process?

Also, I'm very interested in using this to send mail in my

alanpost
alanpost commented Aug 24, 2019

If one were to compile the qmail code with -Wall -Werror, the following error is produced:

./compile tcpto.c
tcpto.c: In function ‘tcpto_err’:
tcpto.c:139:34: error: ‘firstwhen’ may be used uninitialized in this
function [-Werror=maybe-uninitialized]
      if ((firstpos < 0) || (when < firstwhen))
                            ~~~~~~^~~~~~~~~~~~

Is there a conditio

maxking
maxking commented Jan 26, 2019

The documentation steps are simple:

$ docker-compose stop
$ docker-compose rm
$ docker pull maxking/mailman-core:$tag
$ docker pull maxking/mailman-web:$tag
$ docker-compose up -d

Make sure that you use the appropriate -f docker-compose.yaml file in all the above commands.

1B0Y
1B0Y commented Mar 7, 2017

It'd be nice to see dead bodies be present in the server longer than normal. My idea was to keep the dead bodies present for a total of 3 IRL days, before they "decompose" and are removed from the server. This, however, should have an option for server owners to modify how long dead bodies should be on the server before being removed, as a technique to reduce some server lag.

Thoughts?

Improve this page

Add a description, image, and links to the mta topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mta topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.