Re: [CentOS] Help with a sun cobalt with sendmail and centos with postfix

2008-10-24 Thread Bill Campbell
Have you looked at the BlueQuartz project?  It is specifically
for the Cobalts, and I think is CentOS based.

http://bluequartz.org/

On Fri, Oct 24, 2008, Erick Perez wrote:
Hi,
I have a customer with a sun cobalt running Sendmail 8.10.2/8.10.2 and
we are phasing out the sun cube due to some limitations. So we have
installed a new centos 5.x server.
the format of our current emails are [EMAIL PROTECTED] and the new
format will be [EMAIL PROTECTED] We have 1600 accounts.

Both server are in the LAN.

The MX record that the world sees, point to our current AV/AntiSpam
appliance, then our AV appliance forwards to the mail server (its a
trendmicro IMSS)
The AV appliance lets me define rules that emails for
[EMAIL PROTECTED] should be sent to the mailserver with the cube,
and it also let me define a rule for [EMAIL PROTECTED] to be
sent to the centos machine, so I have covered the from internet
inbound email issue.
going out to the internet, both servers can send emails perfectly.

However,
Since both servers will answer to the same domain, i need some
guidance as to how to
1- If user hosted on the Sun sendmail Cube sends emails to
[EMAIL PROTECTED], make the Cube forward/send the email to the
Centos machine.
2- If user hosted in centos, sends email to [EMAIL PROTECTED], make
the POSTFIX forward/send the email to the Cube machine.

Due to internal regulations i must say that:
1- users cannot be moved all at once.
2- centos machine must use postfix - not sendmail. I can however,
install sendmail on centos and make it listen in another port other
than 25 if some solution arises that needs sendmail in both sides.

Anyways, any guidance as to how to solve this mess is welcomed

Thanks,

-- 

Erick Perez
Panama Sistemas
Integradores de Telefonia IP y Soluciones Para Centros de Datos
Panama, Republica de Panama
Cel Panama. +(507) 6694-4780

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


-- 
Bill
-- 
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:  (206) 236-1676  Mercer Island, WA 98040-0820
Fax:(206) 232-9186

A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders, give
orders, cooperate, act alone, solve equations, analyze a new problem, pitch
manure, program a computer, cook a tasty meal, fight efficiently, die
gallantly.  Specialization is for insects. Robert Heinlein
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help with a sun cobalt with sendmail and centos with postfix

2008-10-24 Thread mouss
Erick Perez a écrit :
 Hi,
 I have a customer with a sun cobalt running Sendmail 8.10.2/8.10.2 and
 we are phasing out the sun cube due to some limitations. So we have
 installed a new centos 5.x server.
 the format of our current emails are [EMAIL PROTECTED] and the new
 format will be [EMAIL PROTECTED] We have 1600 accounts.
 
 Both server are in the LAN.
 
 The MX record that the world sees, point to our current AV/AntiSpam
 appliance, then our AV appliance forwards to the mail server (its a
 trendmicro IMSS)
 The AV appliance lets me define rules that emails for
 [EMAIL PROTECTED] should be sent to the mailserver with the cube,
 and it also let me define a rule for [EMAIL PROTECTED] to be
 sent to the centos machine, so I have covered the from internet
 inbound email issue.
 going out to the internet, both servers can send emails perfectly.
 
 However,
 Since both servers will answer to the same domain, i need some
 guidance as to how to
 1- If user hosted on the Sun sendmail Cube sends emails to
 [EMAIL PROTECTED], make the Cube forward/send the email to the
 Centos machine.
 2- If user hosted in centos, sends email to [EMAIL PROTECTED], make
 the POSTFIX forward/send the email to the Cube machine.
 

for the postfix side, use transport_maps:

[EMAIL PROTECTED]   relay:[remote.host.example]
(use the brakets to avoid MX lookups).



 Due to internal regulations i must say that:
 1- users cannot be moved all at once.
 2- centos machine must use postfix - not sendmail. I can however,
 install sendmail on centos and make it listen in another port other
 than 25 if some solution arises that needs sendmail in both sides.
 
 Anyways, any guidance as to how to solve this mess is welcomed
 
 Thanks,
 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help with a sun cobalt with sendmail and centos with postfix

2008-10-24 Thread Erick Perez
Hi bill. not sure what you want me to look there. The Cobalt will go
away and will probably be used in other task. We are not trying to
rescue it.

On Fri, Oct 24, 2008 at 3:14 PM, Bill Campbell [EMAIL PROTECTED] wrote:
 Have you looked at the BlueQuartz project?  It is specifically
 for the Cobalts, and I think is CentOS based.

http://bluequartz.org/

 On Fri, Oct 24, 2008, Erick Perez wrote:
Hi,
I have a customer with a sun cobalt running Sendmail 8.10.2/8.10.2 and
we are phasing out the sun cube due to some limitations. So we have
installed a new centos 5.x server.
the format of our current emails are [EMAIL PROTECTED] and the new
format will be [EMAIL PROTECTED] We have 1600 accounts.

Both server are in the LAN.

The MX record that the world sees, point to our current AV/AntiSpam
appliance, then our AV appliance forwards to the mail server (its a
trendmicro IMSS)
The AV appliance lets me define rules that emails for
[EMAIL PROTECTED] should be sent to the mailserver with the cube,
and it also let me define a rule for [EMAIL PROTECTED] to be
sent to the centos machine, so I have covered the from internet
inbound email issue.
going out to the internet, both servers can send emails perfectly.

However,
Since both servers will answer to the same domain, i need some
guidance as to how to
1- If user hosted on the Sun sendmail Cube sends emails to
[EMAIL PROTECTED], make the Cube forward/send the email to the
Centos machine.
2- If user hosted in centos, sends email to [EMAIL PROTECTED], make
the POSTFIX forward/send the email to the Cube machine.

Due to internal regulations i must say that:
1- users cannot be moved all at once.
2- centos machine must use postfix - not sendmail. I can however,
install sendmail on centos and make it listen in another port other
than 25 if some solution arises that needs sendmail in both sides.

Anyways, any guidance as to how to solve this mess is welcomed

Thanks,

--

Erick Perez
Panama Sistemas
Integradores de Telefonia IP y Soluciones Para Centros de Datos
Panama, Republica de Panama
Cel Panama. +(507) 6694-4780

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


 --
 Bill
 --
 INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
 URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
 Voice:  (206) 236-1676  Mercer Island, WA 98040-0820
 Fax:(206) 232-9186

 A human being should be able to change a diaper, plan an invasion,
 butcher a hog, conn a ship, design a building, write a sonnet, balance
 accounts, build a wall, set a bone, comfort the dying, take orders, give
 orders, cooperate, act alone, solve equations, analyze a new problem, pitch
 manure, program a computer, cook a tasty meal, fight efficiently, die
 gallantly.  Specialization is for insects. Robert Heinlein
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




-- 

Erick Perez
Panama Sistemas
Integradores de Telefonia IP y Soluciones Para Centros de Datos
Panama, Republica de Panama
Cel Panama. +(507) 6694-4780

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help with a sun cobalt with sendmail and centos with postfix

2008-10-24 Thread Erick Perez
On Fri, Oct 24, 2008 at 3:22 PM, mouss [EMAIL PROTECTED] wrote:
 Erick Perez a écrit :
 Hi,
 I have a customer with a sun cobalt running Sendmail 8.10.2/8.10.2 and
 we are phasing out the sun cube due to some limitations. So we have
 installed a new centos 5.x server.
 the format of our current emails are [EMAIL PROTECTED] and the new
 format will be [EMAIL PROTECTED] We have 1600 accounts.

 Both server are in the LAN.

 The MX record that the world sees, point to our current AV/AntiSpam
 appliance, then our AV appliance forwards to the mail server (its a
 trendmicro IMSS)
 The AV appliance lets me define rules that emails for
 [EMAIL PROTECTED] should be sent to the mailserver with the cube,
 and it also let me define a rule for [EMAIL PROTECTED] to be
 sent to the centos machine, so I have covered the from internet
 inbound email issue.
 going out to the internet, both servers can send emails perfectly.

 However,
 Since both servers will answer to the same domain, i need some
 guidance as to how to
 1- If user hosted on the Sun sendmail Cube sends emails to
 [EMAIL PROTECTED], make the Cube forward/send the email to the
 Centos machine.
 2- If user hosted in centos, sends email to [EMAIL PROTECTED], make
 the POSTFIX forward/send the email to the Cube machine.


 for the postfix side, use transport_maps:

 [EMAIL PROTECTED] relay:[remote.host.example]
 (use the brakets to avoid MX lookups).



 Due to internal regulations i must say that:
 1- users cannot be moved all at once.
 2- centos machine must use postfix - not sendmail. I can however,
 install sendmail on centos and make it listen in another port other
 than 25 if some solution arises that needs sendmail in both sides.

 Anyways, any guidance as to how to solve this mess is welcomed

 Thanks,


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


i read about transport maps in postfix, just tried and worked perfectly. thanks,
now i have to figure the sendmail part (i think virtusertable)

Do you know how to make the sendmail part?


-- 

Erick Perez
Panama Sistemas
Integradores de Telefonia IP y Soluciones Para Centros de Datos
Panama, Republica de Panama
Cel Panama. +(507) 6694-4780

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help with a sun cobalt with sendmail and centos with postfix

2008-10-24 Thread Les Mikesell

Erick Perez wrote:



However,
Since both servers will answer to the same domain, i need some
guidance as to how to
1- If user hosted on the Sun sendmail Cube sends emails to
[EMAIL PROTECTED], make the Cube forward/send the email to the
Centos machine.
2- If user hosted in centos, sends email to [EMAIL PROTECTED], make
the POSTFIX forward/send the email to the Cube machine.


for the postfix side, use transport_maps:

[EMAIL PROTECTED] relay:[remote.host.example]
(use the brakets to avoid MX lookups).



i read about transport maps in postfix, just tried and worked perfectly. thanks,
now i have to figure the sendmail part (i think virtusertable)

Do you know how to make the sendmail part?


If you are already accepting for the domain in question, all you need 
are aliases.  Just be careful you don't set up a loop as you move people.


--
  Les Mikesell
   [EMAIL PROTECTED]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help with a sun cobalt with sendmail and centos with postfix

2008-10-24 Thread MHR
On Fri, Oct 24, 2008 at 2:56 PM, Erick Perez [EMAIL PROTECTED] wrote:

 i read about transport maps in postfix, just tried and worked perfectly. 
 thanks,
 now i have to figure the sendmail part (i think virtusertable)

 Do you know how to make the sendmail part?


Now that you are bottom posting (thank you), could you also trim your
replies to just the relevant parts?

TIA.

mhr
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help with a sun cobalt with sendmail and centos with postfix

2008-10-24 Thread Bill Campbell
On Fri, Oct 24, 2008, Erick Perez wrote:
Hi bill. not sure what you want me to look there. The Cobalt will go
away and will probably be used in other task. We are not trying to
rescue it.

It was just a FYI post as many may not know of Bluequartz.  I have a
customer who is still running a bunch of Cobalt Raqsomthings hosting web
sites at a regional ISP.  I had one Raq here for a while.  The most benefit
I got out of it was digging into its Apache configuration files to learn
about mod_rewrite and such.

Bill
-- 
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:  (206) 236-1676  Mercer Island, WA 98040-0820
Fax:(206) 232-9186

Cutting the space budget really restores my faith in humanity.  It
eliminates dreams, goals, and ideals and lets us get straight to the
business of hate, debauchery, and self-annihilation.  -- Johnny Hart
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos