0

When I send an email to my Mailman mailing list address, it is getting stuck in a loop. When I send an email out, the email that is supposed to get sent to the list of subscribed people, instead it sends the email to the mailing list address, causing an infinite loop of sending the email to itself. The problem seems to have appeared for no reason (the list used to work just fine). What should I do?

Raspbian Stretch
Mailman 1:2.1.23-1
Postfix 3.1.0-5+b1

/etc/aliases: http://paste.debian.net/870363/
/etc/mailman/mm_cfg.py: http://paste.debian.net/870364/
/etc/postfix/main.cf: http://paste.debian.net/883021/
/etc/postfix/master.cf: http://paste.debian.net/883038/
end of /var/log/mail.warn: http://paste.debian.net/884140/
/var/log/mail.err is empty

EDIT: Does not seem to be an issue with Postfix, my website's contact form works just fine.

2 Answers2

0

Few things to consider:

  1. the Mailman address should not be a part of your mailing list.
  2. you should take care for Automatic replays such as: Out of office or Similar feedbacks.
Tomer W
  • 111
  • 1
  • 1
  • 10
0

I think that happend because you configure relayhost postfix main.cf

This is the warning in your log

Oct 19 17:34:00 jacobspctuneup postfix/trivial-rewrite[2762]: warning: /etc/postfix/main.cf, line 41: overriding earlier entry: relayhost=

You can comment or delete it

Or you can give some log, so I can get other information to find the error

  • The first one was just `relayhost = `, so I don't think it is the issue, but removed it anyway. – QwertyChouskie Oct 24 '16 at 23:16
  • Awarded the bounty to this answer, although it was not my problem, that error had been annoying me for a while, and the answer motivated me to finally fix it. – QwertyChouskie Oct 25 '16 at 22:00