Hi
We are replacing sendmail as our MTA to Postfix and our internal mail
relay receives mail from our edge MTA server <#> in the DMZ, once mail
is recieved then any email address to a staff member for instance :
.< last name >@example.com is sent to a Lotus Notes server,
and any other email
On 05/05/2010 17:42, Victor Duchovni wrote:
On Wed, May 05, 2010 at 04:21:37PM +0100, Simon Croome wrote:
We are replacing sendmail as our MTA to Postfix and our internal mail relay
receives mail from our edge MTA server<#> in the DMZ, once mail is
received then any email addres
On 07/05/2010 10:30, Patrick Ben Koetter wrote:
* Simon Croome:
On 05/05/2010 17:42, Victor Duchovni wrote:
On Wed, May 05, 2010 at 04:21:37PM +0100, Simon Croome wrote:
We are replacing sendmail as our MTA to Postfix and our internal mail relay
receives mail from our edge
On 07/05/2010 12:19, Wietse Venema wrote:
Patrick Ben Koetter:
* Simon Croome:
On 05/05/2010 17:42, Victor Duchovni wrote:
Here's the easier version...
Take a look at the "TABLE SEARCH ORDER" in man 5 transport. Here's an example:
# main.cf
transp
On 07/05/2010 14:32, Wietse Venema wrote:
Simon Croome:
# main.cf
transport_maps = hash:/etc/postfix/transports
# /etc/postfix/transports
firstname.lastn...@example.com relay:lotus.notes.server:25
firstname1.lastna...@example.comrelay:lotus.notes.server:25
firstname2
Hi,
I have setup a internal postfix server that relays mail from our
external DMZ server to internal mail hosts, it should accept mail the
example.com but allow relaying from selected lan hosts to external
domains for instance o2.co.uk etc, whenever I attempt to relay through
the postfix serv
Hi,
I'm trying to configure our postfix servers to only accept email for
valid recipents from a hash table, I have in a file following an example
online that it should be in the format of
zhu...@example.com OK
Can anyone confirm if this is correct ?
Thanks