modoboa / modoboa-webmail

The webmail of Modoboa
MIT License
73 stars 48 forks source link

How can I access webmail in a instance and send a mail #272

Closed BUPT-wxq closed 2 months ago

BUPT-wxq commented 3 months ago

I perform pip install modoboa-webmail

MODOBOA_APPS = ( 'modoboa', 'modoboa.core', 'modoboa.lib', 'modoboa.admin', 'modoboa.relaydomains', 'modoboa.limits', 'modoboa.parameters', 'modoboa_webmail', ) $ cd $ python manage.py load_initial_data $ python manage.py collectstatic $ python manage.py runserver

tonioo commented 3 months ago

@BUPT-wxq Have you reloaded uwsgi?

BUPT-wxq commented 3 months ago

@BUPT-wxq Have you reloaded uwsgi? Thanks to your reply. I install modoboa-webmail in a instance. I excute command as above. How to reloaded uwsgi and access webmail? What is url of web mail?I am not sure whether web service start. http://localhost:8000/ is running.

tonioo commented 3 months ago

Are you trying to run Modoboa in "development mode" ?

BUPT-wxq commented 3 months ago

Are you trying to run Modoboa in "development mode" ? modoboa-admin.py deploy --dburl default: --domain localhost --devel instance yes