| Linode Forum https://forum.linode.com/ |
|
| exim: 550 relaying prohibited by administrator https://forum.linode.com/viewtopic.php?f=11&t=918 |
Page 1 of 1 |
| Author: | brlewis [ Tue Jun 01, 2004 11:32 pm ] |
| Post subject: | exim: 550 relaying prohibited by administrator |
I want web interfaces to send to any address via SMTP, but when I do it through 127.0.0.1 port 25, exim complains that I'm relaying. I'm running Debian testing, and /etc/exim/exim.conf is empty. To just let outgoing mail work -- only from 127.0.0.1, not as an open relay -- is there a quick configuration line I can put in there? |
|
| Author: | brlewis [ Thu Jun 03, 2004 10:07 pm ] |
| Post subject: | |
Found my own answer on my debian laptop: # The setting below allows your host to be used as a mail relay only by # localhost: it locks out the use of your host as a mail relay by any # other host. See the section of the manual entitled "Control of relaying" # for more info. host_accept_relay = 127.0.0.1 : ::::1 |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|