mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #1358] logwatch : Backwards-Compatibility #1082
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#1082
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 @CooperBarrett on GitHub (Jan 18, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1358
Impacted versions
Hi,
In my logs, I have errors on "Backwards-Compatibility",
Is there any way to rectify that?
I found this in the postfix documentation but I'm afraid to do some bullshit, I'd rather ask first :
And here are my logs (logwatch) :
Thank you for your help
@ghost commented on GitHub (Jan 18, 2018):
@CooperBarrett Can you post a copy of /etc/postfix/master.cf?
@CooperBarrett commented on GitHub (Jan 19, 2018):
thanks for your help, here's my master.cf :
@ghost commented on GitHub (Jan 19, 2018):
I'm running postfix 3.2.4 and none of my services are chrooted, the default for postfix >= 3.0 is chroot = no.
It's safe to follow the postfix documentation and update your master.cd using
postconf -F smtp/inet/chroot=nTo fix all the services, backup
master.cfand run the following in the same directory asmaster.cfgrep '^[^ \t#]' master.cf | awk '{ print "postconf -F " $1 "/" $2 "/chroot=n" }' | sh@CooperBarrett commented on GitHub (Jan 19, 2018):
Thank you for your answer, I will test this, I'll come back to you to solve if everything works!
@CooperBarrett commented on GitHub (Jan 23, 2018):
Problem solved as far as I'm concerned, thank you very much to @fyfe for his help!