Re: FreeBSD 12 clear install
Aug 18 10:59:23 test postfix/cleanup[1138]: fatal: 127.0.0.1:: missing service information
Did you see any error in Postfix main.cf or master.cf? I can not reproduce this error locally.
Works on Red Hat Enterprise Linux, CentOS, Debian, Ubuntu, FreeBSD, OpenBSD
You are not logged in. Please login or register.
iRedMail → iRedMail Support → FreeBSD 12 clear install
Aug 18 10:59:23 test postfix/cleanup[1138]: fatal: 127.0.0.1:: missing service information
Did you see any error in Postfix main.cf or master.cf? I can not reproduce this error locally.
where can i see them?
Aug 18 10:59:23 test postfix/cleanup[1138]: fatal: 127.0.0.1:: missing service information
This issue has been fixed, it's a bug of iRedMail development edition. You can simply fix it by appending port number 8893 to below 2 parameters in Postfix main.cf, then restart postfix service:
smtpd_milters = inet:127.0.0.1:8893
non_smtpd_milters = inet:127.0.0.1:8893
Hi! Sending and receiving messages works. another problem, it is impossible to create an account in email clients (Mozilla Thunderbird)/
Aug 20 20:37:12 test dovecot[839]: imap-login: Disconnected (disconnected before auth was ready, waited 0 secs): user=<>, rip=192.168.0.107, lip=192.168.0.100, TLS: SSL_read failed: error:1404C418:SSL routines:ST_OK:tlsv1 alert unknown ca: SSL alert number 48, session=<RaMX6I+QetDAqABr>
Aug 20 20:37:12 test postfix/submission/smtpd[5545]: connect from unknown[192.168.0.107]
Aug 20 20:37:12 test postfix/submission/smtpd[5545]: lost connection after CONNECT from unknown[192.168.0.107]
Aug 20 20:37:12 test postfix/submission/smtpd[5545]: disconnect from unknown[192.168.0.107] commands=0/0
Aug 20 20:37:12 test postfix/submission/smtpd[5547]: connect from unknown[192.168.0.107]
Aug 20 20:37:12 test postfix/submission/smtpd[5547]: lost connection after CONNECT from unknown[192.168.0.107]
Aug 20 20:37:12 test postfix/submission/smtpd[5547]: disconnect from unknown[192.168.0.107] commands=0/0
it is impossible to create an account in email clients (Mozilla Thunderbird)/
Aug 20 20:37:12 test dovecot[839]: imap-login: Disconnected (disconnected before auth was ready, waited 0 secs): user=<>, rip=192.168.0.107, lip=192.168.0.100, TLS: SSL_read failed: error:1404C418:SSL routines:ST_OK:tlsv1 alert unknown ca: SSL alert number 48, session=<RaMX6I+QetDAqABr>
Seems caused by self-signed SSL cert? Did you ask Thunderbird to accept the ssl cert when it popped up the cert warning?
Until the adoption of the certificate does not reach. Thunderbird answers that no account information was found
I was able to get past the altermine error.
First download
https://download.snake.de/distfiles/alt … .a1.tar.gz
and place it in your /usr/ports/pkg folder
then edit the /usr/ports/mail/altermime/Makefile
remove the line
BROKEN = unfetchable
Did not help!
It works! But...
28 08:21:53 test dovecot[866]: stats: Error: conn stats-reader (127.0.0.1:25569): didn't reply with a valid VERSION line: EXPORT global
Aug 28 08:21:53 test dovecot[866]: stats: Error: conn stats-reader (127.0.0.1:60290): didn't reply with a valid VERSION line: EXPORT global
Does your Dovecot config file (/usr/local/etc/dovecot/dovecot.conf) has same setting as our sample config file below?
https://bitbucket.org/zhb/iredmail/src/ … #lines-243
zhb-iredmail-90accf168b7c
service stats {
fifo_listener stats-mail {
user = vmail
mode = 0644
}
unix_listener stats-writer {
user = vmail
group = vmail
mode = 0660
???
iRedMail → iRedMail Support → FreeBSD 12 clear install
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2010 PunBB.
Generated in 0.011 seconds (67% PHP - 33% DB) with 11 queries