mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #2562] INFO exited: policyd (exit status 1; not expected) after having modoboa installed on Ubuntu #1637
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1637
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TubaApollo on GitHub (Jul 11, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2562
Impacted versions
Steps to reproduce
Installing modoboa via. Installer on Ubuntu
Trying to send Mail
Check supervisord.log
Current behavior
After installing modoboa via the installer i get following error (bootloop), it repeats every second, in "supervisord.log":
2022-07-11 14:11:52,665 INFO success: policyd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-07-11 14:11:53,009 INFO exited: policyd (exit status 1; not expected) 2022-07-11 14:11:54,012 INFO spawned: 'policyd' with pid 5410 2022-07-11 14:11:55,216 INFO success: policyd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2022-07-11 14:11:55,217 INFO exited: policyd (exit status 1; not expected)Also in my mail.log i get following error:
Jul 11 14:09:44 tubaapollo postfix/smtpd[4613]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 451 4.3.5 <name@example.com>: Recipient address rejected: Server configuration problem; from=<admin@example.com> to=<name@example.com> proto=ESMTP helo=<host> Jul 11 14:09:44 tubaapollo postfix/smtpd[4613]: using backwards-compatible default setting smtpd_relay_before_recipient_restrictions=no to reject recipient "name@example.com" from client "localhost[127.0.0.1]" Jul 11 14:09:44 tubaapollo postfix/smtpd[4613]: disconnect from localhost[127.0.0.1] ehlo=1 mail=1 rcpt=0/1 rset=1 quit=1 commands=4/5I already tried different solutions from this issue: https://github.com/modoboa/modoboa/issues/2200, but they sadly havent helped
Expected behavior
No errors/bootloop in logs
Sending from mails should work
@Spitfireap commented on GitHub (Jul 14, 2022):
Same issue here, seems to be same issue as #2561