Koozali.org: home of the SME Server

Impossibile abilitare fetchmail

Offline simone686

  • ***
  • 71
  • +0/-0
Impossibile abilitare fetchmail
« 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

Offline ReetP

  • *
  • 3,713
  • +5/-0
Re: Impossibile abilitare fetchmail
« Reply #1 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?
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline simone686

  • ***
  • 71
  • +0/-0
Re: Impossibile abilitare fetchmail
« Reply #2 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

Offline mmccarn

  • *
  • 2,626
  • +10/-0
Re: Impossibile abilitare fetchmail
« Reply #3 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)


Offline ReetP

  • *
  • 3,713
  • +5/-0
Re: Impossibile abilitare fetchmail
« Reply #4 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?
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline simone686

  • ***
  • 71
  • +0/-0
Re: Impossibile abilitare fetchmail
« Reply #5 on: June 17, 2020, 02:16:15 PM »
Ok...Thanks...for now it works for me....