Second Server

Leen Besselink leen at wirehub.nl
Fri May 28 18:07:17 IST 2004


On Fri, 28 May 2004, Mike Norton wrote:

> Is there any easy way of telling the system to deliver all mail for
> local mailboxes to a remote host in this case or do I have to add
> entries into the aliases file to forward mail to the other server for
> pop3 collection ?
>

What about an LDAP-database, which Postfix2 (for example) uses to sort out
if mail should be stored locally or where to send the mail.

let's say you have in LDAP:
mail=email at addy
mailHost=some-mail-server-name

you'd have 2 lookup's, one to see if it should be delivered locally:
(&(mailHost=this-server-name)(mail=email at addy))

and an other if it should be relayed:
(&(!(mailHost=this-server-name))(mail=email at addy))

OK, this was not tested, but just an idea.

(although I'm not quiet sure which postfix-maps that should be... I'd
have to check the documentation)

> Thanks
>
> Mike
>
> -----Original Message-----
> From: Leen Besselink [mailto:leen at wirehub.nl]
> Sent: 27 May 2004 14:09
> To: MAILSCANNER at JISCMAIL.AC.UK
> Subject: Re: Second Server
>
>
> On Thu, 27 May 2004, Mike Norton wrote:
>
> > How would I use Perdition in this case, the mail would be stored on
> > both servers is there a way to get this software to connect to both
> > mailboxes simultaneously ?
> >
> > e.g
> >
> > I have Perdition running on popbox but I wish to retrieve mail from
> > both mailbox1 and mailbox2 at the same time.
> >
>
> You would store it only on one server (and have a database to make clear
> where mail is to bd found).
>
> -------------------------- MailScanner list ----------------------
> To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
> Before posting, please see the Most Asked Questions at
> http://www.mailscanner.biz/maq/     and the archives at
> http://www.jiscmail.ac.uk/lists/mailscanner.html
>
> -------------------------- MailScanner list ----------------------
> To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
> Before posting, please see the Most Asked Questions at
> http://www.mailscanner.biz/maq/     and the archives at
> http://www.jiscmail.ac.uk/lists/mailscanner.html
>

___________________________________________________________________________________
Things should be made as simple as possible, but not any simpler. - Albert Einstein

-------------------------- MailScanner list ----------------------
To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
Before posting, please see the Most Asked Questions at
http://www.mailscanner.biz/maq/     and the archives at
http://www.jiscmail.ac.uk/lists/mailscanner.html



More information about the MailScanner mailing list