"Reply by email" is not posting the reply when a user replies by email

Hello I am trying to setup reply by email, as far everything works except when you reply that thread via email it does not post in the thread. I am using my own custom mail server using iredmail. I am not sure how to diagnose this as logs don’t show anything except this:

1 Like

I solved it, seems like iRedmail stores + addresses in a separate folder not main inbox so I just removed that using postfix. Just for future reference if anyone is using iRedmail just remove

-m ${extension}

from

# Use dovecot's `deliver` program as LDA.
dovecot unix    -       n       n       -       -      pipe
flags=DRh ... -f ${sender} -d ${user}@${domain} -m ${extension}

in

/etc/postfix/master.cf
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.