![]() |
get thousands of "Mailsize" mails from own server
Hello
I have Server with ISPConfig 2.2.8 and postfix running. Problem is that the server sends thousands of messages to my webmaster email address to tell me about the mailsize. How can this be stopped? Email: Quote:
|
Do you redirect/forward mails for admispconfig to another user? You shouldn't do this! The mailsize mails are for the user admispconfig so that ISPConfig can calculate correct mail traffic statistics.
|
Same Problem, but at multible emails
Hi.
I have a similar problem, exept every admin-acount get flooded. I run multiple domaines on my server. Followed 'Perfect setup for Fedora core 6' to the last dot. Installed ISPConfig before I did anything else. Have read the posts I could find that just remotly touched this issue, but no help. Have changed mydomain in main.cf to an empty domain that points to my IP, but isn't setup in ISPConfig. Checked all conf-files against Docs and postings here, but nothing helps. I have NOT forwarded any mails to anything at all. Please help since it's slowing down a live server. |
Please post a excerpt of your mail log. Did you add any aliases in /etc/postfix/aliases?
|
Hi Till
I havn't altered the aliases (it's located /etc/aliases on my system) I'll hav a part of my maillog in a few, my server is VERY slow now, and the maillog is now on 96 MB |
This is the beginning of my maillog, and now its 96 MB in 24 hours??
Dec 12 23:59:10 web sendmail[14428]: alias database /etc/aliases rebuilt by root Dec 12 23:59:10 web sendmail[14373]: kBCMx4BA014373: to=admispconfig@localhost.localdomain, ctladdr=web5_lars (10025/10005), delay=00:00:06, xdelay=00:00:00, mailer=relay, pri=30115, relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Connection refused by [127.0.0.1] Dec 12 23:59:10 web sendmail[14428]: /etc/aliases: 76 aliases, longest 10 bytes, 765 bytes total Dec 12 23:59:13 web postfix/postsuper[14624]: warning: bogus file name: incoming/395398.12187 Dec 12 23:59:13 web postfix/postfix-script: starting the Postfix mail system Dec 12 23:59:13 web postfix/master[14650]: daemon started -- version 2.3.3, configuration /etc/postfix Dec 12 23:59:13 web postfix/qmgr[14654]: 06AE02068CAC: from=<>, size=2583, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/trivial-rewrite[14655]: warning: database /etc/postfix/virtusertable.db is older than source file /etc/postfix/virtusertable Dec 12 23:59:13 web postfix/qmgr[14654]: 05ED52068CAD: from=<>, size=2492, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 1095F2068CAE: from=<>, size=2492, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 81A8F2068CB2: from=<>, size=2492, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: EDBE62068CC2: from=<>, size=2486, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 15B7C2068CB4: from=<>, size=2583, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: CB78C2068CA2: from=<>, size=2583, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: B806D2068CB5: from=<>, size=2492, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: B63D12068CD4: from=<>, size=2486, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 544722068C89: from=<>, size=2583, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 6CEEB2068C98: from=<>, size=2492, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: CFF592068CC9: from=<>, size=2583, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 84D5A2068CAB: from=<>, size=2486, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 24A4E2068CB9: from=<>, size=2492, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 21B852068CB7: from=<>, size=2486, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: A60052068C9A: from=<>, size=2492, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 990992068CBB: from=<>, size=2486, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 9C5CF2068CB8: from=<>, size=2486, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 5F5E82068CAA: from=<>, size=2583, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 97E192068CB6: from=<>, size=2492, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 0107E2068C9D: from=<>, size=2583, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: 4E4532068CA9: from=<>, size=2583, nrcpt=1 (queue active) Dec 12 23:59:13 web postfix/qmgr[14654]: B69432068CD5: from=<>, size=2492, nrcpt=1 (queue active) |
Partly solved
I edited all .procmailrc files and commented out the include mail.rc statement, so now I don't recieve all the mailsize-mails.
Still have an overloaded maillog. Is there anyway to configure what to Log and what NOT to Log ? |
Please run
Code:
postmap /etc/postfix/virtusertableAre there lots of mails in your mailqueue? You can find out by running Code:
postqueue -p |
Quote:
Quote:
I used Outlook with a message-rule to empty the queue after commenting out the Code:
include .......... mail.rcTook me some time because of the amount of users. Maillog is now downsized to ~35 MB |
Quote:
Code:
postsuper -d ALL |
| All times are GMT +2. The time now is 05:38. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.