>Вот что он выдаёт при попытке
>запуска моего нового cf файла..!
>
>leon# sendmail -bt -C /etc/mail/test.1
>Warning: .cf version level (10) exceeds
>sendmail version 8.11.6 functionality (9)
>
>
>уточню в мейкфайле заменил строчки, теперь
>там
>SENDMAIL_CF_DIR= /usr/local/share/sendmail/cf
>
>До этого сендмейл не устраивал синтаксис
>так вроде всё поправил...((((
прочти /path/sendmail-sources/sendmail/SECURITY
sendmail must be a set-group-ID (default group: smmsp, recommended
gid: 25) program to allow for queueing mail in a group-writable
directory. Two .cf files are required: sendmail.cf for the daemon
and submit.cf for the submission program. The following permissions
should be used:
-r-xr-sr-x root smmsp ... /PATH/TO/sendmail
drwxrwx--- smmsp smmsp ... /var/spool/clientmqueue
drwx------ root wheel ... /var/spool/mqueue
-r--r--r-- root wheel ... /etc/mail/sendmail.cf
-r--r--r-- root wheel ... /etc/mail/submit.cf
submit.cf в /etc/mail, chown и chmod на указанные выше /var/spool/clientmqueue и /var/spool/mqueue
у тебя отсутствует submit.cf в /etc/mail и sendmail так и сказал что спрыгнул работать как
предыдущая версия
скачай свежий порт sendmail
cd /usr/ports/mail
mv sendmail sendmail.prev
wget -Y off -t 0 -c -r -nH --cut-dirs=6 ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports/mail/sendmail/
cd sendmail
я сейчас свежий порт посмотрел - там все поправлено, и для milter тоже mfapi
посмотри внимательно Makefile