Problem 01. Created a mailing list in ispconfig 3. The mailing list is called "[email protected]". Went into the web admin to add emails into the mailing list. Added "[email protected]", "[email protected]", "[email protected]". Then sent email to mailing list, "[email protected]". The local users, like "[email protected]" and "[email protected]" cannot receive the email. The external email account, "[email protected]" can receive the email. What did I do wrong? Is there some setting that I missed out? Problem 02 Created another mailing list in ispconfig 3. This time to another domain and with the same name like "[email protected]". When going to the web admin for the mailing list, it goes to the previous mailing list with the same name "support" but a different domain like "[email protected]". I suspect it is because of both mailing list having the same name called support. Please advise how to resolve this issue. I have also got the ispconfig 3 manual. Could not find the solution there. Did I miss it? Please advice. Really need the help. P.V.Anthony
Thank you for replying. 1. did a tail -F /var/log/maillog to watch it 2. set an email to [email protected]. Using example.com as an example. 3. the logs show that email was received. 4. the logs show that it was sending to the external email. 5. no errors in the log I also checked /var/log/mailman and could not find any errors. Checked /var/log/messages too and no errors. Is there some other logs that I can check? P.V.Anthony
Here is more information. Here is the strange thing. When I create a mailing list called "haha", it works fine. When I create a mailing list called "supportt" with the extra t, it works fine. Local and external emails get the emails. When I create a mailling list called "sales" or "support", it does not work. Local emails cannot get the emails and external emails can get the emails. Very strange. It must be something I did but I cannot remember where I have messed up. Please advice what I can do to rectify this. Please help. P.V.Anthony
Solved for problem 01 The problem has been solved with the help from the mailman mailling list. Here is what was done. Checked the file /etc/aliases and there was an alias for sales and support going to postmaster. Commented them out and run the command newaliases. All is working great now! Hope this is useful for others. P.V.Anthony