Configure the external time sources, use the command below:
C:\>w32tm /config /manualpeerlist:"pool.ntp.org" /syncfromflags:manual /reliable:yes /update
Resync the time:
C:\>w32tm /resync
Verify your sync status:
C:\>w32tm /query /status
Just another WordPress site
Configure the external time sources, use the command below:
C:\>w32tm /config /manualpeerlist:"pool.ntp.org" /syncfromflags:manual /reliable:yes /update
Resync the time:
C:\>w32tm /resync
Verify your sync status:
C:\>w32tm /query /status
To forward outgoing mails of particular user to another account using sender_bbc_maps in Postfix:
To main.cf add the following entry:
sender_bcc_maps = hash:/etc/postfix/sender_bcc
and then create a file in /etc/postfix called: sender_bcc
and then add the following entry to sender_bcc:
user1@domain.com anotheruser@domain.com
And then type the following command:
postmap /etc/postfix/sender_bcc
and restart Postfix. Now on, emails sent from user1@domain.com will be a blind carbon copy to anotheruser@domian.com