<div dir="ltr">Thank you for your reply.<div><br></div><div>1. Am i able to upgrade directly from 2.0 to 2.3? or I should go periodically from 2.0 to 2.1, then 2.1 to 2.2, then 2.2 to 2.3....?</div><div>2. could you please suggest me steps to pick the correct package to upgrade in the above version (2.1, 2.2, 2.3)?</div><div>3. which location i need to download the packages?</div><div>4. I am using redhat servers. Am i able to directly download and upgrade the software from my redhat linux server? please advise step-by-step instructions for this?</div><div><br></div><div>Thanks,</div><div>Kishore Potnuru</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 8, 2020 at 11:00 AM Apostolis Hardalias <<a href="mailto:a.hardalias@skroutz.gr">a.hardalias@skroutz.gr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On 7/8/20 12:53 PM, Kishore Potnuru wrote:<br>
> Hi All,<br>
><br>
> I request your help on this.<br>
><br>
> I have 2 dovecot test servers (IMAP protocol) installed with the <br>
> following configuration.<br>
> =============<br>
> [root@devap01 ~]# cat /etc/redhat-*<br>
> Red Hat Enterprise Linux Server release 6.10 (Santiago)<br>
><br>
> [root@devap01 ~]# dovecot --version<br>
> 2.0.9<br>
><br>
> [root@devap01 ~]# postconf | grep mail_version<br>
> mail_version = 2.6.6<br>
> ===============<br>
><br>
> I have another server also "devap02" with the same configuration.<br>
><br>
> Couple of points/questions/queries here.<br>
><br>
> 1. I know these servers are having old dovecot versions. I would like <br>
> to upgrade to the latest versions. Could you please suggest the steps <br>
> for upgrading to the latest version in redhat (step by step details <br>
> are helpful please) . If I upgrade to the latest version, will there <br>
> be any impact on the existing configuration/setup?<br>
<br>
Check the documents posted here:<br>
<br>
<a href="https://doc.dovecot.org/installation_guide/upgrading/from-2.0-to-2.1/" rel="noreferrer" target="_blank">https://doc.dovecot.org/installation_guide/upgrading/from-2.0-to-2.1/</a><br>
<br>
<a href="https://doc.dovecot.org/installation_guide/upgrading/from-2.1-to-2.2/" rel="noreferrer" target="_blank">https://doc.dovecot.org/installation_guide/upgrading/from-2.1-to-2.2/</a><br>
<br>
<a href="https://doc.dovecot.org/installation_guide/upgrading/from-2.2-to-2.3/" rel="noreferrer" target="_blank">https://doc.dovecot.org/installation_guide/upgrading/from-2.2-to-2.3/</a><br>
<br>
Depending on your setup, you may also need to check for changes to <br>
additional software (e.g. amavis)<br>
<br>
><br>
> 2. Now I have added these 2 servers behind the Load Balancer. Enabled <br>
> 110/143 ports on the Load Balancer FQDN (<a href="http://test.pop3.testing.com" rel="noreferrer" target="_blank">test.pop3.testing.com</a> <br>
> <<a href="http://test.pop3.testing.com" rel="noreferrer" target="_blank">http://test.pop3.testing.com</a>>) and opened the firewall ports. Here I <br>
> configured IMAP settings from microsoft outlook to see the emails. I <br>
> gave the Incoming Mail Server & Outgoing mail server as <br>
> "<a href="http://test.pop3.testing.com" rel="noreferrer" target="_blank">test.pop3.testing.com</a> <<a href="http://test.pop3.testing.com" rel="noreferrer" target="_blank">http://test.pop3.testing.com</a>>". It is <br>
> configured without errors in Outlook. But I see these 2 types issues <br>
> (shared storage & individual storage)<br>
><br>
>    a) individual separate storage - When I send 10 emails to LB FQDN <br>
> (<a href="http://test.pop3.testing.com" rel="noreferrer" target="_blank">test.pop3.testing.com</a> <<a href="http://test.pop3.testing.com" rel="noreferrer" target="_blank">http://test.pop3.testing.com</a>>), the emails are <br>
> going to 2 backend servers. But when i see the emails from Outlook <br>
> inbox, it shows 5 emails from one server for some time. After sometime <br>
> it shows other 5 emails in the inbox. But, I am not able to see all 10 <br>
> emails at same time in my inbox. Please suggest how to fix this issue? <br>
> In this scenario, I have separate individual storage in both the servers.<br>
<br>
I'm not sure if you've set it up already because it's unclear from the <br>
configuration you posted but, you may wanna have a look at: <br>
<a href="https://wiki.dovecot.org/Replication" rel="noreferrer" target="_blank">https://wiki.dovecot.org/Replication</a><br>
<br>
I suggest using replication after you've upgraded since earlier versions <br>
of dovecot had a few issues.<br>
<br>
<br>
>    b) common shared storage - I have tried a different scenario also. <br>
> I also have one common NFS storage. So, I have configured that storage <br>
> in both the servers. So when I sent 10 emails, I see all the 10 emails <br>
> from both the servers as it is common shared storage. But, I am not <br>
> getting those 10 emails delivered into my Outlook. I have made all the <br>
> configuration correctly. Please suggest what is the mistake here.<br>
><br>
> Dovecot.conf<br>
> =========================================================<br>
><br>
> [root@devap01 ~]# cat /etc/dovecot/dovecot.conf<br>
> disable_plaintext_auth = no<br>
><br>
> listen = *<br>
> log_path = /var/log/dovecot.log<br>
> mail_location = maildir:/r3/mail/virtual/%d/%n/Maildir/<br>
> passdb {<br>
> args = /etc/dovecot/passwd<br>
> driver = passwd-file<br>
> }<br>
> pop3_uidl_format = %g<br>
> protocols = imap pop3<br>
> ssl = yes<br>
> ssl_cert = </etc/pki/dovecot/certs/dovecot.pem<br>
> ssl_key = </etc/pki/dovecot/private/dovecot.pem<br>
><br>
> userdb {<br>
> args = uid=vmail gid=vmail home=/r3/mail/virtual/%d/%n<br>
> driver = static<br>
> }<br>
> mail_debug = no<br>
> verbose_ssl = no<br>
> =========================================================<br>
><br>
> Please help me here.<br>
><br>
> Thanks,<br>
> Kishore Potnuru<br>
</blockquote></div>