I am missing one small piece. The unix.in transport that is supposed to go into /etc/mail/sendmail.cf. Where is this exact code section for this file?
I "believe* I have MailScanner configured properly, I know I can send email fine. My MX records are changing as we speak and mail is being held upstream for me in another relay. But, as it is configured right now, sendmail is delivering locally (to root and my local account) instead of passing the mail BACK to scalix.
If I have MailScanner configured incorrectly, so be it, I will work on it after I get this last piece working with scalix.
I saw two lines in another thread, but am unsure if they are correct or if it matters where in the .cf file they go. I am coming to sendmail from postfix and now am wondering if I should have done this on postfix. lol
I got this:
[Quote:]
If you look at the mailer definitions for these mailers you can see what programs are used, e.g.
# grep '^Mscalix' /etc/mail/sendmail.cf
Mscalix, P=/opt/scalix/bin/unix.in, E=\n, F=PDFMXmnu, A=unix.in -s $h
# grep '^Momxport' /etc/mail/sendmail.cf
Momxport, P=/opt/scalix/bin/xport.in, F=LMn, A=xport.in -s $h $u
So, for mail destined for a local Scalix user either the SMTP relay talks directly to unix.in or sendmail does, depending on what is listening on port 25.
[/Quote]
from here:
http://www.scalix.com/community/viewtop ... d68cba4362
I have SMTPFILTER=TRUE in my smtpd.cfg and mail is being routed back to sendmail just fine. However, it is not getting out of sendmail and back to scalix.
What am I missing?