Postfix refuses to accept incoming messages because of a configuration error #18

Closed
opened 2020-10-24 12:33:46 -05:00 by crest · 1 comment
Owner

When attempt to receive mails postfix fails with this error:

postfix/smtpd[69972]: warning: hash:/usr/local/etc/postfix/sender_access is unavailable. open database /usr/local/etc/postfix/sender_access.db: No such file or directory
postfix/smtpd[69972]: warning: hash:/usr/local/etc/postfix/sender_access lookup error for "crest@rlwinm.de"
postfix/smtpd[69972]: NOQUEUE: reject: RCPT from mail.rlwinm.de[2a01:4f8:171:f902::5]: 451 4.3.5 <crest@rlwinm.de>: Sender address rejected: Server configuration error; from=<crest@rlwinm.de> to=<crest@ccchb.de> proto=ESMTP helo=<mail.rlwinm.de>

It looks like the map hash:sender_access is missing.

When attempt to receive mails postfix fails with this error: ``` postfix/smtpd[69972]: warning: hash:/usr/local/etc/postfix/sender_access is unavailable. open database /usr/local/etc/postfix/sender_access.db: No such file or directory postfix/smtpd[69972]: warning: hash:/usr/local/etc/postfix/sender_access lookup error for "crest@rlwinm.de" postfix/smtpd[69972]: NOQUEUE: reject: RCPT from mail.rlwinm.de[2a01:4f8:171:f902::5]: 451 4.3.5 <crest@rlwinm.de>: Sender address rejected: Server configuration error; from=<crest@rlwinm.de> to=<crest@ccchb.de> proto=ESMTP helo=<mail.rlwinm.de> ``` It looks like the map `hash:sender_access` is missing.
crest added this to the Abschalten von Feynman milestone 2020-10-24 12:34:00 -05:00
crest self-assigned this 2020-10-24 12:34:02 -05:00
Author
Owner

97daf854d0 was all that way missing to get Postfix up and running.

`97daf854d0` was all that way missing to get Postfix up and running.
crest closed this issue 2020-10-24 12:38:17 -05:00
Sign in to join this conversation.
No Label
No Assignees
1 Participants
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: ccchb/ansible#18
No description provided.