<div dir="ltr">Hi All,<br><br>I request your help on this.<br><br>I have 2 dovecot test servers (IMAP protocol) installed with the 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>===============<div><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 to upgrade to the latest versions. Could you please suggest the steps for upgrading to the latest version in redhat (step by step details are helpful please) . If I upgrade to the latest version, will there be any impact on the existing configuration/setup?<br><br><br>2. Now I have added these 2 servers behind the Load Balancer. Enabled 110/143 ports on the Load Balancer FQDN (<a href="http://test.pop3.testing.com" target="_blank">test.pop3.testing.com</a>) and opened the firewall ports. Here I configured IMAP settings from microsoft outlook to see the emails. I gave the Incoming Mail Server & Outgoing mail server as "<a href="http://test.pop3.testing.com" target="_blank">test.pop3.testing.com</a>". It is configured without errors in Outlook. But I see these 2 types issues (shared storage & individual storage)<br><br>   a) individual separate storage - When I send 10 emails to LB FQDN (<a href="http://test.pop3.testing.com" target="_blank">test.pop3.testing.com</a>), the emails are going to 2 backend servers. But when i see the emails from Outlook inbox, it shows 5 emails from one server for some time. After sometime it shows other 5 emails in the inbox. But, I am not able to see all 10 emails at same time in my inbox. Please suggest how to fix this issue? In this scenario, I have separate individual storage in both the servers.<br><br>   b) common shared storage - I have tried a different scenario also. I also have one common NFS storage. So, I have configured that storage in both the servers. So when I sent 10 emails, I see all the 10 emails from both the servers as it is common shared storage. But, I am not getting those 10 emails delivered into my Outlook. I have made all the configuration correctly. Please suggest what is the mistake here.     <br><div><br></div><div>Dovecot.conf</div><div>=========================================================</div><div><br></div><div>[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></div><div>=========================================================</div><div><br></div><div>Please help me here.</div><div><br></div><div>Thanks,</div><div>Kishore Potnuru</div></div></div>