Networking Forums

Networking Forums > Computer Networking > Linux Networking > postfix: how to accept multiple domains?

Reply
Thread Tools Display Modes

postfix: how to accept multiple domains?

 
 
Wilhelm Wagner
Guest
Posts: n/a

 
      01-05-2004, 02:21 PM
Hello,

we are maintaining a server for several mailing lists. Everything works
fine, but we want to support multiple email adresses for one list.

Assume the server name ourserver.com. Then, the address for a list named
'coffee' would be (E-Mail Removed). This works fine.

Now we would like to let the address (E-Mail Removed) be accepted as
well. Here, anotherserver.com is a registered domain (mx record). The
transport works fine: These mails arrive at ourserver.com.

The only problem we have when sending mail to anotherserver.com is:
postfix says "relaying denied".

We know about virtual addresses in postfix and that we can assign certain
addresses for anotherserver.com to be equivalent to addresses on
ourserver.com.

For example: We can say that

(E-Mail Removed) = (E-Mail Removed)

But we want to do this with wildcards, saying that anything for
anotherserver.com should be handled as if it was for ourserver.com.

Any hints?

Thank you very much,
Wil
 
Reply With Quote
 
 
 
 
Eric
Guest
Posts: n/a

 
      01-06-2004, 12:08 PM
Wilhelm Wagner wrote:

> Hello,
>
> we are maintaining a server for several mailing lists. Everything works
> fine, but we want to support multiple email adresses for one list.
>
> Assume the server name ourserver.com. Then, the address for a list named
> 'coffee' would be (E-Mail Removed). This works fine.
>
> Now we would like to let the address (E-Mail Removed) be accepted
> as well. Here, anotherserver.com is a registered domain (mx record). The
> transport works fine: These mails arrive at ourserver.com.
>
> The only problem we have when sending mail to anotherserver.com is:
> postfix says "relaying denied".
>
> We know about virtual addresses in postfix and that we can assign certain
> addresses for anotherserver.com to be equivalent to addresses on
> ourserver.com.
>
> For example: We can say that
>
> (E-Mail Removed) = (E-Mail Removed)
>
> But we want to do this with wildcards, saying that anything for
> anotherserver.com should be handled as if it was for ourserver.com.
>
> Any hints?
>
> Thank you very much,
> Wil


I think you would add the domains to the "mydestination" parameter in
main.cf
ie:
mydomain = ourserver.com
mydestination = $myhostname $mydomain anotherserver.com
Eric
 
Reply With Quote
 
Wilhelm Wagner
Guest
Posts: n/a

 
      01-06-2004, 01:20 PM
Dear Eric,

that's it! I swear I tried exactly this multiple times and it didn't work.
Now it goes!

Thanks!

Wil

> I think you would add the domains to the "mydestination" parameter in
> main.cf
> ie:
> mydomain = ourserver.com
> mydestination = $myhostname $mydomain anotherserver.com
> Eric


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connect 1 Pc to Multiple Domains Dickie Windows Networking 7 01-18-2008 04:00 PM
Multiple Accept (listenning) threads zferentz@gmail.com Linux Networking 1 08-02-2006 09:27 AM
Multiple Domains S Lane Windows Networking 6 02-21-2006 04:57 PM
Multiple Domains - XP Jo Bloe Home Networking 2 08-11-2004 12:29 AM
Browsing over VPN and multiple domains Windows Networking 0 05-03-2004 05:38 PM



1 2 3 4 5 6 7 8 9 10 11