Ok the user's emails should not go through any other servers out on the internet to reach mine. Meaning their emails are sent directly within the server. so if j...@restricted.com sends to j...@restricted.com, nobody else should be able to read that email, no ISP, or any system. I understand how normal emails work. from yahoo to gmail. the yahoo servers hop through to get to gmail. since my server is only 1 box and the users are local users, (only one domain in the virtual domains table), then is this email sent within the server or does it hop from the client's internet connection to get to my server?
On Sun, Mar 30, 2014 at 4:25 PM, Viktor Dukhovni [via Postfix] < ml-node+s1071664n66498...@n5.nabble.com> wrote: > On Sun, Mar 30, 2014 at 04:13:00PM -0700, cybermass wrote: > > > How can I configure it so that the user's email never bounce through any > > other hop but go directly through the server? > > By arranging for mail to the domain in question to be delivered locally: > > http://www.postfix.org/BASIC_CONFIGURATION_README.html#mydestination > http://www.postfix.org/BASIC_CONFIGURATION_README.html#relay_from > http://www.postfix.org/BASIC_CONFIGURATION_README.html#relay_to > http://www.postfix.org/VIRTUAL_README.html#canonical > > http://www.postfix.org/postconf.5.html#mydestination > http://www.postfix.org/postconf.5.html#virtual_mailbox_domains > http://www.postfix.org/postconf.5.html#virtual_alias_domains > > Note that with virtual alias domains, whether delivery is local or > not depends on what other domain any particular address is rewritten > to. Addresses that fail to be rewritten to some other domain are > either rejected or bounced. > > > Also how do I configure it to ONLY deliver via LMTP and not even SMTP? > > Delivery is via whatever transport you configure: > > http://www.postfix.org/transport.5.html > http://www.postfix.org/postconf.5.html#transport_maps > http://www.postfix.org/postconf.5.html#local_transport > http://www.postfix.org/postconf.5.html#virtual_transport > > > > This confuses me because the user > > is a roaming client, how would that user make a connection to the > postfix > > server without using port 25 or 465? In my case, we use a custom port > since > > ISP's block outgoing ports 25 and sometimes 465 > > How the client submits the mail for delivery is irrelevant. Perhaps > you are not even able to express your question clearly enough. What > real problem are you trying to solve? (Don't talk about SMTP or Postfix, > talk about what practical properties you want for the email in question > > -- > Viktor. > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://postfix.1071664.n5.nabble.com/Unclear-of-smtp-protocol-in-a-restricted-domain-tp66494p66498.html > To unsubscribe from Unclear of smtp protocol in a restricted domain, click > here<http://postfix.1071664.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=66494&code=Y3liZXJtYXNzcHJvZHVjdGlvbmNlbnRlckBnbWFpbC5jb218NjY0OTR8NTE3NzI5OTA0> > . > NAML<http://postfix.1071664.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://postfix.1071664.n5.nabble.com/Unclear-of-smtp-protocol-in-a-restricted-domain-tp66494p66499.html Sent from the Postfix Users mailing list archive at Nabble.com.