zimbra share migration

 copy mta settings

change spf records and mail A record

for trinity change spf txt  from this 

add outgoing in antispam


also add ssl in zimbra

check timezone in zimbra set to IST

https://bumkailashkumar.blogspot.com/2020/03/message-submission-is-for-authorised.html

Add IP in antispam experts by going to outgoing manage users and save

else

you will get

 said: 550

    message submission is for authorised users only


spf record

v=spf1 a mx ip4:192.227.106.139 include:spf.antispamcloud.com -all

to

v=spf1 a mx ip4:192.227.106.139 ip4:192.227.108.96  include:spf.antispamcloud.com -all


change mail A record


change mail.trinityengineers.com to 192.227.108.96 


change destination in antispam


 copy mta settings




configure > global settings > MTA

mta trusted network

127.0.0.0/8 [::1]/128 192.227.106.128/25 192.168.122.0/24 192.227.106.139/32 192.227.106.0/24 192.227.0.0/16 63.141.245.10 192.227.85.199


replaced old ip 192.227.106.139 to 192.227.108.96


127.0.0.0/8 [::1]/128 192.227.106.128/25 192.168.122.0/24 192.227.108.96/32 192.227.106.0/24 192.227.0.0/16 63.141.245.10 192.227.85.199


also added relay MTA



change timezone in zimbra


Changing the Time Zone in Linux

Before changing the time zone, you’ll need to find out the long name of the time zone you want to use. The time zone naming convention usually uses a “Region/City” format.

To view all available time zones, use the timedatectl command or list the files in the /usr/share/zoneinfo directory:

timedatectl list-timezones
...
America/Montserrat
America/Nassau
America/New_York
America/Nipigon
America/Nome
America/Noronha
...

Once you identify which time zone is accurate to your location, run the following command as root or sudo user:

sudo timedatectl set-timezone <your_time_zone>

For example, to change the system’s timezone to America/New_York you would type:

sudo timedatectl set-timezone America/New_York
sudo timedatectl set-timezone Asia/Kolkata

To verify the change, invoke the timedatectl command again:

timedatectl
                      Local time: Tue 2019-12-03 13:55:09 EST
                  Universal time: Tue 2019-12-03 18:55:09 UTC
                        RTC time: Tue 2019-12-03 18:02:16
                       Time zone: America/New_York (EST, -0500)
       System clock synchronized: no
systemd-timesyncd.service active: yes
                 RTC in local TZ: no

Mission accomplished! You’ve successfully changed your system’s time zone.

Comments

Popular posts from this blog

cpanel exam CPSP Answers

How to install zimbra collaboration suite 8.8.11 on CentOS 7

awstats installation