These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for time of day discrepancy in new install on the new forum.
I have a Ubuntu 10.04 install with VM Pro. The host is in the Eastern time zone (NA) and I am in Pacific. I've set up virtualmin to sync hardware and system time to pool.ntp. Date on the system shows the correct date and time for my time zone, I've run dpkg configure tzdata and things look ok. But the tail of the maillog shows times in Eastern time zone. I wouldn't be concerned about this except that Dovecot (or postfix, it isn't clear to me) isn't delivering to my inbox. I can successfully auto fwd to my usual pop account but nothing seems to land in my inbox on either port 20000 or roundcube.
Ideas?
Dave
Howdy,
Hmm, I think normally syslog is able to pick up on the time changes.
But, just to make super-sure about that -- you may want to try restarting your Syslog daemon.
Also, if you run the command "date" -- is that showing the same date, time, and timezone as the other tools you've looked at?
I'm not sure all that is related to your email delivery issue, but I suppose that's possible; but either way, it's simpler to solve one problem at a time :-)
-Eric
A recent update to tzdata and a reboot have made that problem go away, but I still have a mail delivery issue.
Going into Virtualmin's system status pane shows postfix running. If I click though to postfix config and then to user mailboxes, the summary data beside the mailbox name show how many mails there are. That number seems to be correct(i.e., it's what I expect) but when I click on the mailbox I get to a screen showing zero mails in the inbox. So does the postfix screen show all mails in all mailboxes? Or is the inbox incorrrectly configured somehow? I don't know where to look. I get the same empty inbox showing up in webmin and roundcube.
Dave
Howdy,
Well, here's where I'd start --
First, send yourself a new email... and then take a peek in the mail logs, in either /var/log/maillog, or /var/log/mail.log. Does that email appear to delivery correctly, or do you see any errors?
And then, if you look in /var/log/procmail.log, you should see details of where specifically that email is delivered to (the exact path on the filesystem). Or, if there's any errors, you should see them listed there.
Finally, go ahead and log into RoundCube, and try to view those emails again. And once you do that, take one more peek in the mail logs, and see if any errors show up there.
Feel free to paste any errors you see in here, we can try and help sort it out :-)
-Eric
I logged into my usual IMAP account, not on this server, and sent myself a test mail timestamped 16:54.
The mail does not get delivered to the mailbox. It does, however get sent to my usual pop account. I suppose this is because I am the admin for the domain and I've given my address as primary admin contact.
I can not decipher the /var/log/mail.log output, some of which I append here:
and
If the file is automatically created then 6:38 am would be plausible but no entries.
Dave
Well, it looks like that email is being forwarded to a remote location, at uniserve.com.
Is that forwarding something you're trying to do?
With forwarding enabled, you'd also need to make sure that it's setup to deliver locally as well.
However, what output do you receive when running this command:
postconf -n
so I've just gone into VMPro and looked at the users settings and forwarding is not set and deliver to mailbox IS set. Using system status | postfix | user mailboxes and clicking on dave.quiethost (with the parenthetical 5 mails) shows no mail in the maildir, sent, drafts, trash.
Dave