Search found 40 matches
- Fri Apr 05, 2024 9:43 pm
- Forum: Administrators
- Topic: send email error "A network service error has occurred"
- Replies: 1
- Views: 3560
Re: send email error "A network service error has occurred"
If you have all-in-one Zimbra install (all services on one host), you should do a zmcontrol status first, make sure the mta service is running. If you have a multi-server, and MTA services is running elsewhere, check that server (zmcontrol status). You can look in /var/log/zimbra.log on the server w...
- Fri Mar 29, 2024 9:20 pm
- Forum: Spanish
- Topic: Error Envio Relay
- Replies: 1
- Views: 2205
Re: Error Envio Relay
Creo que esto es lo que quieres. Usaré un nombre de dominio diferente (xyzcorp.com). Entonces, si xyzcorp.com es un dominio en Zimbra, y cuando un usuario de Zimbra envía a un usuario que no tiene una cuenta en Zimbra (@xyzcorp.com), desea que se envíe a un retransmisor de correo (mail.xyzcorp.com)....
- Fri Mar 29, 2024 9:05 pm
- Forum: Zimbra Talk
- Topic: Zimbra professional support company in Austria Germany
- Replies: 2
- Views: 15676
Re: Zimbra professional support company in Austria Germany
Not sure what you mean by "professional support", but Synacor offers "professional services" and you can purchase varying levels of technical support for Zimbra. There is an extensive partner network as well, so you likely can find a partner in your area that may offer support or...
- Fri Mar 15, 2024 8:16 pm
- Forum: Administrators
- Topic: [8.6.0] Not all of subfolders get shared
- Replies: 1
- Views: 867
Re: [8.6.0] Not all of subfolders get shared
Unfortunately ZCS 8.6 is not supported. So consider even if this was a bug in your version, you would have to upgrade. Perhaps best if you can download the latest Open Source version which will still support folder sharing, and see if you get the same issue (build it on small VM). The last open sour...
- Fri Mar 15, 2024 7:49 pm
- Forum: Русский язык-фор
- Topic: блокировка ящика по smtp
- Replies: 1
- Views: 2794
Re: блокировка ящика по smtp
Пожалуйста, используйте Google Translate, чтобы прочитать мои комментарии ниже. You should look at this wiki - https://wiki.zimbra.com/wiki/Saslauth_Failed_(curl_easy_perform_error), and look and see if you have an error in /var/log/zimbra.log at that same time. Oddly though this seems like an error...
- Fri Mar 01, 2024 8:23 pm
- Forum: Administrators
- Topic: Internal IMAP account counts to user quota?
- Replies: 1
- Views: 1109
Re: Internal IMAP account counts to user quota?
I am trying to understand what you are saying "which have info@ mailbox added as IMAP". Do you mean and external IMAP account as setup in the Preferences, Accounts, Add External Account of the Zimbra Web Client? If this is the case, you realize that is doing periodic IMAP fetch to the conf...
- Fri Mar 01, 2024 7:45 pm
- Forum: Installation and Upgrade
- Topic: Can't login webclient/ admin via sperate proxy server
- Replies: 2
- Views: 1017
Re: Can't login webclient/ admin via sperate proxy server
Do this on the mailstore... for i in {8443,7072,7071}; do lsof -i:$i;done ...to verify it's listening on those three ports. Then from the proxy, make sure your reach the mailstore on those three ports for i in {8443,7072,7071}; do nc -zv mailstore.domain.ext $i ; done Lastly make sure from the mails...
- Fri Feb 16, 2024 11:38 pm
- Forum: Administrators
- Topic: Emails to zimbra@serverfqdn
- Replies: 9
- Views: 2005
Re: Emails to zimbra@serverfqdn
run... zmlocalconfig | egrep -i 'smtp_source|smtp_desti|av_notify_u zmprov gacf | grep -i backupreport I suspect one of those is set to send to the email address you are seeing. Often when someone originally installs Zimbra they accept the domain name that gets suggested which is the FQDN, so with Z...
- Fri Jan 26, 2024 10:05 pm
- Forum: Administrators
- Topic: Zimbra 8.8.15: all mails are sent outside when MTA relay is defined
- Replies: 4
- Views: 1502
Re: Zimbra 8.8.15: all mails are sent outside when MTA relay is defined
Humm, what you are describing does not seem correct. If you set zimbraMtaRelayHost to a value with nothing else but default Zimbra settings, the behavior will be that it still routes mail between Zimbra domains without sending out to the relay. Any domain outside of the local Zimbra domains, it will...
- Sat Jan 20, 2024 12:39 am
- Forum: Administrators
- Topic: backup of current config
- Replies: 3
- Views: 984
Re: backup of current config
That link you posted, seems like ZCS 4.0.5, like really old (that was released in 2006 I think). Start https://www.zimbra.com/product/documentation/ - you can see the latest admin guide. Generally though when you say "back up configuration", most of the configuration is stored in Zimbra LD...