Web GUI no messags listing

Report bugs and workarounds
Post Reply
samrein
Posts: 28
Joined: 04 May 2018 08:41

Web GUI no messags listing

Post by samrein »

Hello @all,

since 19.02 i cannot see my messages in the webgui. The postfix runs.
I have updatet to EFA-3.0.2.6.

how can I check why?

I hope anyone can help me.

Regards
Stefan
Attachments
1.jpg
1.jpg (36.7 KiB) Viewed 9046 times
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: Web GUI no messags listing

Post by henk »

You have 2 options, where option 1 is by far, the best option

1. Update to efa4
2. Enter the next search string in Google, and pick the first [Solved] item on the list.

Code: Select all

site:forum.efa-project.org GEOIP
As a last resort you can use this viewtopic.php?t=3311
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
samrein
Posts: 28
Joined: 04 May 2018 08:41

Re: Web GUI no messags listing

Post by samrein »

Hello Henk,
I have seen this solution, but i did not think this is my solution, i will check it.
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: Web GUI no messags listing

Post by henk »

I'm sure it is.
To speed up migrations to efa4, I could delete the uploaded GEOIP file. ;)
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
samrein
Posts: 28
Joined: 04 May 2018 08:41

Re: Web GUI no messags listing

Post by samrein »

I will definitely do the update soon...

I have updatet the geoip, but i doesnt can see new messages in the webgui.
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: Web GUI no messags listing

Post by henk »

samrein wrote: 27 Feb 2020 20:49 I have updatet the geoip, but i doesnt can see new messages in the webgui.
Can you describe, step by step, how you updated the GeoIp file?

An old post with isues and solutions for updating from 3.0.2.5 to efa3 EFA-3.0.2.6 viewtopic.php?t=3676

.
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
samrein
Posts: 28
Joined: 04 May 2018 08:41

Re: Web GUI no messags listing

Post by samrein »

Hi Henk,

I updated the geoip as described in the amount

wget -O geoip.tar.gz download/file.php?id=418
tar -xvzf geoip.tar.gz
cp * /var/www/html/mailscanner/temp/
reboot

I think the geoip is not the problem. They GUI works, only new messages are no longer displayed.

Today i will testing backup machine.

Thank you for your time and support, this is not a matter of course
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: Web GUI no messags listing

Post by henk »

Hi samrein

To be sure there is a GeoIp file in

Code: Select all

/var/www/html/mailscanner/temp/
If not, extract the geoip.tar.gz without a folder structure

Code: Select all

tar xfz /tmp/geoip.tar.gz --strip-components=3 -C /tmp

Code: Select all

cp GeoIP* /var/www/html/mailscanner/temp
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
samrein
Posts: 28
Joined: 04 May 2018 08:41

Re: Web GUI no messags listing

Post by samrein »

Thank you... but it does not work...
I have restore a backup from the virtual maschine. That works for the moment.
I will migrate to efa4 the next time.
Thank you for your patience and support.

Regards
Stefan
Post Reply