Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kvm

Pages: [1]
1
Hi all.

I see subject message regularly in mail logs.  Sender is the same - amavis@myhostname
How can I fix it, allow postfix to relay messages to local domain or add this address to aliaces, at last?
This happened after upgrade from 4.1.12 Zentyal to 5.0 version.


2
Hi all!

After upgrade can`t get external mail. In syslog I see errors:
Code: [Select]
Feb 16 14:04:33 mail systemd[1]: Started Zentyal fetchmail daemon.
Feb 16 14:04:33 mail systemd[1]: zentyal.fetchmail.service: Main process exited, code=exited, status=1/FAILURE
Feb 16 14:04:33 mail systemd[1]: zentyal.fetchmail.service: Unit entered failed state.
Feb 16 14:04:33 mail systemd[1]: zentyal.fetchmail.service: Failed with result 'exit-code'.
Feb 16 14:04:33 mail systemd[1]: zentyal.fetchmail.service: Service hold-off time over, scheduling restart.
Feb 16 14:04:33 mail systemd[1]: Stopped Zentyal fetchmail daemon.
...
Feb 16 14:04:34 mail systemd[1]: zentyal.fetchmail.service: Start request repeated too quickly.
Feb 16 14:04:34 mail systemd[1]: Failed to start Zentyal fetchmail daemon.

After many tries to fix it, I found why, on this forum:
https://forum.zentyal.org/index.php?topic=21633.0
The problem was that fetchmail user doesn`t have shell.
Code: [Select]
fetchmail:x:115:65534::/var/lib/fetchmail:/bin/false

Then I found solution on this forum too (https://forum.zentyal.org/index.php?topic=4447.0):
Code: [Select]
sudo chsh -s /bin/sh fetchmail

But, service "External retrieval service" in Zentyal web-admin control panel marked as stopped. If I try to start it,
I see in syslog:
Code: [Select]
Feb 17 16:21:00 mail systemd[1]: Stopping Zentyal fetchmail daemon...
Feb 17 16:21:00 mail fetchmail[2715]: terminated with signal 15
Feb 17 16:21:00 mail su[2673]: Session terminated, terminating shell... ...terminated.
Feb 17 16:21:00 mail systemd[1]: zentyal.fetchmail.service: Main process exited, code=exited, status=143/n/a
Feb 17 16:21:00 mail systemd[1]: Stopped Zentyal fetchmail daemon.
Feb 17 16:21:00 mail systemd[1]: zentyal.fetchmail.service: Unit entered failed state.
Feb 17 16:21:00 mail systemd[1]: zentyal.fetchmail.service: Failed with result 'exit-code'.
Feb 17 16:21:00 mail systemd[1]: Started Zentyal fetchmail daemon.
Feb 17 16:21:00 mail fetchmail[27754]: starting fetchmail 6.3.26 daemon
Feb 17 16:21:01 mail cron[631]: (*system*ebox-mail) RELOAD (/etc/cron.d/ebox-mail)
Feb 17 16:21:01 mail CRON[27905]: (root) CMD ([ -x /usr/share/zentyal-mail/fetchmail-update ] && /usr/share/zentyal-mail/fetchmail-update)

As I see, fetchmail is started & worked, external mail is receiving, but, service "External retrieval service" in Zentyal web-admin still marked as stopped!
How Zentyal is determine status of services, and how can I fix it?

3
Установлен Zentyal Development Edition v.4.1. После последнего обновления пакетов, от 9 октября, apt автоматически удалил модули почты, почтового фильтра и OpenChange - как оказалось, вследствие неудовлетворенных зависимостей, а именно - внезапно отсутствующего в репозитории Zentyal пакета openchange-ocsmanager, Примечательно, что физически пакет в репозитарии есть ( и на том спасибо, хоть вручную смог установить), а вот в пакетной базе, насколько я понял, он присутствует лишь как зависимость (см. файл http://archive.zentyal.org/zentyal/dists/4.1/main/binary-i386/Packages ).

Pages: [1]