Dear all,
we have managed to setup MM3 following the docker Installation concept/Tutorial. So far so good. However now i am struggeling with connecting to MTA. We are using imap server of our hosting provider.how to integrate that properly? Google was not too much of help unfortunately…looking for some tutorial or howto/step by step if possible.
Thanks in advance CL
On 1/2/23 03:44, clemens.leider@gmail.com wrote:
Dear all,
we have managed to setup MM3 following the docker Installation concept/Tutorial. So far so good. However now i am struggeling with connecting to MTA. We are using imap server of our hosting provider.how to integrate that properly? Google was not too much of help unfortunately…looking for some tutorial or howto/step by step if possible.
Assuming your Docker container can send TCP requests to the outside world, you need to set things in mailman.cfg like
[mta] smtp_host: name or IP address of the IMAP server smtp_port: 587 or whatever the server's submission port is smtp_user: credentials for IMAP login smtp_pass: " " " "
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
clemens.leider@gmail.com
-
Mark Sapiro