"Also go to server manager and lower left find and run the debug report and paste here."
Sorry..i don't understand what to do...
Please read the manual.
https://wiki.koozali.org/SME_Server:Documentation:Administration_Manual:Chapter13#E-mail_Retrievalhttps://my.server.com/server-managerGo to Miscellaneous, Report a bug, Create Configuration report.
Paste it somewhere like pastebin so we can see it.
I copied this email settings from tb client tha run correctly
cat /etc/fetchmail
#
# Mail N1 Account for : simone
/usr/bin/fetchmail -l80M -d0 --silent --syslog -i /var/lib/fetchmail/.fetchids --fetchmailrc - <<EOF
set postmaster "postmaster@mycompany.local"
set bouncemail
set no softbounce
set properties ""
poll mail.newtekinformatica.it with proto POP3 timeout 60 and options uidl no dns
user 'simone1\@newtekinformatica.it' smtpaddress mycompany.local with password 'xxxxxxx' is simone here fetchall
smtphost 127.0.0.200/25
antispam 550
EOF
#
Does your machine hosting Thunderbird really use a fetchmail file and mycompany.local ?
I'm not sure where that fetchmail file comes from? But it is not relevant to Koozali SME. Don't use it.
Use the server manager to set this up correctly. Add the correct information and the server will generate the correct files for you.
On server manageer i have set
Modalità scaricamento e-mail Standard (SMTP)
Autenticazione SMTP Accesso SMTP e SSMTP
Thanks
It might help to stop guessing and read the manual.
Remove these - they are not for fetchmail.
config setprop qmail MaxMessageSize 50M
config setprop qmail MaxMessageSize 50M
config setprop qmail MaxMessageSize 80M
config setprop qmail FreqWeekend every5min
config setprop qmail FreqOutside every5min
config setprop qmail FreqOffice every5min
And fetchmail is disabled:
fetchmail=service
status=disabled
I think you will find your /etc/fetchmail will be empty if you use "Modalità scaricamento e-mail Standard (SMTP)"
For POP go to the server manager and you will need to set Email retrieval mode to "multidrop mode" and add your 'secondary' server settings.
You will then get a /etc/fetchmail file.
Note that multidrop has many idiosyncracies. If you have multiple accounts you may want to add smeserver-fetchmail to assist once you have the basics working.