Solved dma: mailwrapper: no mapping in /etc/mail/mailer.conf

rigoletto@

Developer
Hi,

I am trying to use dma in a 11.1R (almost) fresh install, how ever it does not work, the e-mails are not sent (at least not received), and I get a error:

Code:
mailwrapper: no mapping in /etc/mail/mailer.conf

/etc/mail/mailer.conf
Code:
sendmail    /usr/libexec/dma
mailq        /usr/libexec/dma
newaliases    /usr/libexec/dma
hoststat    /usr/libexec/dma
purgestat    /usr/libexec/dma

/etc/dma/dma.conf
Code:
SMARTHOST mail.gmx.com
PORT 465
AUTHPATH /etc/dma/auth.conf
SECURETRANSFER

/etc/dma/auth.conf
Code:
USER@gmx.com|mail.gmx.com:PASSWORD

Thanks!

EDIT:
Code:
lrwxr-xr-x  1 root  wheel  11 Jul 20 23:10 /usr/sbin/purgestat@ -> mailwrapper
-r-xr-xr-x  1 root  wheel  8904 Jul 20 23:10 /usr/sbin/mailwrapper*
 
It was indeed one more error in my mailier.conf file. It is working now.

For some reason I didn't find that man page. I think I was looking for mail.conf. :oops:

Thanks!
 
Back
Top