Search found 52 matches

by rojoblandino
Wed Feb 16, 2022 1:39 pm
Forum: Developers
Topic: How to lock or unlock the account using the API
Replies: 8
Views: 9215

Re: How to lock or unlock the account using the API

I know the attribute, but i have not found a way to change it via the api. This is what i have tried: // This file is generated by Composer require_once 'vendor/autoload.php'; $api = \Zimbra\Admin\AdminFactory::instance('https://10.0.10.40:7071/service/admin/soap'); $api->[code] auth('admin', 'admin...
by rojoblandino
Wed Feb 09, 2022 6:55 pm
Forum: Administrators
Topic: Amavisd on restart print "Unescaped left brace in regex is deprecated"
Replies: 4
Views: 3887

Amavisd on restart print "Unescaped left brace in regex is deprecated"

Greetings! First of all my zimbra installation. Release 8.8.15.GA.4179.UBUNTU20.64 UBUNTU20_64 FOSS edition, Patch 8.8.15_P30. I was editing "/opt/zimbra/conf/amavisd.conf.in" for adding whitelisting on line 381: ... # soft-blacklisting (positive score) 'sender@example.net' => 3.0, '.examp...
by rojoblandino
Wed Feb 02, 2022 1:29 pm
Forum: Developers
Topic: How to lock or unlock the account using the API
Replies: 8
Views: 9215

Re: How to lock or unlock the account using the API

I have test following steps: <?php // This file is generated by Composer require_once 'vendor/autoload.php'; $api = \Zimbra\Admin\AdminFactory::instance('https://10.0.10.40:7071/service/admin/soap'); $api->auth('admin', 'adminpasswordhere'); $account = new \Zimbra\Struct\AccountSelector(\Zimbra\Enum...
by rojoblandino
Wed Feb 02, 2022 3:43 am
Forum: Developers
Topic: How to lock or unlock the account using the API
Replies: 8
Views: 9215

How to lock or unlock the account using the API

Greetings, i have a site for my call center users, and they can remotely check if an account in the zimbra server is locked or not, if they are locked, i want to add a process to generate the new password and change it, then unlocked the account, I am new with these and do not understand so much, I ...
by rojoblandino
Tue Feb 01, 2022 9:01 am
Forum: Developers
Topic: Any way to change password of user through SOAP API without old password info
Replies: 9
Views: 25108

Re: Any way to change password of user through SOAP API without old password info

I am knew in this world of the SOAP and XML world, i look and look but no so much functional examples could be found there for many task with this api. So reading the fork i used the api found in this link https://github.com/zimbra-api/zimbra-api/ and I could make it work for resetting the password ...
by rojoblandino
Mon Jan 31, 2022 5:44 pm
Forum: Administrators
Topic: Sender address rejected: not owned by user
Replies: 13
Views: 21127

Re: Sender address rejected: not owned by user

I am not shure if placing a PMG(Proxmox Mail Gateway) before as a router for mails could solve it. I will build a lab and i will feed you folks! Maybe if i do the enforcing and avoid the emails reaching the server zimbra A by the transport in the PMG and send them to server zimbra B from the PMG cou...
by rojoblandino
Mon Jun 03, 2019 3:13 pm
Forum: Administrators
Topic: Runtime Queue Length: Counter increments by current queue length on refresh
Replies: 2
Views: 1871

Re: Runtime Queue Length: Counter increments by current queue length on refresh

Same problem here using zcs 8.8.12 and the problem persist, i haven't found a solution yet.
by rojoblandino
Thu Dec 06, 2018 7:16 pm
Forum: Administrators
Topic: Sender address rejected: not owned by user
Replies: 13
Views: 21127

Re: Sender address rejected: not owned by user

I have fix my problem for now by removing "reject_sender_login_mismatch" from "/opt/zimbra/conf/zmconfigd/smtpd_sender_restrictions.cf" zmcontrol -v Release 8.7.11.GA.1854.UBUNTU16.64 UBUNTU16_64 FOSS edition. I have a development enviroment to move the configs to production but...
by rojoblandino
Thu Nov 22, 2018 5:24 pm
Forum: Administrators
Topic: Set user COS to automatic using CLI
Replies: 4
Views: 5718

Re: Set user COS to automatic using CLI

Still no solution for this.

Waiting....
by rojoblandino
Mon Oct 01, 2018 5:33 am
Forum: Administrators
Topic: How to manage huge amount of Authentication Failure?
Replies: 4
Views: 7992

Re: How to manage huge amount of Authentication Failure?

You can use fail2ban to monitor the log files and automatically block offending IP addresses. That would work only if the attacker use the same ip but it does not work when every minute it comes from a new ip without repeating it self. How would you block something you do not know where will come f...