[Mimedefang] Sendmail/MIMEdefang issue?

David F. Skoll dfs at roaringpenguin.com
Sun Jul 25 14:06:47 EDT 2004


On Sun, 25 Jul 2004, Ben Kamen wrote:

> I'm having a weird problem with attachments that are large causing a
> tempfail with AIX and Bellmail - I'm emailing here since I have a
> feeling this started when I started using mimedefang...

It's not a MIMEDefang issue.

> In sendmail.cf:
>
> Mlocal,         P=/bin/bellmail, F=lsDFMAw5:/|@qmn9, S=EnvFromL/HdrFromL,
> R=EnvToL/HdrToL,
>                  T=DNS/RFC822/X-Unix,
>                  A=mail -F $g $u

I believe the "A=" argument list starts from argv[0].  So you want your A=
to read:

	A=bellmail -F $g $u

Alternatively, if you want to use "mail", then your P= should be:

	P=/usr/bin/mail

> Jul 25 12:43:13 bkamen-0 sendmail[12398]: i6N7kY1p012680:
> to=<recip at thisdomain.com>, ctladdr=<sender at externaldomain.com> (504/500),
> delay=2+09:56:38, xdelay=00:00:20, mailer=local, pri=30411793, dsn=4.0.0,
> stat=Deferred: local mailer (/bin/bellmail) exited with EX_TEMPFAIL

You need to figure out why /bin/bellmail is being tempfailing, and why
/bin/bellmail is specified in your sendmail.cf file.

--
David.



More information about the MIMEDefang mailing list