Re: Postfix just for sending mail, forwarding to another MTA
- From: Dan Foster <usenet@xxxxxxxxxxx>
- Date: Mon, 27 Nov 2006 05:27:34 -0600
In article <6ahlm2pc65uefp8r4spbj5pbehetn2o6ov@xxxxxxx>, Frank Schmitz <AXHLTVXKGKBF@xxxxxxxxxxxxx> wrote:
Hello!
My postfix Installation refuses to send mails to adresses outside of
my network:
reject: RCPT from localhost[127.0.0.1]: 554 <USERNAME@xxxxxx>:
Recipient address rejected: Relay access denied;
from=<root@xxxxxxxxxxxxxxxxxxxx> to=<USERNAME@xxxxxx>
Mails to local users are send correctly.
The only thing postfix should do is to forward all messages to another
MTA.
Can anyone help me with this?
postconf -n :
$ postconf transport_maps
Should be set to something. To find out how to configure it:
$ man 5 postconf
/^transport_maps
(and then read the body text. It has examples, too.)
For more configuration details of transport map including examples:
$ man transport
I think you'll also need to process the transport table that you create
with 'postmap', too, but I don't remember.
Also to fix the relaying rejection, read information at:
$ man 5 access
(On some UNIX OSes, you might need 'man -s5' instead of 'man 5'.)
And don't forget to do:
# postfix reload
when you're done making your changes then test and examine the logfiles.
If you're stuck, you can also ask in comp.mail.misc or ask on the
postfix-users mailing list. Subscription information is at:
http://www.postfix.org/lists.html
This might also be of help, for German/Deutsch-speaking people:
http://listi.jpberlin.de/mailman/listinfo/postfixbuch-users
-Dan
.
- Follow-Ups:
- Re: Postfix just for sending mail, forwarding to another MTA
- From: Frank Schmitz
- Re: Postfix just for sending mail, forwarding to another MTA
- References:
- Postfix just for sending mail, forwarding to another MTA
- From: Frank Schmitz
- Postfix just for sending mail, forwarding to another MTA
- Prev by Date: How set privilege to other users.
- Next by Date: Re: zones and 127.0.0.1
- Previous by thread: Postfix just for sending mail, forwarding to another MTA
- Next by thread: Re: Postfix just for sending mail, forwarding to another MTA
- Index(es):
Relevant Pages
|