PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > comp.mail.sendmail > Sendmail rejecting emails from MS Exchange because of message size limit?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

Sendmail rejecting emails from MS Exchange because of message size limit?

Réponse
 
LinkBack Outils de la discussion
Vieux 22/08/2007, 08h55   #1
Blue Tongue
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Sendmail rejecting emails from MS Exchange because of message size limit?

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

  Réponse avec citation
Vieux 22/08/2007, 09h13   #2
Blue Tongue
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sendmail rejecting emails from MS Exchange because of message size limit?

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?

  Réponse avec citation
Vieux 22/08/2007, 13h16   #3
Christian 'poedi' Nordmann
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sendmail rejecting emails from MS Exchange because of messagesize limit?

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
  Réponse avec citation
Vieux 22/08/2007, 14h26   #4
Blue Tongue
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sendmail rejecting emails from MS Exchange because of message size limit?

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.

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h02.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12633 seconds with 12 queries