- Apr 26, 2001
- 31,046
- 321
- 136
I have a BSD box and a Solaris 10 box and one gentoo box that need to use sendmail between them (before you ask why sendmail, it's required and I know how badly it sucks ass). The gentoo box can send to everyone and everyone is happy; however the gentoo box cannot receive from anyone. The logs all show the mail being delivered, but I don't know where it can possibly be. Is there a way to configure it to go where it should so I can actually receive mail?
Here is my sendmail.mc:
divert(-1)
divert(0)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail-procmail.mc,v 1.2 2004/12/07 01:59:31 g2boojum Exp $')$
OSTYPE(linux)dnl
DOMAIN(generic)dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
FEATURE(`local_procmail')dnl
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
#DAEMON_OPTIONS('Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Edits: If I send email to myself from the gentoo box, it ends up in ~.maildir/new
If I send it from the BSD or solaris box, it is not found there.
Here is my sendmail.mc:
divert(-1)
divert(0)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail-procmail.mc,v 1.2 2004/12/07 01:59:31 g2boojum Exp $')$
OSTYPE(linux)dnl
DOMAIN(generic)dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
FEATURE(`local_procmail')dnl
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
#DAEMON_OPTIONS('Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Edits: If I send email to myself from the gentoo box, it ends up in ~.maildir/new
If I send it from the BSD or solaris box, it is not found there.