Hi,
On Wed, Aug 2, 2017, at 02:02 AM, ouerheni.nouha@gmail.com wrote:
Hello all ,
I configured mailman3 following this contributer guide http://docs.mailman3.org/en/latest/devsetup.html but i'am still getting problem with the configuration of MySQL and postfix . Is this section is enough for MySQL configurations ?
You need to configure the Core and Web Frontend (in Django) separately to use MySQL. The configuration below is enough for Core. For Django, have a look at https://docs.djangoproject.com/en/1.11/ref/settings/#databases .
[database] class: mailman.database.mysql.MySQLDatabase url: mysql+pymysql://myuser:mypassword@mymysqlhost/mailman?charset=utf8&use_unicode=1htmlI will appreciated if there are some documents to provide to cotinue the intergration of mailman3 .
Is there any tuto for postfix config ?
Thanks in advance Ouerheni Nouha
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj