mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1374] Postfix Problem after Upgrade to 1.10.1 #1091
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#1091
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 @EDV4BIZ on GitHub (Jan 28, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1374
After upgrade i got in the Postfix Error Log:
Jan 28 21:23:19 mail postfix/submission/smtpd[3675]: fatal: proxymap service is not configured for table "pgsql:/etc/postfix/sql-sender-login-map.cf"
@EDV4BIZ commented on GitHub (Jan 28, 2018):
Jan 28 21:27:07 mail postfix/trivial-rewrite[4282]: fatal: proxymap service is not configured for table "pgsql:/etc/postfix/sql-transport.cf"
Jan 28 21:27:07 mail postfix/submission/smtpd[4283]: fatal: proxymap service is not configured for table "pgsql:/etc/postfix/sql-sender-login-map.cf"
Jan 28 21:27:11 mail postfix/smtpd[4284]: fatal: proxymap service is not configured for table "pgsql:/etc/postfix/sql-sender-login-map.cf"
@olkitu commented on GitHub (Jan 28, 2018):
Put this to proxy_read_maps section on Postfix main.cf file:
proxy:pgsql:/etc/postfix/sql-sender-login-map.cfAnd reload config
@EDV4BIZ commented on GitHub (Jan 28, 2018):
Jan 29 00:16:04 mail postfix/trivial-rewrite[25690]: fatal: proxymap service is not configured for table "pgsql:/etc/postfix/sql-transport.cf"
@EDV4BIZ commented on GitHub (Jan 28, 2018):
my config lines:
proxy_read_maps =
proxy:pgsql:/etc/postfix/sql-sender-login-map.cf
proxy:unix:passwd.byname
proxy:pgsql:/etc/postfix/sql-domains.cf
proxy:pgsql:/etc/postfix/sql-domain-aliases.cf
proxy:pgsql:/etc/postfix/sql-aliases.cf
proxy:pgsql:/etc/postfix/sql-relaydomains.cf
proxy:pgsql:/etc/postfix/sql-relaydomains-transport.cf
proxy:pgsql:/etc/postfix/sql-relaydomain-aliases-transport.cf
proxy:pgsql:/etc/postfix/sql-autoreplies-transport.cf
proxy:pgsql:/etc/postfix/sql-maintain.cf
proxy:pgsql:/etc/postfix/sql-relay-recipient-verification.cf
proxy:pgsql:/etc/postfix/sql-sender-login-mailboxes.cf
proxy:pgsql:/etc/postfix/sql-sender-login-aliases.cf
proxy:pgsql:/etc/postfix/sql-sender-login-mailboxes-extra.cf
proxy:pgsql:/etc/postfix/sql-spliteddomains-transport.cf
should i remove anything?
@olkitu commented on GitHub (Jan 29, 2018):
There is my config's and no errors
@tonioo commented on GitHub (Jan 29, 2018):
Looks like you forgot the upgrade instructions: http://modoboa.readthedocs.io/en/latest/upgrade.html#id2
@tonioo commented on GitHub (Jan 30, 2018):
@WASDIT have you fixed your issue?
@EDV4BIZ commented on GitHub (Feb 1, 2018):
I did what olkitu do and it worked my me.
@EDV4BIZ commented on GitHub (Feb 6, 2018):
Can anyone send me a complete postfix main.cf
@EDV4BIZ commented on GitHub (Feb 7, 2018):
@tonioo can you send me a complete working postfix main.cf for the modoboa 1.10.0?
@tonioo commented on GitHub (Feb 7, 2018):
@WASDIT just follow the upgrade procedure or use this template https://github.com/modoboa/modoboa-installer/blob/master/modoboa_installer/scripts/files/postfix/main.cf.tpl.
@EDV4BIZ commented on GitHub (Feb 7, 2018):
Thanks 👍