|
|
|
|
||||||
| comp.mail.sendmail Configuring and using the BSD sendmail agent. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hello all,
I am running sendmail 8.13.8/8.13.8 on FC6. On this FC6 box, I have been able to receive small emails (<100K) from a client PC running Outlook which is connected to an Exchange server on the same LAN without problems. However, if it is more than 100K, I got the following error message from Outlook. This message is larger than the current system limit or the recipient's mailbox is full. Create a shorter message body or remove attachments and try sending it again.< capsydap12.compuware.com #5.3.4> Where should I override the email receive size limit? Any thoughts? # /usr/sbin/sendmail -vt To:john.lee@compuware.com From:a@a.com Subject:Hello Hello .. john.lee@compuware.com... Connecting to [127.0.0.1] via relay... 220 capsydap12.compuware.com ESMTP Sendmail 8.13.8/8.13.8; Wed, 22 Aug 2007 17:3 7:57 +1000 >>> EHLO capsydap12.compuware.com 250-capsydap12.compuware.com Hello localhost [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 5242880 <=== I am not sure if this size governs send or receive message size??? Default is 0. <=== I put 5242880 in sendmail.cf 250-DSN 250-ETRN 250-DELIVERBY 250 >>> MAIL From:<u91067@capsydap12.compuware.com> SIZE=88 250 2.1.0 <u91067@capsydap12.compuware.com>... Sender ok >>> RCPT To:<john.lee@compuware.com> >>> DATA 250 2.1.5 <john.lee@compuware.com>... Recipient ok 354 Enter mail, end with "." on a line by itself >>> . 250 2.0.0 l7M7bvbU021245 Message accepted for delivery john.lee@compuware.com... Sent (l7M7bvbU021245 Message accepted for delivery) Closing connection to [127.0.0.1] >>> QUIT 221 2.0.0 capsydap12.compuware.com closing connection |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
I have got more information to add to this question.
I am running Hylafax 5.1.7 on this FC6 box. I just found out that I can send big emails to a ***real*** user on this box. However, I cannot send big emails to the Hylafax email address which is not a real user on the FC6 box. In sendmail.cf, I added 2 lines in Ruleset 0. R$+ .FAX <@ $=w .> $2 <@ $1.FAX.> change from faxno.FAX@hostname to user@faxno.FAX R$+ < @ $+ .FAX. > $#fax $@ $1 $: $2 user@faxno.FAX In mailer of sendmail.cf, I put in: Mfax, P=/usr/local/lib/fax/mailfax, F=DFMShu, M=100000, A=mailfax $u $h $f So, when I send an email to 88884444.fax@hostname, sendmail will receive it rewrite it to user@88884444.fax. Then /usr/local/lib/fax/mailfax will grab it and process it. However, it seems like before mailfax can get it, sendmail already rejected it. Can anyone please lend me a ing hand? |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Blue Tongue wrote:
> Mfax, P=/usr/local/lib/fax/mailfax, F=DFMShu, M=100000, > A=mailfax $u $h $f The equate M=100000 limits this mailer to messagesizes of 100,000.00 bytes. Maybe this is your point of failure. -- Mit freundlichem Gruss... ...Christian 'poedi' Nordmann orgatech GmbH - Ihr Partner in Sachen Internet Scheideweg 65 - D-26121 Oldenburg - fon +49-441-98347-0 - fax +49-441-98347-29 Geschaeftsfuehrer Claus Plachetka - HRB 4521 - Amtsgericht Oldenburg Steuer-Nr 64/211/01406 - VAT-ID: DE220516052 Keyid/-fingerprint: 73C811B6/5752 B408 D2DD D2DA 361B 8B83 94AA 8F24 73C8 11B6 |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Aug 22, 10:16 pm, Christian 'poedi' Nordmann <po...@orgatech.de>
wrote: > Blue Tongue wrote: > > Mfax, P=/usr/local/lib/fax/mailfax, F=DFMShu, M=100000, > > A=mailfax $u $h $f > > The equate M=100000 limits this mailer to messagesizes of 100,000.00 bytes. > Maybe this is your point of failure. > > -- > > Mit freundlichem Gruss... > > ...Christian 'poedi' Nordmann > > orgatech GmbH - Ihr Partner in Sachen Internet > > Scheideweg 65 - D-26121 Oldenburg - fon +49-441-98347-0 - fax +49-441-98347-29 > > Geschaeftsfuehrer Claus Plachetka - HRB 4521 - Amtsgericht Oldenburg > Steuer-Nr 64/211/01406 - VAT-ID: DE220516052 > > Keyid/-fingerprint: 73C811B6/5752 B408 D2DD D2DA 361B 8B83 94AA 8F24 73C811B6 Dankeschön! I think you are right. I will give it a try. |
|
![]() |
| Outils de la discussion | |
|
|