Koozali.org: home of the SME Server

Other Languages => Italiano => Topic started by: simone686 on May 27, 2020, 03:45:21 PM

Title: Impossibile abilitare fetchmail
Post by: simone686 on May 27, 2020, 03:45:21 PM
Salve a tutti...
Ho installato relativamente spesso fetchmail senza problemi, ma nell'ultima installazione (9.2)  non riesco ad abilitarlo.

Anche pigiando su abilita non cambia nulla e mi dice sempre disabilitato.

Ho già creato due utenti e due caselle che attraverso outlook sono visibili e tranquillamente ci ho spostato attraverso imap delle mail che erano archiviate. Ma non potendolo abilitare, le mail nuove non arrivano.

Qualcuno mi può dire dove iniziare ad investigare ?

Avendo avuto zero problemi fino ad ora non ho nessuna pratica con la gestione delle problematiche.

Grazie
Title: Re: Impossibile abilitare fetchmail
Post by: ReetP on May 28, 2020, 10:47:11 AM
Always start by looking at your logs.

Run this in a terminal when you try to enable fetchmail.

Quote
tail -f /var/log/messages

Are there any errors?
Title: Re: Impossibile abilitare fetchmail
Post by: simone686 on May 30, 2020, 10:26:55 AM
I have tried and this is what i got on the console

May 30 10:23:56 ibm2 esmith::event[12108]: Processing event: fetchmail-routing
May 30 10:23:56 ibm2 esmith::event[12108]: Running event handler: /etc/e-smith/events/actions/generic_template_expand
May 30 10:23:56 ibm2 esmith::event[12108]: expanding /etc/rc.d/init.d/masq
May 30 10:23:56 ibm2 esmith::event[12108]: generic_template_expand=action|Event|fetchmail-routing|Action|generic_template_expand|Start|1590827036 600420|End|1590827036 727412|Elapsed|0.126992
May 30 10:23:56 ibm2 esmith::event[12108]: Running event handler: /etc/e-smith/events/actions/adjust-services
May 30 10:23:56 ibm2 esmith::event[12108]: adjusting non-supervised masq (adjust)
May 30 10:23:57 ibm2 esmith::event[12108]: iptables: Index of replacement too big.
May 30 10:23:57 ibm2 esmith::event[12108]: adjust-services=action|Event|fetchmail-routing|Action|adjust-services|Start|1590827036 727586|End|1590827037 156227|Elapsed|0.428641
Title: Re: Impossibile abilitare fetchmail
Post by: mmccarn on May 30, 2020, 12:47:34 PM
I saw the same thing a week or two ago:
* Freshly installed smeserver-fetchmail
* Configure accounts
* Web 'Enable' button doesn't do anything


Ultimately, manually enabling fetchmail and FetchMails got things working:
Code: [Select]
config setprop FetchMails status enabled
config setprop fetchmail status enabled
signal-event fetchmail-change

Once actually enabled activity appears in /var/log/maillog

(I thought the problem was caused by one of the (many!) other contribs installed on my server, so I did not report any bugs)

Title: Re: Impossibile abilitare fetchmail
Post by: ReetP on May 30, 2020, 07:27:00 PM
Can you bug it if it there is no obvious reason and someone will take a look.

Any idea on the last version? Any notes in the changlog?
Title: Re: Impossibile abilitare fetchmail
Post by: simone686 on June 17, 2020, 02:16:15 PM
Ok...Thanks...for now it works for me....