Roundcube Community Forum

 

Mock imap for dev ?

Started by Erwane, November 10, 2022, 03:06:11 PM

Previous topic - Next topic

Erwane

Hi,
I can't found a tutorial or doc on how to configure roundcube for local developpement.
There is a docker or projet to mock/fake imap response in local ? I need to install a "working" postfix/dovecot/mysql only for dev ?

Thanks.

SKaero

Simplest way in my opinion is to either connect out to a public service or to setup a docker environment with all the needed parts.

Erwane

I think docker is the best yes.
Maybe somenone has a working docker-compose to share ?