johnf wrote:
On Thursday 24 July 2008 12:27:03 pm johnf wrote:
On Thursday 24 July 2008 12:16:19 pm mouss wrote:
johnf wrote:
[snip]
I just discovered a problem - I need to be able to send mail for the
domain. How do I set that up??????
what do you mean? you can send mail on behalf of any domain.
if they have SPF records, they need to update them to authorize your
server so that the mail you send is not blocked or tagged as spam.
if you mean you want to allow them to send via your server, that's a
relay question. if they have static IPs and you trust them, you can add
their networks to mynetworks. otherwise, you need to setup
authentication (see the SASL README).
As I understand this I add a file sasl.passwd, run the db , then all should
work?
I have created the sasl.passwd file, ran postmap and I still get can't relay.
you will need to (really) read:
http://www.postfix.org/SASL_README.html
and in particular
http://www.postfix.org/SASL_README.html#server_sasl
if you have problems, please follow the directions documented in
http://www.postfix.org/DEBUG_README.html#mail
In particular:
- explain clearly what problem you are trying to solve
- show output of 'postconf -n'
- show relevant log lines (full lines, do not truncate)
feel free to replace private infos but do so coherently.
you really need to read the cited documents. we can't read them for you.