I am operating Freebsd 14.2 with Dovecot Version 2.3.21.1 and postfix 3.9.
My rc.conf for mail operations has the following
but I am getting the following error.
I gather something is being trued by user vscan. but whys with sendmail?
My rc.conf for mail operations has the following
Code:
dovecot_enable="YES"
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
postfix_enable="YES"
but I am getting the following error.
Code:
sendmail[45631]: NOQUEUE: SYSERR(vscan): can not chdir(/var/spool/clientmqueue/): Permission denied
I gather something is being trued by user vscan. but whys with sendmail?