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=<[EMAIL PROTECTED]>, ctladdr=<[EMAIL PROTECTED]> (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.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to