Category: Uncategorized
Поиск текста в файлах в папке Linux
Что б найти строку в папке в файлах, достаточно выполнить команду
grep -rnw ‘/path/to/folder/’ -e ‘text’
Postfixadmin: Invalid query: Unknown column ‘goto’ in ‘alias’
iRedMail v0.9.8
iRedAdmin v0.9.1 (MySQL)
Postfixadmin v3.2
При установке posftixadmin на новый iRedmail возникают ошибки
Ниже приведены ошибки и как их лечить.
Ошибка:
Invalid query: Unknown column ‘goto’ in ‘alias’
В новой версии отсутствует колонка goto. Добавим её
mysql -u root -puse vmail;ALTER TABLE alias ADD COLUMN `goto` text NOT NULL;
DROP INDEX domain on mailbox;
DROP INDEX domain on alias;
Windows Server 2012 R2 и Windows Server 2016 keys
Ключи для установки Windows Server 2012 R2 и Windows Server 2016
AVMA keys
The following AVMA keys can be used for Windows Server 2012 R2.
Edition AVMA key
Datacenter Y4TGP-NPTV9-HTC2H-7MGQ3-DV4TW
Standard DBGBW-NPF86-BJVTX-K3WKJ-MTB6V
Essentials K2XGM-NMBT3-2R6Q8-WF2FK-P36R2
The following AVMA keys can be used for Windows Server 2016.
Edition AVMA key
Datacenter TMJ3Y-NTRTM-FJYXT-T22BY-CWG3J
Standard C3RCX-M6NRP-6CXC9-TW2F2-4RHYD
Essentials B4YNW-62DX9-W8V6M-82649-MHBKQ
Zimbra: update ssl certificate Using the CLI
13 April 2022
Linux, Uncategorized
No Comments
bakabuka
As example you bought comodo ssl cert and received 2 zip archives.
Unpack STAR.my_domain_com_cert and STAR.my_domain_com_key
Copy private key to /opt/zimbra/ssl/zimbra/commercial folder/
copy STAR.my_domain_com.ca-bundle to /tmp folder
copy domain cert to /tmp folder
Check under non-root user that your SSL certificate, your private key and the Intermediate CA are OK, this step is important and you should not continue if you receive an error here
Deploy the commercial certificate with zmcertmgr as the non-root user
Restart the Zimbra Services
certcertificatecomodomailsentigosslzimbra