Re: Postfix local and remote delivery for a single domain

2014-05-26 Thread Viktor Dukhovni
On Tue, May 27, 2014 at 12:17:38AM +0200, elhijo wrote: > Is it possible to create a transport that delivers mails both locally and > remotely ? The solution is NOT a transport map. Rather a virtual alias table. virtual: u...@example.com u...@server1.example.com, u...@server2.example.com

Postfix local and remote delivery for a single domain

2014-05-26 Thread elhijo
Hi, I'm migrating users from an old postfix mbox server (server1) to a brand new postfix maildir server (server2), we're going from pop to imap... All users will not be migrated at once, so, I have to get both postfix servers receiving emails for same domain name. I thought of transport map on

Re: Local and Remote delivery

2010-03-19 Thread Noel Jones
On 3/19/2010 2:59 PM, Isak Badenhorst wrote: I hope I am at the correct list for my question. I am brand new to postfix moving from sendmail and have the following problem. My domain mydomain.co.za is hosted by my ISP. I have a internal mailserver in the office newly installed with postfix, do

Local and Remote delivery

2010-03-19 Thread Isak Badenhorst
I hope I am at the correct list for my question. I am brand new to postfix moving from sendmail and have the following problem. My domain mydomain.co.za is hosted by my ISP. I have a internal mailserver in the office newly installed with postfix, dovecot and mysql and setup my mydomain.co.za as

Re: local and remote delivery permission

2010-02-08 Thread mouss
phasma a écrit : > Hello, > > how i can permit to some sasl users to send to local domain only and not > to external domains ? > there is no check_user_access. but you can use sasl to enforce sender-login match, then use check_sender_access. if this is what you want, read about restriction clas

local and remote delivery permission

2010-02-08 Thread phasma
Hello, how i can permit to some sasl users to send to local domain only and not to external domains ? Thanks