[BlueOnyx:10658] Automate Secondary DNS
Hi All, Has anyone done anything with automatically adding secondary DNS entries on a BO system? I have a customer that is always adding and removing domains on their BO server. They are happily doing the Primary DNS and I am doing the secondary DNS on a couple of other BO servers that are in separate datacentres. Of course this means changing the secondary servers every time a domain is added or removed. I used to use a great service from an ISP where you could FTP them a file that contained the domain (zone) name and primary DNS server and they would automatically secondary host those domains. I automated the sending of this from BO easy enough and I'd like to add the same sort of secondary functionality to BO if possible. I'm happy to share my code if anyone else is interested. Dan -- -- Find me online : http://www.dogsbody.info/
[BlueOnyx:10657] dovecot master user
I wonder if anyone has used this before. Most of what I have found on the net is relating to older versions of dovecot.
I am migrating a couple of servers and want to use imapsync or similar to sync all mail accounts using this one master user.
I have followed a couple of guides and I still get authentication problems. Can anyone outline the best method.
Regards,
Stuart
[BlueOnyx:10652] Munin
Hi all,
Has anyone put together a Munin package for 5108R / 2.6.32-220.7.1.el6.x86_64 (SMP) x86_64 ?
Or even a how to with list of files needed etc.
I had a play last night and got trapped in a loop of perl-Digest-HMAC needing perl-Digest-SHA and visa versa.
I know I should go at look at my notes from when I put together the Dincom BQ version, but I’m getting lazy in my old age ;)
Best Regards,
Howie
http://www.dincom.co.uk/bq
[BlueOnyx:10636] word press install.php memory error
Does anyone have a PDF or template for settings for Word press install on BQ?
I get so much “push back” from web programmers that can never get past the install.php.
Any advice would be helpful, if not I am going to have to research another Distro for wordpress web sites.
Thank advance for your help.
[BlueOnyx:10623] PHP Breaking
Hi All, If I have a site with PHP enabled (in this instance, without suPHP) that is configured and working, I have a way of consistently breaking PHP. Adding a new site alias and saving appears to strip out part of the PHP config. Disabling and re-enabling PHP clears it. I took a copy of the siteX config that apache reads, then 'fixed' it by unticking/ticking then compared the two config files: [root <at> x phperror]# diff site12 site12.broken 29,33d28 < # BEGIN WebScripting SECTION. DO NOT EDIT MARKS OR IN BETWEEN. < AddType application/x-httpd-php .php5 < AddType application/x-httpd-php .php4 < AddType application/x-httpd-php .php < # END WebScripting SECTION. DO NOT EDIT MARKS OR IN BETWEEN. It looks like that entire section gets dropped. However this section is in both: # BEGIN PHP SECTION. DO NOT EDIT MARKS OR IN BETWEEN. php_admin_flag register_globals Off php_admin_flag allow_url_fopen Off php_admin_flag allow_url_include Off php_admin_value open_basedir /var/lib/php/session/:/usr/sausalito/configs/php/:/tmp/:/home/.sites/132/site12/ php_admin_value post_max_size 8M php_admin_value upload_max_filesize 2M php_admin_value max_execution_time 30 php_admin_value max_input_time 60 php_admin_value memory_limit 16M php_admin_flag mail.add_x_header On php_admin_value sendmail_path /usr/sausalito/sbin/phpsendmail php_admin_value auto_prepend_file /usr/sausalito/configs/php/set_php_headers.php # END PHP SECTION. DO NOT EDIT MARKS OR IN BETWEEN. So it obviously has *some* knowledge of PHP, but is missing the WebScripting settings.. Does anyone else get this? Steve
[BlueOnyx:10617] Max file upload size and post size too small
The site settings for maximum file upload size and post size are limited to 180 MB. Believe it or not, that is too small for a customer of mine, who wants to be able to upload a CD-sized chunk at a time, or 600 MB. This is a legitimate request for his line of business so I've modified the vhosts site file and added the same to the site.include file in case the vhost is overwritten by an upgrade again. Nevertheless, it would be nice if the site's configuration allowed for larger uploads. Thanks, Eric Peabody
[BlueOnyx:10610] New install BlueOnyx 5107R but cannot startup MailScanner
Shutting down MailScanner daemons:
MailScanner: [FAILED]
incoming sendmail: [ OK ]
outgoing sendmail: [ OK ]
[root <at> ns1 log]# /etc/rc.d/init.d/MailScanner start
Starting MailScanner daemons:
incoming sendmail: [ OK ]
outgoing sendmail: [ OK ]
MailScanner: [ OK ]
[root <at> ns1 log]# /etc/rc.d/init.d/MailScanner status
Checking MailScanner daemons:
MailScanner: [FAILED]
incoming sendmail: [ OK ]
outgoing sendmail: [ OK ]
[BlueOnyx:10604] sendmail blacklist
Hi, I have 5 sendmail blacklists configured through the gui. Since a few days I notice a lot more spam coming thru; it turned out that none of the blacklists were listed in a sendmail config file. I disabled and re-enabaled each one of them, and now they are again being checked. Could it be that a recent update disabled these? And can it happen again during a future update? -- -- Maurice de Laat
[BlueOnyx:10602] Samba on 5107R
Hi All, I have loaded Samba and Swatt on a BO 5107r fresh install Dev in house server for development purposes and all has gone well other then I can get Apache to serve up HTML pages but *will not serve* PHP pages in the /var/www/html/. I have checked the logs but does not seem to be reporting any thing on this. I have spent most part of the last 24 hours google ing for any advice but have not found a straight forward anwcer....has any one completed this and may have any pointers or notes to advise...thx much -- -- Best Regards, Jon McCauley
[BlueOnyx:10591] Possible problem with libmilter on 5108R
I run a powerful anti-spam milter on my BlueOnyx servers called j-chkmail. It's run fine for years across many versions of j-chkmail and BlueOnyx and BlueQuartz. For the first time last week I compiled and installed jchkmail-2.3.2 on a 5108R server and it's doing periodic crashes. The same version compiles and runs fine on a 5107R server. I posted the crash output which appears on my screen to the j-chkmail mail list, and the devs think there is a problem with 64bit libmilter. So I thought I had better mention it here. # ldd j-chkmail linux-vdso.so.1 => (0x00007fff901ff000) libmilter.so.1.0 => /usr/lib64/libmilter.so.1.0 (0x0000003c75200000) libdl.so.2 => /lib64/libdl.so.2 (0x0000003c74600000) librt.so.1 => /lib64/librt.so.1 (0x0000003c75a00000) libm.so.6 => /lib64/libm.so.6 (0x0000003c75600000) libc.so.6 => /lib64/libc.so.6 (0x0000003c74a00000) libresolv.so.2 => /lib64/libresolv.so.2 (0x0000003c76600000) libnsl.so.1 => /lib64/libnsl.so.1 (0x0000003c76a00000) libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003c74e00000) /lib64/ld-linux-x86-64.so.2 (0x0000003c74200000) Here is a copy of the crash output that peridically appears on my console. - Ernie. *** glibc detected *** /usr/sbin/j-chkmail: free(): invalid pointer: 0x000000000048a38f *** ======= Backtrace: ========= /lib64/libc.so.6[0x3c74a75296] /usr/sbin/j-chkmail[0x4453dd] /usr/sbin/j-chkmail[0x444d63] /usr/sbin/j-chkmail[0x43ee0f] /usr/sbin/j-chkmail[0x4196dd] /usr/lib64/libmilter.so.1.0[0x3c75204fee] /usr/lib64/libmilter.so.1.0(mi_engine+0x222)[0x3c752058c2] /usr/lib64/libmilter.so.1.0(mi_handle_session+0x58)[0x3c75207818] /usr/lib64/libmilter.so.1.0[0x3c75206369] /lib64/libpthread.so.0[0x3c74e077f1] /lib64/libc.so.6(clone+0x6d)[0x3c74ae5ccd] ======= Memory map: ======== 00400000-00664000 r-xp 00000000 fd:00 207536 /usr/sbin/j-chkmail 00863000-00870000 rw-p 00263000 fd:00 207536 /usr/sbin/j-chkmail 00870000-0089b000 rw-p 00000000 00:00 0 017d8000-01824000 rw-p 00000000 00:00 0 01824000-01845000 rw-p 00000000 00:00 0 3c74200000-3c74220000 r-xp 00000000 fd:00 237575 /lib64/ld-2.12.so 3c7441f000-3c74420000 r--p 0001f000 fd:00 237575 /lib64/ld-2.12.so 3c74420000-3c74421000 rw-p 00020000 fd:00 237575 /lib64/ld-2.12.so 3c74421000-3c74422000 rw-p 00000000 00:00 0 3c74600000-3c74602000 r-xp 00000000 fd:00 237606 /lib64/libdl-2.12.so 3c74602000-3c74802000 ---p 00002000 fd:00 237606 /lib64/libdl-2.12.so 3c74802000-3c74803000 r--p 00002000 fd:00 237606 /lib64/libdl-2.12.so 3c74803000-3c74804000 rw-p 00003000 fd:00 237606 /lib64/libdl-2.12.so 3c74a00000-3c74b86000 r-xp 00000000 fd:00 237582 /lib64/libc-2.12.so 3c74b86000-3c74d86000 ---p 00186000 fd:00 237582 /lib64/libc-2.12.so 3c74d86000-3c74d8a000 r--p 00186000 fd:00 237582 /lib64/libc-2.12.so 3c74d8a000-3c74d8b000 rw-p 0018a000 fd:00 237582 /lib64/libc-2.12.so 3c74d8b000-3c74d90000 rw-p 00000000 00:00 0 3c74e00000-3c74e17000 r-xp 00000000 fd:00 237596 /lib64/libpthread-2.12.so 3c74e17000-3c75016000 ---p 00017000 fd:00 237596 /lib64/libpthread-2.12.so 3c75016000-3c75017000 r--p 00016000 fd:00 237596 /lib64/libpthread-2.12.so 3c75017000-3c75018000 rw-p 00017000 fd:00 237596 /lib64/libpthread-2.12.so 3c75018000-3c7501c000 rw-p 00000000 00:00 0 3c75200000-3c7520d000 r-xp 00000000 fd:00 208542 /usr/lib64/libmilter.so.1.0.1 3c7520d000-3c7540c000 ---p 0000d000 fd:00 208542 /usr/lib64/libmilter.so.1.0.1 3c7540c000-3c7540d000 rw-p 0000c000 fd:00 208542 /usr/lib64/libmilter.so.1.0.1 3c7540d000-3c75410000 rw-p 00000000 00:00 0 3c75600000-3c75683000 r-xp 00000000 fd:00 237586 /lib64/libm-2.12.so 3c75683000-3c75882000 ---p 00083000 fd:00 237586 /lib64/libm-2.12.so 3c75882000-3c75883000 r--p 00082000 fd:00 237586 /lib64/libm-2.12.so 3c75883000-3c75884000 rw-p 00083000 fd:00 237586 /lib64/libm-2.12.so 3c75a00000-3c75a07000 r-xp 00000000 fd:00 237610 /lib64/librt-2.12.so 3c75a07000-3c75c06000 ---p 00007000 fd:00 237610 /lib64/librt-2.12.so 3c75c06000-3c75c07000 r--p 00006000 fd:00 237610 /lib64/librt-2.12.so 3c75c07000-3c75c08000 rw-p 00007000 fd:00 237610 /lib64/librt-2.12.so 3c76600000-3c76616000 r-xp 00000000 fd:00 237674 /lib64/libresolv-2.12.so 3c76616000-3c76816000 ---p 00016000 fd:00 237674 /lib64/libresolv-2.12.so 3c76816000-3c76817000 r--p 00016000 fd:00 237674 /lib64/libresolv-2.12.so 3c76817000-3c76818000 rw-p 00017000 fd:00 237674 /lib64/libresolv-2.12.so 3c76818000-3c7681a000 rw-p 00000000 00:00 0 3c76a00000-3c76a16000 r-xp 00000000 fd:00 239499 /lib64/libnsl-2.12.so 3c76a16000-3c76c15000 ---p 00016000 fd:00 239499 /lib64/libnsl-2.12.so 3c76c15000-3c76c16000 r--p 00015000 fd:00 239499 /lib64/libnsl-2.12.so 3c76c16000-3c76c17000 rw-p 00016000 fd:00 239499 /lib64/libnsl-2.12.so 3c76c17000-3c76c19000 rw-p 00000000 00:00 0 3c78200000-3c78216000 r-xp 00000000 fd:00 237592 /lib64/libgcc_s-4.4.6-20110824.so.1 3c78216000-3c78415000 ---p 00016000 fd:00 237592 /lib64/libgcc_s-4.4.6-20110824.so.1 3c78415000-3c78416000 rw-p 00015000 fd:00 237592 /lib64/libgcc_s-4.4.6-20110824.so.1 7f7870000000-7f78700a0000 rw-p 00000000 00:00 0 7f78700a0000-7f7874000000 ---p 00000000 00:00 0 7f7874000000-7f7874021000 rw-p 00000000 00:00 0 7f7874021000-7f7878000000 ---p 00000000 00:00 0 7f7878000000-7f787973b000 rw-p 00000000 00:00 0 7f787973b000-7f787c000000 ---p 00000000 00:00 0 7f787e1fd000-7f787e1fe000 ---p 00000000 00:00 0 7f787e1fe000-7f787ebfe000 rw-p 00000000 00:00 0 7f787ebfe000-7f787ebff000 ---p 00000000 00:00 0 7f787ebff000-7f787f5ff000 rw-p 00000000 00:00 0 7f787f5ff000-7f787f600000 ---p 00000000 00:00 0 7f787f600000-7f7880000000 rw-p 00000000 00:00 0 7f7880000000-7f7880021000 rw-p 00000000 00:00 0 7f7880021000-7f7884000000 ---p 00000000 00:00 0 7f7884000000-7f7884021000 rw-p 00000000 00:00 0 7f7884021000-7f7888000000 ---p 00000000 00:00 0 7f7888000000-7f7888021000 rw-p 00000000 00:00 0 7f7888021000-7f788c000000 ---p 00000000 00:00 0 7f788c000000-7f788c021000 rw-p 00000000 00:00 0 7f788c021000-7f7890000000 ---p 00000000 00:00 0 7f7890000000-7f7890021000 rw-p 00000000 00:00 0 7f7890021000-7f7894000000 ---p 00000000 00:00 0 7f7894747000-7f7894748000 rw-p 00000000 00:00 0 7f7894748000-7f7894761000 r--p 00000000 fd:03 213047 /var/jchkmail/cdb/j-urlbl.db 7f7894761000-7f78949e2000 rw-p 00000000 00:00 0 7f78949e2000-7f7894a19000 r--p 00000000 fd:03 213094 /var/jchkmail/cdb/j-bayes.db 7f7894a19000-7f7894c9a000 rw-p 00000000 00:00 0 7f7894c9a000-7f7894c9b000 ---p 00000000 00:00 0 7f7894c9b000-7f789569b000 rw-p 00000000 00:00 0 7f789569b000-7f789569d000 r--p 00000000 fd:03 213089 /var/jchkmail/cdb/j-rcpt.db 7f789569d000-7f789591e000 rw-p 00000000 00:00 0 7f789591e000-7f789592a000 r--p 00000000 fd:03 213093 /var/jchkmail/cdb/j-policy.db 7f789592a000-7f7895bab000 rw-p 00000000 00:00 0 7f7895bab000-7f7895bac000 ---p 00000000 00:00 0 7f7895bac000-7f78965ac000 rw-p 00000000 00:00 0 7f78965ac000-7f78965ad000 ---p 00000000 00:00 0
RSS Feed