mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #1000] no statistics/graphs #850
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#850
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JayBeRayBearGun on GitHub (Jan 9, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1000
Just noticed I don't seem to have the nice graphs displaying the mail statistics. How can I debug this?
@JayBeRayBearGun commented on GitHub (Jan 9, 2017):
on a side note,... despite following instructions I can't change the default modoboa logo on the sign-in page.
@tonioo commented on GitHub (Jan 10, 2017):
First, make sure you installed the rrdtool binary please. About the logo, I suggest you open a dedicated issue if it still persists.
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
The rrdtool regular package is installed but not the python-rrdtool package if this should be installed then the automatic installer script must have missed it. Could this be the case?
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
The logo issue is partly resolved. The filename was different as the one referenced. However correcting this did not fix it yet. I'll investigate further.
@tonioo commented on GitHub (Jan 10, 2017):
Do you receive any traffic on this server. If not, the stats will remain empty.
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
Oh yes, there is plenty of traffic now (this is not on the test domain anymore). There is not even en empty graph, there is just nothing.
@ghost commented on GitHub (Jan 10, 2017):
Try to run the log parser manually. See if there's some kind of error.
Just my 2 cents. Cheers!
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
You mean grep /var/log/syslog? PS: /srv/modoboa/rrdfiles is empty
@ghost commented on GitHub (Jan 10, 2017):
No, the one in the cronjob. On my server will be like this:
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
Ok got it, but where does the ouput go?
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
Hey guess what,... all of the sudden I have a graph! Does this mean the cron script never ran i.e. failed?
@ghost commented on GitHub (Jan 10, 2017):
Hmm.. It seems so.
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
Thanks pal! Much appreciated! Now I wonder why,....
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
On a side note,... do you know if modoboa (or in fact the postfix as it is installed) checks for SPF?
@ghost commented on GitHub (Jan 10, 2017):
Did you use modoboa's installer? If yes, then I think Amavis was installed for you, so yeah, SPF will be checked.
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
@tonioo Looking at crontab files now,... noticed that the letsencrypt one will not run due to missing EOL at EOF
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
@csmk yes I did,... i was about to look at postfix-policyd-spf-python but no need if amavis takes care of it then.
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
hmm,...don't see anything spf related in my recently received emails though or does amavis not write something to the mailheader?
@JayBeRayBearGun commented on GitHub (Jan 10, 2017):
seems like it is spamassasin not amavis doing the SPF checking
@Arvedui commented on GitHub (Jan 11, 2017):
spamassasin does not enforce spf policies, it takes them into account for the score, but a mail with failed spf may still pass as ham.
If you want to enforce spf something like postfix-policyd-spf-python is the only sensible way to go, because you do not want postfix to accept mail with failed spf checks.
@tonioo commented on GitHub (Jan 11, 2017):
@JayBeRayBearGun Can we close the stats issue?
@JayBeRayBearGun commented on GitHub (Jan 11, 2017):
YES! by they I think I deserve a price opening (and closing) issue #1000 :)
@tonioo commented on GitHub (Jan 11, 2017):
@JayBeRayBearGun ;)
@JayBeRayBearGun commented on GitHub (Jan 11, 2017):
PS: I noticed a massive amount of bounced messages from about 11pm yesterday.
Jan 11 16:18:03 ns1 postfix/bounce[9813]: 00B287F66C: sender non-delivery notification: 250A37F66D
Jan 11 16:18:03 ns1 postfix/smtp[9812]: 250A37F66D: to=root@mail.rhebergen.net, relay=none, delay=0.05, delays=0.03/0.01/0.01/0, dsn=5.4.6, status=bounced (mail for mail.rhebergen.net loops back to myself)
not really a bug,... although it bugs me :)
@tonioo commented on GitHub (Jan 11, 2017):
You can remove mail.rhebergen.net from mydestination (actually you can
empty this setting) and declare this domain into modoboa with and
account or an alias to receive messages sent to root@mail.rhebergen.net.
Look at /etc/postfix/main.cf.
On 11/01/2017 16:25, Jan Rhebergen wrote:
@JayBeRayBearGun commented on GitHub (Jan 11, 2017):
Ah, ok,... I think I grok it,... will look at it asap. On a side note, I understand alias working on the mail reception side, but how to you use it for sending? Or does an alias not work like that and do you have to create an actuall identitiy for that other account/domain?
@tonioo commented on GitHub (Jan 11, 2017):
By default with Modoboa, any alias pointing to a local address can be used as a sender address. If you want to add non local identities to an account, look at the sender address field.
@JayBeRayBearGun commented on GitHub (Jan 11, 2017):
Got it!
@JayBeRayBearGun commented on GitHub (Jan 11, 2017):
Ok, found it but not quite. I filled out the sender field (for the address from the other domain) But how do I actually use it? Does the webmail interface support this? (perhaps I am looking in the wrong place).
@tonioo commented on GitHub (Jan 11, 2017):
The webmail does not support it atm but you can open an issue on the appropriate repository to keep track of it.
@JayBeRayBearGun commented on GitHub (Jan 11, 2017):
OK