Skip to content
Discussion options

You must be logged in to vote

I have briefly touched on this feature in earlier comments on this discussion, for reference:

Which for your case the relevance is restricting incoming mail to Postfix via smtpd_sender_restrictions -> check_sender_access:

echo -e "${USER} \t\t REJECT" >>"${DATABASE}"
if [[ ${DIRECTION} == 'send' ]]; then
CHECK='check_sender_access'
POSTFIX_OPTION='smtpd_sender_restrictions'
else

Now something I did not appea…

Replies: 7 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@polarathene
Comment options

@Waldorf3
Comment options

@polarathene
Comment options

Comment options

You must be logged in to vote
3 replies
@polarathene
Comment options

@Waldorf3
Comment options

@polarathene
Comment options

Comment options

You must be logged in to vote
4 replies
@Waldorf3
Comment options

@polarathene
Comment options

@polarathene
Comment options

@Waldorf3
Comment options

Comment options

You must be logged in to vote
3 replies
@polarathene
Comment options

@polarathene
Comment options

Answer selected by polarathene
@MichalisDBA
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment