[You don't often get email from john@stoffel.org. Learn why this is important at
https://aka.ms/LearnAboutSenderIdentification ]
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
>>>>> "michele" == michele clark--- via dovecot <dovecot@dovecot.org> writes:
> We have an install of Dovecot running with Postfix and Roundcube
> using virtual mail to allow us to connect to our AD domain which got
> messed up after a power issue.
Was this working before the AD problems, or is this a new install?
> I can log into our Roundcube and see all my old emails, however new
> emails keep getting stuck in the CUR files with permissions of
> -rw-------
> If I chmod the email it will deliver to the inbox in Roundcube.
Where are you changing the permissions? The destination directory?
> Can anyone advise on how I can adjust this so all new emails will
> come thru with the correct permissions? - Thanks in advance
It all depends on how your email are delivered, and you need to post
some of your configuration details, such as the postfix config and the
dovecot config.
For postfix, just post the changed from defaults info, which you can
get with the following bash sheel command:
comm -23 <(postconf -n) <(postconf -d)
See the postconf man page for details.
Also post your dovecot info as well.