i have reconfigured postfix but roundcube can’t read messages then i found that emails stored in mail/new directly not in domainname.com/accountname/new i need to know how to connect postfix to rouncube database and store files in the right directory
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I believe that if emails are not showing up in Roundcube, the issue is more likely with Dovecot (which Roundcube relies on to access emails) rather than Postfix.
You might need to adjust your Dovecot configuration to correctly reference where Postfix is storing emails. You should have a look at your Dovecot configuration files (usually located in
/etc/dovecot/
), specifically the10-mail.conf
file. Inside this file, you should see a setting formail_location
, which tells Dovecot where to look for mail.For example:
This location should match where Postfix is delivering mail to. Make sure this path aligns with your Postfix configuration. If you make changes, remember to restart Dovecot to apply them:
Keep in mind that this might depend based on your setup, you may need additional or slightly different configuration. Feel free to share a link to the guide that you’ve followed to set everything up.
Best,
Bobby