![]() |
The Maia Installscript - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Snippets (/forum-42.html) +--- Thread: The Maia Installscript (/thread-1565.html) |
RE: The Maia Installscript - joximu - 10-19-2007 09:40 PM Akismet is a noob! RE: The Maia Installscript - BeNe - 10-19-2007 11:12 PM Looks like that the script is growing in the wiki ![]() Greez BeNe RE: The Maia Installscript - BeNe - 10-20-2007 12:09 AM Ok - i am done for today with the script! No more time *damn* ![]() Maybe joximu or someone other can go on with the work ?! Hope that it is a good way how we do it - not that it is unusable ![]() Greez BeNe RE: The Maia Installscript - joximu - 10-20-2007 12:49 AM I can do some questions about database users and so on - so we can use the variables in the script... /J RE: The Maia Installscript - ephigenie - 10-20-2007 01:03 AM I made the submission (askimet is only noob if you're unregistered in the trac ... ) FYI i changed that ![]() RE: The Maia Installscript - joximu - 10-20-2007 01:07 AM @BeNE: what do you think, can we go this way: Code: echo "We ask some details about MySQL and the maia user" I think it's a good start, we then have all database infos in variables... (and can send them to our headquater - hehe :-) I'm continuing on this... /J RE: The Maia Installscript - raphael - 10-20-2007 05:45 AM Quote:HERE WE SHOULD REMOVE THE "#" IN FRONT OF content_filter = amavis:[127.0.0.1]:10024 in main.cfsed -i "s/#[ \t]*content_filter/content_filter" /path/to/file RE: The Maia Installscript - joximu - 10-20-2007 08:13 AM raphael Wrote:Quote:HERE WE SHOULD REMOVE THE "#" IN FRONT OF content_filter = amavis:[127.0.0.1]:10024 in main.cfsed -i "s/#[ \t]*content_filter/content_filter" /path/to/file Since we change the main.cf and we don't know if the user has many lines with #content_filter... (and not always with 10024) I think it's better to check the whole line - the sample above was a start - there is much more in the wiki... RE: The Maia Installscript - BeNe - 10-21-2007 01:25 AM Quote:@BeNE:Yes, this looks good. Quote:Since we change the main.cf and we don't know if the user has many lines with #content_filter... (and not always with 10024) I think it's better to check the whole line - the sample above was a start - there is much more in the wiki...I am with you...so we have for sure the right line Thanks @raphael for take a look at it. Greez BeNe RE: The Maia Installscript - BeNe - 10-21-2007 04:57 AM We have around 480 lines in 3 Days! This is more than good... ![]() I will create the base structure to the end and then go on and help joximu with the more heavy parts... ![]() Hope that somebody with enough skills can help here that we can bring it to the end. I marked them in the Script with "##" Greez BeNe |