[GH-ISSUE #1374] Postfix Problem after Upgrade to 1.10.1 #1091

Closed
opened 2026-02-27 11:15:12 +03:00 by kerem · 12 comments
Owner

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"

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"
kerem closed this issue 2026-02-27 11:15:12 +03:00
Author
Owner

@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"

<!-- gh-comment-id:361093018 --> @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"
Author
Owner

@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.cf

And reload config

<!-- gh-comment-id:361105273 --> @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.cf` And reload config
Author
Owner

@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"

<!-- gh-comment-id:361105624 --> @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"
Author
Owner

@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?

<!-- gh-comment-id:361105657 --> @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?
Author
Owner

@olkitu commented on GitHub (Jan 29, 2018):

There is my config's and no errors

proxy_read_maps =
        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-map.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
smtpd_sender_login_maps =
        proxy:pgsql:/etc/postfix/sql-sender-login-map.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
<!-- gh-comment-id:361150099 --> @olkitu commented on GitHub (Jan 29, 2018): There is my config's and no errors ``` proxy_read_maps = 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-map.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 ``` ``` smtpd_sender_login_maps = proxy:pgsql:/etc/postfix/sql-sender-login-map.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 ```
Author
Owner

@tonioo commented on GitHub (Jan 29, 2018):

Looks like you forgot the upgrade instructions: http://modoboa.readthedocs.io/en/latest/upgrade.html#id2

<!-- gh-comment-id:361171563 --> @tonioo commented on GitHub (Jan 29, 2018): Looks like you forgot the upgrade instructions: http://modoboa.readthedocs.io/en/latest/upgrade.html#id2
Author
Owner

@tonioo commented on GitHub (Jan 30, 2018):

@WASDIT have you fixed your issue?

<!-- gh-comment-id:361529506 --> @tonioo commented on GitHub (Jan 30, 2018): @WASDIT have you fixed your issue?
Author
Owner

@EDV4BIZ commented on GitHub (Feb 1, 2018):

I did what olkitu do and it worked my me.

<!-- gh-comment-id:362331137 --> @EDV4BIZ commented on GitHub (Feb 1, 2018): I did what olkitu do and it worked my me.
Author
Owner

@EDV4BIZ commented on GitHub (Feb 6, 2018):

Can anyone send me a complete postfix main.cf

<!-- gh-comment-id:363384896 --> @EDV4BIZ commented on GitHub (Feb 6, 2018): Can anyone send me a complete postfix main.cf
Author
Owner

@EDV4BIZ commented on GitHub (Feb 7, 2018):

@tonioo can you send me a complete working postfix main.cf for the modoboa 1.10.0?

<!-- gh-comment-id:363859602 --> @EDV4BIZ commented on GitHub (Feb 7, 2018): @tonioo can you send me a complete working postfix main.cf for the modoboa 1.10.0?
Author
Owner

@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.

<!-- gh-comment-id:363875102 --> @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.
Author
Owner

@EDV4BIZ commented on GitHub (Feb 7, 2018):

Thanks 👍

<!-- gh-comment-id:363937292 --> @EDV4BIZ commented on GitHub (Feb 7, 2018): Thanks 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1091
No description provided.