Currently, you can set a server wide setting for mail message size limits... BUT ITS IN THE SMTP CONNECTOR settings.. Does that make sense? Yes for outgoing email through the SMTP.. but not for incoming mail from another SMTP... that should logically be taken care of in the POP3 server no?
The reason is is because I made an ass out of myself today insisting that since the mailbox limit was unlimited and there was no max message for incoming messages, only outgoing (assuming SMTP controlled only outgoing max mail size).. only to find that it is server wide..
Thanks,
Jake
Income mail limit size
-
- Posts: 36
- Joined: Mon Nov 03, 2003 9:41 pm
- Contact:
Re: Income mail limit size
i would say yes it makes sense for the SMTP to handle the limits.DevelopStuff wrote:Currently, you can set a server wide setting for mail message size limits... BUT ITS IN THE SMTP CONNECTOR settings.. Does that make sense? Yes for outgoing email through the SMTP.. but not for incoming mail from another SMTP... that should logically be taken care of in the POP3 server no?
SMTP handles the delivery of email for both oubound and inbound messages. these host-to-host transactions are what need to be monitored for limits. it is an SMTP-->SMTP connection, not an SMTP-->POP connection.
POP on the other hand is a protocol that allows a client to get to the mailbox contents. actually, with webmail/httpmail/IMAP, you do not need POP to view messages.
to test it, turn off the POP service and you will still get inbound mail.
hope that makes some sense. good luck

-
- Posts: 36
- Joined: Mon Nov 03, 2003 9:41 pm
- Contact:
yes. i think it would be ideal to be able to set the SMTP settings on a per postoffice, domain or IP basis. like the vitual SMTP concept that IIS SMTP uses. it would create some extra overhead, but since ME uses so few resources now, it might be a kewl option.
something like this would be a great addition to ME. i use an external filter, i only accept inbound connections from the service and backup servers. the service allows me to limit the size of inbound messages by domain and number of messages per day by user.
now, outbound SMTP routing is where i have a need for enhancements
something like this would be a great addition to ME. i use an external filter, i only accept inbound connections from the service and backup servers. the service allows me to limit the size of inbound messages by domain and number of messages per day by user.
now, outbound SMTP routing is where i have a need for enhancements
