[opensuse-autoinstall] SLES11 SP2
Hi, I use the following option to set a releay host: <outgoing_mail_server>test.com</outgoing_mail_server> For SP1 it is working fine, but with SP2 the relay_host in the postfix main.cf isnt set any more. Also the alias config: <aliases config:type="list"> <alias> <alias>root</alias> <comment></comment> <destinations>bla@blub.com</destinations> </alias> </aliases> is written, but the "newaliases" command seems not to be executed after the alias is set. mail to root will be sent local, after running newaliases the mail is send to bla@blub.com. Thank you for an answer. Cheers Mario -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Mario, On 18/07/2012 15:22, Mario Gzuk wrote:
I use the following option to set a releay host: <outgoing_mail_server>test.com</outgoing_mail_server> For SP1 it is working fine, but with SP2 the relay_host in the postfix main.cf isnt set any more.
I also found the same problem. I am new to SLES but discovered that in /etc/sysconfig/postfix there is an option POSTFIX_NULLCLIENT that I wanted to set. So, I have the following in our SLES11 SP2 autoyast profile: <sysconfig config:type="list"> <sysconfig_entry> <sysconfig_path>postfix</sysconfig_path> <sysconfig_key>POSTFIX_NULLCLIENT</sysconfig_key> <sysconfig_value>yes</sysconfig_value> </sysconfig_entry> </sysconfig> <scripts> <init-scripts config:type="list"> <script> <source><![CDATA[ # rebuild postfix config after sysconfig changes /usr/sbin/SuSEconfig.postfix /sbin/service postfix restart ]]> </source> </script> </init-scripts> </scripts> This will make the relayhost setting appear in postfix main.cf, with the value of outgoing_mail_server. I hope it helps, regards, oliver. -- Oliver Gorwits Networks and Computer Security ECMWF -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Hi Oliver, thats a work - a - round. But I think this is a BUG and should be fixed. So maybe I should write a BUG report for that... Thank you for this hint, I will test this tomorrow. Cheers Mario Am 18.07.2012 17:00, schrieb Oliver Gorwits:
Mario,
On 18/07/2012 15:22, Mario Gzuk wrote:
I use the following option to set a releay host: <outgoing_mail_server>test.com</outgoing_mail_server> For SP1 it is working fine, but with SP2 the relay_host in the postfix main.cf isnt set any more.
I also found the same problem.
I am new to SLES but discovered that in /etc/sysconfig/postfix there is an option POSTFIX_NULLCLIENT that I wanted to set. So, I have the following in our SLES11 SP2 autoyast profile:
<sysconfig config:type="list"> <sysconfig_entry> <sysconfig_path>postfix</sysconfig_path> <sysconfig_key>POSTFIX_NULLCLIENT</sysconfig_key> <sysconfig_value>yes</sysconfig_value> </sysconfig_entry> </sysconfig>
<scripts> <init-scripts config:type="list"> <script> <source><![CDATA[ # rebuild postfix config after sysconfig changes /usr/sbin/SuSEconfig.postfix /sbin/service postfix restart ]]> </source> </script> </init-scripts> </scripts>
This will make the relayhost setting appear in postfix main.cf, with the value of outgoing_mail_server.
I hope it helps,
regards, oliver.
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On 18.07.2012 20:13, Mario Gzuk wrote:
thats a work - a - round. But I think this is a BUG and should be fixed. So maybe I should write a BUG report for that...
maybe you hit this one? https://bugzilla.novell.com/show_bug.cgi?id=759050 -- ciao, Uwe Gansert SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer Home: http://www.suse.de/~ug - Blog: http://suse.gansert.net listening to: "last ship(a)" by ROTERSAND -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On 19/07/2012 08:59, Uwe Gansert wrote:
On 18.07.2012 20:13, Mario Gzuk wrote:
thats a work - a - round. But I think this is a BUG and should be fixed. So maybe I should write a BUG report for that...
maybe you hit this one? https://bugzilla.novell.com/show_bug.cgi?id=759050
Apparently I am "not authorized to access bug #759050". Is this normal? -- Oliver Gorwits Networks and Computer Security ECMWF -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On 19.07.2012 10:08, Oliver Gorwits wrote:
thats a work - a - round. But I think this is a BUG and should be fixed. So maybe I should write a BUG report for that...
maybe you hit this one? https://bugzilla.novell.com/show_bug.cgi?id=759050
Apparently I am "not authorized to access bug #759050". Is this normal?
hm, yeah. The SLES bugs are not open to the public (I hate that) but I think SLES customers can see them. Maybe you have to contact your supporter at SUSE/Novell and ask him why you can't see it. Well, to sum the bug up. The mail module on SLES11 SP2 does not run SuSEconfig.postfix at the end. So if you run this in a post-script, it might solve your problem. I attach the patch from the bug. -- ciao, Uwe Gansert SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer Home: http://www.suse.de/~ug - Blog: http://suse.gansert.net listening to: "Cause and Effect" by mind.in.a.box
Hi Uwe! Running SuSEconfig.postfix doesnt set the relayhost at all. We have a contract, but I think my login isnt connected to this contract (I hate this to ;) ).... I have to do a "postconf -e relayhost=blablab.la", that is working. The aliases are created after SuSEconfig.postfix. Will this patch be published in the update Repository of SP2, or do we have to change files in our local install repository (published via http as a copy from the DVD release)? And what about the Pool, which was available in SP1: https://nu.novell.com/repo/$RCE/SLES11-SP1-Pool/ but there is no pool for SP2 https://nu.novell.com/repo/$RCE/SLES11-SP2-Pool/ Thank you. Am 19.07.2012 10:18, schrieb Uwe Gansert:
On 19.07.2012 10:08, Oliver Gorwits wrote:
thats a work - a - round. But I think this is a BUG and should be fixed. So maybe I should write a BUG report for that...
maybe you hit this one? https://bugzilla.novell.com/show_bug.cgi?id=759050
Apparently I am "not authorized to access bug #759050". Is this normal?
hm, yeah. The SLES bugs are not open to the public (I hate that) but I think SLES customers can see them. Maybe you have to contact your supporter at SUSE/Novell and ask him why you can't see it.
Well, to sum the bug up. The mail module on SLES11 SP2 does not run SuSEconfig.postfix at the end. So if you run this in a post-script, it might solve your problem. I attach the patch from the bug.
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On 19.07.2012 10:47, Mario Gzuk wrote:
I have to do a "postconf -e relayhost=blablab.la", that is working. The aliases are created after SuSEconfig.postfix.
okay, then it's probably another bug and worth a bugreport
Will this patch be published in the update Repository of SP2, or do we have to change files in our local install repository (published via http as a copy from the DVD release)?
I'll ask the maintainer of yast2-mail
And what about the Pool, which was available in SP1: https://nu.novell.com/repo/$RCE/SLES11-SP1-Pool/ but there is no pool for SP2 https://nu.novell.com/repo/$RCE/SLES11-SP2-Pool/
There is no SP2 pool. http://www.novell.com/support/kb/doc.php?id=7010225 -- ciao, Uwe Gansert SUSE LINUX Products GmbH, HRB 16746 (AG Nürnberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer Home: http://www.suse.de/~ug - Blog: http://suse.gansert.net listening to: "Afterhours" by Covenant -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On Thu, Jul 19, 2012 at 10:18:54AM +0200, Uwe Gansert wrote:
hm, yeah. The SLES bugs are not open to the public (I hate that) but I think SLES customers can see them. Maybe you have to contact your supporter at SUSE/Novell and ask him why you can't see it.
Yeah, we're a customer and even authenticated I can't see most bugs linked there on this list. I think we can usually only view ones that we're linked to in some manner (I can see the ones related to cases we've opened). -- Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com "It is commonly the case with technologies that you can get the best insight about how they work by watching them fail" - Neal Stephenson, "In the Beginning was the Command Line." -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
:D So if they want that a BUG is reported more than once this is the best way... But as a customer you will get the feeling "Oh they solved MY Bug, only for me... I have reported it, and they solved it because of my reporting." but it may be that they have solved the same issue 1000times before (for 1000 other customer which get the same feeling) ;) #what a feeling, reporting is believin'! have fun and a nice weekend! Cheers Mario Am 19.07.2012 19:14, schrieb Mike Marion:
On Thu, Jul 19, 2012 at 10:18:54AM +0200, Uwe Gansert wrote:
hm, yeah. The SLES bugs are not open to the public (I hate that) but I think SLES customers can see them. Maybe you have to contact your supporter at SUSE/Novell and ask him why you can't see it. Yeah, we're a customer and even authenticated I can't see most bugs linked there on this list. I think we can usually only view ones that we're linked to in some manner (I can see the ones related to cases we've opened).
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (4)
-
Mario Gzuk
-
Mike Marion
-
Oliver Gorwits
-
Uwe Gansert