Link to home
Start Free TrialLog in
Avatar of javelinict
javelinictFlag for Netherlands

asked on

Sender rebound message when attachement is > 10MB (Exchange)

Dear experts,

I would like to create a rule in exchange. When someone from another company sends a attachments (email) > 10MB. that user needs to receives a rebound message. with "message is undeliverable."

The exchange version is 2007.

I allready add the following rules in the exchange manager shell

"set-transportconfig -maxsendsize 10900000"
"set-transportconfig -maxreceivezie 10900000"

the first one seems to work. the second one also works but neighter the sender or the receiver get's a rebound message.

What can i do to imform outsiders that our exchange server doesn't accept message > 10MB?
Avatar of dhruvarajp
dhruvarajp
Flag of India image

you need to change settings at the connector level
Avatar of Alexey_Bogomolov
Alexey_Bogomolov

Use Get-TransportServer | fl *size*
Avatar of javelinict

ASKER

when i use get-transportserver | fl 10900000 i get the following option.

Cmd set-transportserver at command pipeline position 1
supply values for the following parameters:
indentity: ???????

what do I need to fill in?
Do not replase the word "size"!
>What can i do to imform outsiders that our exchange server doesn't accept message > 10MB?
The outsiders will receive NDR message about your limits.
ASKER CERTIFIED SOLUTION
Avatar of javelinict
javelinict
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
you are not doing the right thing

did you change the maxmessagesize for the  recieve connector ?
I don't understand anymore. so it's set-transportserver -receiveconnector 10900000 ?

could you please write the whole line?