On 2021-11-05 04:18, jun1art1 via Info wrote:
> Will it work if I specify home_mailbox to something that Cyrus can
> read it rather than Maildir/
> If so what path should I set it to?
> Thanks.
>
You'll need to make sure Cyrus imapd is set up correctly first.
Somewhere in your cyrus.conf file, there should be a line something like
this:
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
The path will probably be different on your system.
That's the socket that Cyrus's lmtp listens on. Remember that path, and
then edit your Postfix main.cf file:
- Comment out the home_mailbox line
#home_mailbox = Maildir/
- Find the mailbox_transport and local_transport lines, uncomment them,
and set them to the same path as the lmtpunix path listed in cyrus.conf
mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
local_transport = lmtp:unix:/var/imap/socket/lmtp
Disclaimer: http://www2.peralex.com/disclaimer.html
------------------------------------------
Cyrus: Info
Permalink: https://cyrus.topicbox.com/groups/info/T3b6672a4592afbe2-M6f6cb8b3437c2584a39d1dc5
Delivery options: https://cyrus.topicbox.com/groups/info/subscription
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.