After updating to 3.0.5.4 postfixt is no longer accepting mails for distribution from my mail client ... I got the following strange error message im /var/log/mail.err: 2014-08-21T00:11:03.323901+02:00 hxxxxxxx postfix/cleanup[30826]: error: open database /etc/mailman/virtual-mailman.db: No such file or directory I am running SuSE 13.1 perfect server setup ... no mailman installed at all. What do I have to do to fix this problem. Any help is much appreciated because users are not able to send eMails through my server. Greets Sven
Hi Till, yes I did choose to reconfigure Services ... and I did this on two machines, one with SuSE 11.?? and one with SuSE 13.1 same behavior on both Servers ... incoming eMail is not distributed and sending eMail from Clients is not possible ... dovecot is still functional, but get no new mail Hope you find a solution for this Problem ... Greets Sven
try this Hey I had the same issue on opensuse tumbleweed with ISPConfig 3.0.5.4 Patch 3. I also did not install mailman before installing ISPconfig. i solved as follows: 1. installed mailman accordingly to http://en.opensuse.org/Mailman 2. as explained in http://www.howtoforge.de/forum/allgemein-11/ispconfig-3-0-5-4-patch-2-released-8323/: Code: touch /etc/mailman/virtual-mailman postmap /etc/mailman/virtual-mailman RESULT: clean logs, mails are beeing sent & recieved ENJOY
hi, i solved same issue like this: 1. installed + configured mailman accordingly to http://en.opensuse.org/Mailman 2. Execute, as explained here http://www.howtoforge.de/forum/allgemein-11/ispconfig-3-0-5-4-patch-2-released-8323/ : Code: touch /etc/mailman/virtual-mailman postmap /etc/mailman/virtual-mailman 3. restart mailman/postfix 4. enjoy
Hi Till, sorry I forgot to mention that I already did postmap /etc/mailman/virtual-mailman ... and restarted postfix ... and did that on both machines ... Nothing changed and I still have the same Problem. Any other idea on how to fix that Problem? Greets and thanks for your kind Support Sven
I probably found the solution on the German HowToForge Forum: touch /etc/mailman/virtual-mailman postmap /etc/mailman/virtual-mailman will try that and give you Feedback Sven
Above mentioned fix worked ... now postfix is up and running again and accepting mail for delivery Thanks for your hints which led me in the right direction. Sven