How to get the maximum attachment size of a mail server which perform ip connection whitelisting?
up vote
1
down vote
favorite
I need to ask a fiscal document through sending an e‑mail tosie.nantes-sud@dgfip.finances.gouv.fr
.
In order to get it received, I need to attach a lot of documents. So when I sent the e‑mail from Gmail, I got an error from dgfip.finances.gouv.fr
stating attachment size of my message is too large.
This means the attachment size limit of dgfip.finances.gouv.fr
is lower than on Gmail.
So how much do I need to shrink my message size? Normally, one would do something like this (which by the way works for this server):
telnet aspmx.l.google.com. 25
Connection to aspmx.l.google.com. 25 port [tcp/smtp] succeeded!
220 mx.google.com ESMTP gv4si23346623qab.115
EHLO somehost
250-mx.google.com at your service, [YOUR_IP]
250-SIZE 35882577 bytes
However, it seems in my case mail.dgfip.finances.gouv.fr
only allows connection from a safe list of smtp servers in order to filter spam :
telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
telnet: Unable to connect to remote host: Connection timed out
So how I can know for example if the maximum message size is 200Kb or or 10Mb without taking the risk of sending successfully a message where documents quality would be too low whereas I could send a larger e-mail?
email smtp attachments
add a comment |
up vote
1
down vote
favorite
I need to ask a fiscal document through sending an e‑mail tosie.nantes-sud@dgfip.finances.gouv.fr
.
In order to get it received, I need to attach a lot of documents. So when I sent the e‑mail from Gmail, I got an error from dgfip.finances.gouv.fr
stating attachment size of my message is too large.
This means the attachment size limit of dgfip.finances.gouv.fr
is lower than on Gmail.
So how much do I need to shrink my message size? Normally, one would do something like this (which by the way works for this server):
telnet aspmx.l.google.com. 25
Connection to aspmx.l.google.com. 25 port [tcp/smtp] succeeded!
220 mx.google.com ESMTP gv4si23346623qab.115
EHLO somehost
250-mx.google.com at your service, [YOUR_IP]
250-SIZE 35882577 bytes
However, it seems in my case mail.dgfip.finances.gouv.fr
only allows connection from a safe list of smtp servers in order to filter spam :
telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
telnet: Unable to connect to remote host: Connection timed out
So how I can know for example if the maximum message size is 200Kb or or 10Mb without taking the risk of sending successfully a message where documents quality would be too low whereas I could send a larger e-mail?
email smtp attachments
What are you connecting from? If you're trying this from your home, there's a good chance your ISP is blocking the connection.
– user20574
yesterday
@user20574 my ɪꜱᴘ doesn’t blocks the connection for Google. I fail to see why it would be blocked for the ᴅɢꜰɪᴘ.
– user2284570
7 hours ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I need to ask a fiscal document through sending an e‑mail tosie.nantes-sud@dgfip.finances.gouv.fr
.
In order to get it received, I need to attach a lot of documents. So when I sent the e‑mail from Gmail, I got an error from dgfip.finances.gouv.fr
stating attachment size of my message is too large.
This means the attachment size limit of dgfip.finances.gouv.fr
is lower than on Gmail.
So how much do I need to shrink my message size? Normally, one would do something like this (which by the way works for this server):
telnet aspmx.l.google.com. 25
Connection to aspmx.l.google.com. 25 port [tcp/smtp] succeeded!
220 mx.google.com ESMTP gv4si23346623qab.115
EHLO somehost
250-mx.google.com at your service, [YOUR_IP]
250-SIZE 35882577 bytes
However, it seems in my case mail.dgfip.finances.gouv.fr
only allows connection from a safe list of smtp servers in order to filter spam :
telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
telnet: Unable to connect to remote host: Connection timed out
So how I can know for example if the maximum message size is 200Kb or or 10Mb without taking the risk of sending successfully a message where documents quality would be too low whereas I could send a larger e-mail?
email smtp attachments
I need to ask a fiscal document through sending an e‑mail tosie.nantes-sud@dgfip.finances.gouv.fr
.
In order to get it received, I need to attach a lot of documents. So when I sent the e‑mail from Gmail, I got an error from dgfip.finances.gouv.fr
stating attachment size of my message is too large.
This means the attachment size limit of dgfip.finances.gouv.fr
is lower than on Gmail.
So how much do I need to shrink my message size? Normally, one would do something like this (which by the way works for this server):
telnet aspmx.l.google.com. 25
Connection to aspmx.l.google.com. 25 port [tcp/smtp] succeeded!
220 mx.google.com ESMTP gv4si23346623qab.115
EHLO somehost
250-mx.google.com at your service, [YOUR_IP]
250-SIZE 35882577 bytes
However, it seems in my case mail.dgfip.finances.gouv.fr
only allows connection from a safe list of smtp servers in order to filter spam :
telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
telnet: Unable to connect to remote host: Connection timed out
So how I can know for example if the maximum message size is 200Kb or or 10Mb without taking the risk of sending successfully a message where documents quality would be too low whereas I could send a larger e-mail?
email smtp attachments
email smtp attachments
edited yesterday
asked yesterday
user2284570
33131236
33131236
What are you connecting from? If you're trying this from your home, there's a good chance your ISP is blocking the connection.
– user20574
yesterday
@user20574 my ɪꜱᴘ doesn’t blocks the connection for Google. I fail to see why it would be blocked for the ᴅɢꜰɪᴘ.
– user2284570
7 hours ago
add a comment |
What are you connecting from? If you're trying this from your home, there's a good chance your ISP is blocking the connection.
– user20574
yesterday
@user20574 my ɪꜱᴘ doesn’t blocks the connection for Google. I fail to see why it would be blocked for the ᴅɢꜰɪᴘ.
– user2284570
7 hours ago
What are you connecting from? If you're trying this from your home, there's a good chance your ISP is blocking the connection.
– user20574
yesterday
What are you connecting from? If you're trying this from your home, there's a good chance your ISP is blocking the connection.
– user20574
yesterday
@user20574 my ɪꜱᴘ doesn’t blocks the connection for Google. I fail to see why it would be blocked for the ᴅɢꜰɪᴘ.
– user2284570
7 hours ago
@user20574 my ɪꜱᴘ doesn’t blocks the connection for Google. I fail to see why it would be blocked for the ᴅɢꜰɪᴘ.
– user2284570
7 hours ago
add a comment |
3 Answers
3
active
oldest
votes
up vote
6
down vote
Odd... I checked the email address with DNS Stuff's Mail Service Test Center tool and it showed the server was valid and accepted connections on port 25. I had no issue using the telnet command in your question, it appears the maximum email size is ~20MB:
~$ telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
Connected to mail.dgfip.finances.gouv.fr.
Escape character is '^]'.
220 mail.dgfip.finances.gouv.fr ESMTP Service Ready
EHLO dude.com
250-mail.dgfip.finances.gouv.fr
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
Although, if this did NOT work, then your only option would be contact the recipient and ask. Or alternatively, just continue to decrease the total email size by 5MB increments until it is successful, but common restriction these days seem to be 5MB, 10MB, 20MB, 50MB, and occasionally 100MB, although it could be anywhere from 50KB to larger than you could send.
1
Yes it does answer the question. I have already upvoted it. :)
– Kamil Maciorowski
yesterday
4
@KamilMaciorowski Remember that the SIZE parameter is not the maximum size of the attachments, but the maximum total size of the email message... In some cases that may be important.
– acejavelin
yesterday
1
@acejavelin: The most important difference is the +34% overhead from Base64-encoding a binary attachment.
– grawity
yesterday
3
@user2284570: Just because you cannot connect to the server doesn't mean everyone else can't. I've had 100% success from six different locations so far. Maybe it's not whitelisting clients, but blacklisting you specifically?
– grawity
yesterday
1
@user2284570: Well, Google App Engine itself blocks all SMTP. Meanwhile I have access to several servers which don't have such blocks...
– grawity
yesterday
|
show 5 more comments
up vote
2
down vote
The question was kinda resolved in acejavelin's answer, but I just wanted to clarify that, sometimes, the ISP blocks connections to port 25 outbound, to limit spam from infected residential computers. If you are in France, as the host suggest, I know that free (an ISP) does that by default, but you can disable that on your customer panel.
The other major ISPs probably does it too, but I don't currently have the knowledge.
You should try to connect to some random mail server to see if it works.
You can also use telnet and http://portquiz.net/ to see blocked outbound ports, if any.
New contributor
This is not related. Even from Google App Engine I can’t reach the server.
– user2284570
yesterday
2
@user2284570, for what it's worth, GAE blocks port 25 connections too cloud.google.com/compute/docs/tutorials/sending-mail
– WayToDoor
yesterday
add a comment |
up vote
0
down vote
Ok. By reducing the size a little, I got the real maximum size through receiving this e‑mail (Subject : courriel trop volumineux et non remis au destinataire DGFiP
) which this time don’t come from Google but the target ꜱᴍᴛᴘ server.
This means the first message was so large the server couldn’t even reply.
Le courriel à destination de sie.nantes-sud@dgfip.finances.gouv.fr dépassait la taille maximale autorisée (5662310 octets) et n'a pas été transmis au destinataire DGFiP. La taille du message était de 19335584 octets. Merci de réduire la taille de vos messages.
Which means after shrinking the message to the proper size, I received :
Nous vous informons que votre demande a été prise en compte et qu'il vous sera répondu dans les meilleurs délais.
Pensez à consulter le site www.impots.gouv.fr, vous y trouverez les réponses aux questions les plus fréquentes, régulièrement actualisées.
Cet accusé réception est généré automatiquement, merci de ne pas y répondre.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
6
down vote
Odd... I checked the email address with DNS Stuff's Mail Service Test Center tool and it showed the server was valid and accepted connections on port 25. I had no issue using the telnet command in your question, it appears the maximum email size is ~20MB:
~$ telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
Connected to mail.dgfip.finances.gouv.fr.
Escape character is '^]'.
220 mail.dgfip.finances.gouv.fr ESMTP Service Ready
EHLO dude.com
250-mail.dgfip.finances.gouv.fr
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
Although, if this did NOT work, then your only option would be contact the recipient and ask. Or alternatively, just continue to decrease the total email size by 5MB increments until it is successful, but common restriction these days seem to be 5MB, 10MB, 20MB, 50MB, and occasionally 100MB, although it could be anywhere from 50KB to larger than you could send.
1
Yes it does answer the question. I have already upvoted it. :)
– Kamil Maciorowski
yesterday
4
@KamilMaciorowski Remember that the SIZE parameter is not the maximum size of the attachments, but the maximum total size of the email message... In some cases that may be important.
– acejavelin
yesterday
1
@acejavelin: The most important difference is the +34% overhead from Base64-encoding a binary attachment.
– grawity
yesterday
3
@user2284570: Just because you cannot connect to the server doesn't mean everyone else can't. I've had 100% success from six different locations so far. Maybe it's not whitelisting clients, but blacklisting you specifically?
– grawity
yesterday
1
@user2284570: Well, Google App Engine itself blocks all SMTP. Meanwhile I have access to several servers which don't have such blocks...
– grawity
yesterday
|
show 5 more comments
up vote
6
down vote
Odd... I checked the email address with DNS Stuff's Mail Service Test Center tool and it showed the server was valid and accepted connections on port 25. I had no issue using the telnet command in your question, it appears the maximum email size is ~20MB:
~$ telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
Connected to mail.dgfip.finances.gouv.fr.
Escape character is '^]'.
220 mail.dgfip.finances.gouv.fr ESMTP Service Ready
EHLO dude.com
250-mail.dgfip.finances.gouv.fr
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
Although, if this did NOT work, then your only option would be contact the recipient and ask. Or alternatively, just continue to decrease the total email size by 5MB increments until it is successful, but common restriction these days seem to be 5MB, 10MB, 20MB, 50MB, and occasionally 100MB, although it could be anywhere from 50KB to larger than you could send.
1
Yes it does answer the question. I have already upvoted it. :)
– Kamil Maciorowski
yesterday
4
@KamilMaciorowski Remember that the SIZE parameter is not the maximum size of the attachments, but the maximum total size of the email message... In some cases that may be important.
– acejavelin
yesterday
1
@acejavelin: The most important difference is the +34% overhead from Base64-encoding a binary attachment.
– grawity
yesterday
3
@user2284570: Just because you cannot connect to the server doesn't mean everyone else can't. I've had 100% success from six different locations so far. Maybe it's not whitelisting clients, but blacklisting you specifically?
– grawity
yesterday
1
@user2284570: Well, Google App Engine itself blocks all SMTP. Meanwhile I have access to several servers which don't have such blocks...
– grawity
yesterday
|
show 5 more comments
up vote
6
down vote
up vote
6
down vote
Odd... I checked the email address with DNS Stuff's Mail Service Test Center tool and it showed the server was valid and accepted connections on port 25. I had no issue using the telnet command in your question, it appears the maximum email size is ~20MB:
~$ telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
Connected to mail.dgfip.finances.gouv.fr.
Escape character is '^]'.
220 mail.dgfip.finances.gouv.fr ESMTP Service Ready
EHLO dude.com
250-mail.dgfip.finances.gouv.fr
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
Although, if this did NOT work, then your only option would be contact the recipient and ask. Or alternatively, just continue to decrease the total email size by 5MB increments until it is successful, but common restriction these days seem to be 5MB, 10MB, 20MB, 50MB, and occasionally 100MB, although it could be anywhere from 50KB to larger than you could send.
Odd... I checked the email address with DNS Stuff's Mail Service Test Center tool and it showed the server was valid and accepted connections on port 25. I had no issue using the telnet command in your question, it appears the maximum email size is ~20MB:
~$ telnet mail.dgfip.finances.gouv.fr 25
Trying 145.242.11.31...
Connected to mail.dgfip.finances.gouv.fr.
Escape character is '^]'.
220 mail.dgfip.finances.gouv.fr ESMTP Service Ready
EHLO dude.com
250-mail.dgfip.finances.gouv.fr
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
Although, if this did NOT work, then your only option would be contact the recipient and ask. Or alternatively, just continue to decrease the total email size by 5MB increments until it is successful, but common restriction these days seem to be 5MB, 10MB, 20MB, 50MB, and occasionally 100MB, although it could be anywhere from 50KB to larger than you could send.
edited yesterday
answered yesterday
acejavelin
4,99541528
4,99541528
1
Yes it does answer the question. I have already upvoted it. :)
– Kamil Maciorowski
yesterday
4
@KamilMaciorowski Remember that the SIZE parameter is not the maximum size of the attachments, but the maximum total size of the email message... In some cases that may be important.
– acejavelin
yesterday
1
@acejavelin: The most important difference is the +34% overhead from Base64-encoding a binary attachment.
– grawity
yesterday
3
@user2284570: Just because you cannot connect to the server doesn't mean everyone else can't. I've had 100% success from six different locations so far. Maybe it's not whitelisting clients, but blacklisting you specifically?
– grawity
yesterday
1
@user2284570: Well, Google App Engine itself blocks all SMTP. Meanwhile I have access to several servers which don't have such blocks...
– grawity
yesterday
|
show 5 more comments
1
Yes it does answer the question. I have already upvoted it. :)
– Kamil Maciorowski
yesterday
4
@KamilMaciorowski Remember that the SIZE parameter is not the maximum size of the attachments, but the maximum total size of the email message... In some cases that may be important.
– acejavelin
yesterday
1
@acejavelin: The most important difference is the +34% overhead from Base64-encoding a binary attachment.
– grawity
yesterday
3
@user2284570: Just because you cannot connect to the server doesn't mean everyone else can't. I've had 100% success from six different locations so far. Maybe it's not whitelisting clients, but blacklisting you specifically?
– grawity
yesterday
1
@user2284570: Well, Google App Engine itself blocks all SMTP. Meanwhile I have access to several servers which don't have such blocks...
– grawity
yesterday
1
1
Yes it does answer the question. I have already upvoted it. :)
– Kamil Maciorowski
yesterday
Yes it does answer the question. I have already upvoted it. :)
– Kamil Maciorowski
yesterday
4
4
@KamilMaciorowski Remember that the SIZE parameter is not the maximum size of the attachments, but the maximum total size of the email message... In some cases that may be important.
– acejavelin
yesterday
@KamilMaciorowski Remember that the SIZE parameter is not the maximum size of the attachments, but the maximum total size of the email message... In some cases that may be important.
– acejavelin
yesterday
1
1
@acejavelin: The most important difference is the +34% overhead from Base64-encoding a binary attachment.
– grawity
yesterday
@acejavelin: The most important difference is the +34% overhead from Base64-encoding a binary attachment.
– grawity
yesterday
3
3
@user2284570: Just because you cannot connect to the server doesn't mean everyone else can't. I've had 100% success from six different locations so far. Maybe it's not whitelisting clients, but blacklisting you specifically?
– grawity
yesterday
@user2284570: Just because you cannot connect to the server doesn't mean everyone else can't. I've had 100% success from six different locations so far. Maybe it's not whitelisting clients, but blacklisting you specifically?
– grawity
yesterday
1
1
@user2284570: Well, Google App Engine itself blocks all SMTP. Meanwhile I have access to several servers which don't have such blocks...
– grawity
yesterday
@user2284570: Well, Google App Engine itself blocks all SMTP. Meanwhile I have access to several servers which don't have such blocks...
– grawity
yesterday
|
show 5 more comments
up vote
2
down vote
The question was kinda resolved in acejavelin's answer, but I just wanted to clarify that, sometimes, the ISP blocks connections to port 25 outbound, to limit spam from infected residential computers. If you are in France, as the host suggest, I know that free (an ISP) does that by default, but you can disable that on your customer panel.
The other major ISPs probably does it too, but I don't currently have the knowledge.
You should try to connect to some random mail server to see if it works.
You can also use telnet and http://portquiz.net/ to see blocked outbound ports, if any.
New contributor
This is not related. Even from Google App Engine I can’t reach the server.
– user2284570
yesterday
2
@user2284570, for what it's worth, GAE blocks port 25 connections too cloud.google.com/compute/docs/tutorials/sending-mail
– WayToDoor
yesterday
add a comment |
up vote
2
down vote
The question was kinda resolved in acejavelin's answer, but I just wanted to clarify that, sometimes, the ISP blocks connections to port 25 outbound, to limit spam from infected residential computers. If you are in France, as the host suggest, I know that free (an ISP) does that by default, but you can disable that on your customer panel.
The other major ISPs probably does it too, but I don't currently have the knowledge.
You should try to connect to some random mail server to see if it works.
You can also use telnet and http://portquiz.net/ to see blocked outbound ports, if any.
New contributor
This is not related. Even from Google App Engine I can’t reach the server.
– user2284570
yesterday
2
@user2284570, for what it's worth, GAE blocks port 25 connections too cloud.google.com/compute/docs/tutorials/sending-mail
– WayToDoor
yesterday
add a comment |
up vote
2
down vote
up vote
2
down vote
The question was kinda resolved in acejavelin's answer, but I just wanted to clarify that, sometimes, the ISP blocks connections to port 25 outbound, to limit spam from infected residential computers. If you are in France, as the host suggest, I know that free (an ISP) does that by default, but you can disable that on your customer panel.
The other major ISPs probably does it too, but I don't currently have the knowledge.
You should try to connect to some random mail server to see if it works.
You can also use telnet and http://portquiz.net/ to see blocked outbound ports, if any.
New contributor
The question was kinda resolved in acejavelin's answer, but I just wanted to clarify that, sometimes, the ISP blocks connections to port 25 outbound, to limit spam from infected residential computers. If you are in France, as the host suggest, I know that free (an ISP) does that by default, but you can disable that on your customer panel.
The other major ISPs probably does it too, but I don't currently have the knowledge.
You should try to connect to some random mail server to see if it works.
You can also use telnet and http://portquiz.net/ to see blocked outbound ports, if any.
New contributor
edited yesterday
New contributor
answered yesterday
WayToDoor
1215
1215
New contributor
New contributor
This is not related. Even from Google App Engine I can’t reach the server.
– user2284570
yesterday
2
@user2284570, for what it's worth, GAE blocks port 25 connections too cloud.google.com/compute/docs/tutorials/sending-mail
– WayToDoor
yesterday
add a comment |
This is not related. Even from Google App Engine I can’t reach the server.
– user2284570
yesterday
2
@user2284570, for what it's worth, GAE blocks port 25 connections too cloud.google.com/compute/docs/tutorials/sending-mail
– WayToDoor
yesterday
This is not related. Even from Google App Engine I can’t reach the server.
– user2284570
yesterday
This is not related. Even from Google App Engine I can’t reach the server.
– user2284570
yesterday
2
2
@user2284570, for what it's worth, GAE blocks port 25 connections too cloud.google.com/compute/docs/tutorials/sending-mail
– WayToDoor
yesterday
@user2284570, for what it's worth, GAE blocks port 25 connections too cloud.google.com/compute/docs/tutorials/sending-mail
– WayToDoor
yesterday
add a comment |
up vote
0
down vote
Ok. By reducing the size a little, I got the real maximum size through receiving this e‑mail (Subject : courriel trop volumineux et non remis au destinataire DGFiP
) which this time don’t come from Google but the target ꜱᴍᴛᴘ server.
This means the first message was so large the server couldn’t even reply.
Le courriel à destination de sie.nantes-sud@dgfip.finances.gouv.fr dépassait la taille maximale autorisée (5662310 octets) et n'a pas été transmis au destinataire DGFiP. La taille du message était de 19335584 octets. Merci de réduire la taille de vos messages.
Which means after shrinking the message to the proper size, I received :
Nous vous informons que votre demande a été prise en compte et qu'il vous sera répondu dans les meilleurs délais.
Pensez à consulter le site www.impots.gouv.fr, vous y trouverez les réponses aux questions les plus fréquentes, régulièrement actualisées.
Cet accusé réception est généré automatiquement, merci de ne pas y répondre.
add a comment |
up vote
0
down vote
Ok. By reducing the size a little, I got the real maximum size through receiving this e‑mail (Subject : courriel trop volumineux et non remis au destinataire DGFiP
) which this time don’t come from Google but the target ꜱᴍᴛᴘ server.
This means the first message was so large the server couldn’t even reply.
Le courriel à destination de sie.nantes-sud@dgfip.finances.gouv.fr dépassait la taille maximale autorisée (5662310 octets) et n'a pas été transmis au destinataire DGFiP. La taille du message était de 19335584 octets. Merci de réduire la taille de vos messages.
Which means after shrinking the message to the proper size, I received :
Nous vous informons que votre demande a été prise en compte et qu'il vous sera répondu dans les meilleurs délais.
Pensez à consulter le site www.impots.gouv.fr, vous y trouverez les réponses aux questions les plus fréquentes, régulièrement actualisées.
Cet accusé réception est généré automatiquement, merci de ne pas y répondre.
add a comment |
up vote
0
down vote
up vote
0
down vote
Ok. By reducing the size a little, I got the real maximum size through receiving this e‑mail (Subject : courriel trop volumineux et non remis au destinataire DGFiP
) which this time don’t come from Google but the target ꜱᴍᴛᴘ server.
This means the first message was so large the server couldn’t even reply.
Le courriel à destination de sie.nantes-sud@dgfip.finances.gouv.fr dépassait la taille maximale autorisée (5662310 octets) et n'a pas été transmis au destinataire DGFiP. La taille du message était de 19335584 octets. Merci de réduire la taille de vos messages.
Which means after shrinking the message to the proper size, I received :
Nous vous informons que votre demande a été prise en compte et qu'il vous sera répondu dans les meilleurs délais.
Pensez à consulter le site www.impots.gouv.fr, vous y trouverez les réponses aux questions les plus fréquentes, régulièrement actualisées.
Cet accusé réception est généré automatiquement, merci de ne pas y répondre.
Ok. By reducing the size a little, I got the real maximum size through receiving this e‑mail (Subject : courriel trop volumineux et non remis au destinataire DGFiP
) which this time don’t come from Google but the target ꜱᴍᴛᴘ server.
This means the first message was so large the server couldn’t even reply.
Le courriel à destination de sie.nantes-sud@dgfip.finances.gouv.fr dépassait la taille maximale autorisée (5662310 octets) et n'a pas été transmis au destinataire DGFiP. La taille du message était de 19335584 octets. Merci de réduire la taille de vos messages.
Which means after shrinking the message to the proper size, I received :
Nous vous informons que votre demande a été prise en compte et qu'il vous sera répondu dans les meilleurs délais.
Pensez à consulter le site www.impots.gouv.fr, vous y trouverez les réponses aux questions les plus fréquentes, régulièrement actualisées.
Cet accusé réception est généré automatiquement, merci de ne pas y répondre.
edited yesterday
answered yesterday
user2284570
33131236
33131236
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1376487%2fhow-to-get-the-maximum-attachment-size-of-a-mail-server-which-perform-ip-connect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What are you connecting from? If you're trying this from your home, there's a good chance your ISP is blocking the connection.
– user20574
yesterday
@user20574 my ɪꜱᴘ doesn’t blocks the connection for Google. I fail to see why it would be blocked for the ᴅɢꜰɪᴘ.
– user2284570
7 hours ago