@MrGeneration apparently it is not fetching: the lines in the logs are related to when I tried to disable/reenable the email configuration (that as I’ve already written, sent/removed the test email):
$ sudo grep fetching /opt/zammad/log/*
/opt/zammad/log/production.log:I, [2024-08-22T10:15:22.103893#586-148900] INFO -- : fetching imap (imap.gmail.com/test.email@foo.it port=993,ssl=true,starttls=false,folder=INBOX,keep_on_server=false,auth_type=LOGIN)
/opt/zammad/log/production.log:I, [2024-08-22T10:15:42.373055#586-149480] INFO -- : fetching imap (imap.gmail.com/test.email@foo.it port=993,ssl=true,starttls=false,folder=INBOX,keep_on_server=false,auth_type=LOGIN)
/opt/zammad/log/production.log:I, [2024-08-22T10:59:55.792517#586-149540] INFO -- : fetching imap (imap.gmail.com/test.email@foo.it port=993,ssl=true,starttls=false,folder=INBOX,keep_on_server=false,auth_type=LOGIN)
/opt/zammad/log/production.log:I, [2024-08-22T11:00:08.766660#586-149400] INFO -- : fetching imap (imap.gmail.com/test.email@foo.it port=993,ssl=true,starttls=false,folder=INBOX,keep_on_server=false,auth_type=LOGIN)
$ date
gio 22 ago 2024, 12:41:17, CEST
on the PostgreSQL side I’ve (if it helps):
zammad=# select area, id, active, last_log_in, last_log_out, status_in, status_out from channels;
area | id | active | last_log_in | last_log_out | status_in | status_out
---------------------+----+--------+-------------+--------------+-----------+------------
Email::Notification | 2 | f | | | | ok
Email::Notification | 1 | t | | | | ok
Email::Account | 3 | t | | | ok | ok
@Dennis1993 the http_logs table is already accumulting stuff again, so I don’t believe it is a problem of resetting the autoincrement. However I could reset the sequence if that make sense (please, someone advice).