Re: [exim] Change outgoing smtp port

Pàgina inicial
Delete this message
Reply to this message
Autor: Jeff Cronstrom
Data:  
A: tomcatf14a
CC: exim-users
Assumpte: Re: [exim] Change outgoing smtp port
This is the basics of what you need to do for sending to an alternate
port on a remote host (smarthost)


Router:

send_to_smarthost:
driver = manualroute
transport = remote_smtp_relay
route_list = *

Transport:

remote_smtp_relay:
driver = smtp
delay_after_cutoff = false
no_retry_include_ip_address
port = 26



Jeff

On Mon, 2008-03-31 at 19:10 -0700, tomcatf14a wrote:

> What i mean is, i want port 26 on my Exim to connect to port 26 on the
> recipient server as my outgoing port 25 has been blocked on ISP level.
>
> Eli Sand wrote:
> >
> >> My provider has blocked port 25 for outgoing SMTP and I need to send
> > emails
> >> out from the server. How do i go around it? Can i change the default SMTP
> >> outgoing port? How can i do it?
> >
> > AFAIK, the *outgoing* port when you send email is a random port picked by
> > your system. I believe you mean your provider has blocked outgoing
> > requests
> > *TO* port 25. There is nothing you can do in this case unless the people
> > you send email to have alternative ports open (or as suggested, you proxy
> > your connections).
> >
> > Eli.
> >
> >
> > --
> > ## List details at http://lists.exim.org/mailman/listinfo/exim-users
> > ## Exim details at http://www.exim.org/
> > ## Please use the Wiki with this list - http://wiki.exim.org/
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Change-outgoing-smtp-port-tp16395314p16406338.html
> Sent from the Exim Users mailing list archive at Nabble.com.
>
>