Инструменты пользователя

Инструменты сайта


zimbra

Это старая версия документа!


установка

Zimbra B/W list

Whitelist Edit /opt/zimbra/conf/postfix_rbl_override. Add IP address(es) SPACE OK to the file, one IP address per line:

1.2.3.4 OK

Run the postmap to save and apply the changes in Postfix:

postmap /opt/zimbra/conf/postfix_rbl_override

Run the zmprov to apply the changes to the Zimbra Collaboration Server:

zmprov mcf +zimbraMtaRestriction 'check_client_access lmdb:/opt/zimbra/conf/postfix_rbl_override'

postmap will need to be rerun on the file any time an IP address is added or removed.

Blacklist Edit /opt/zimbra/conf/postfix_blacklist. Add IP address SPACE REJECT to the file, one IP address per line:

1.2.3.4 REJECT

Run the postmap to save and apply the changes in Postfix:

postmap /opt/zimbra/conf/postfix_blacklist

Run the zmprov to apply the changes to the Zimbra Collaboration Server:

zmprov mcf +zimbraMtaRestriction 'check_client_access lmdb:/opt/zimbra/conf/postfix_blacklist'

postmap will need to be rerun on the file anytime an IP address is added or removed.

Zimbra сделать пользователя админом

su zimbra
zmprov ma i.familiya@domain.ru zimbraIsAdminAccount TRUE

Zimbra служебные сообщения

  • кому приходят все служебные сообщения
zmlocalconfig -e smtp_destination=admin@domain.ru

Zimbra очистка удаленных сообщений

zmprov mc default zimbraDumpsterEnabled "TRUE" zimbraDumpsterPurgeEnabled "TRUE" zimbraDumpsterUserVisibleAge "30d" zimbraMailDumpsterLifetime "30d"
zmprov -l gaa domain.com
for user in `cat /opt/scripts/users.txt`
 do
  echo $user
  zmmailbox -z -m $user -A emptyDumpster
 
done

Zimbra DKIM

zimbra.1713297151.txt.gz · Последнее изменение: 08.07.2024 11:48 (внешнее изменение)