i lost one line of code i had to add to /etc/dovecot/dovecot.conf to be able to send emails from a php / Mysql website. it’ something like the following bellow. Anyone have any idea ?
service stats { unix_listener stats-writer { group = mail mode = 0660 user = dovecot }
}