2013-04-27 18:43, doug skrev:
If sendmail is listening on port 587, it will relay for any valid sender
who can reach that port.
Only if it is listed in /etc/mail/access file.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mai
On 27/04/2013 17:43, doug wrote:
>>> DAEMON_OPTIONS(`Port=587, Addr= 111.222.333.444, Name=MSA, M=E')
> If sendmail is listening on port 587, it will relay for any valid sender
> who can reach that port.
You see where it says 'M=E' in that DAEMON_OPTIONS line? That should
probably be changed to
On Sat, 27 Apr 2013, Matthew Seaman wrote:
On 26/04/2013 16:51, jflowers wrote:
All I want to do is have the MTA listen on 127.0.0.1 port 1025 and have no
sendmail process listen on the server interface. That's being done by assp
which proxies messages to 127.0.0.1:1025. Unfortunately, I hav
On 26/04/2013 16:51, jflowers wrote:
> All I want to do is have the MTA listen on 127.0.0.1 port 1025 and have no
> sendmail process listen on the server interface. That's being done by assp
> which proxies messages to 127.0.0.1:1025. Unfortunately, I haven't been able
> to figure out how to turn