Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-29, 01:00:29

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vel

Pages: [1] 2
1
I have the same issue!
So, the first question is how do I get a list of all the users that can ftp? 
"pure-pw list" does not return the user that can login through ftp. Is there a group that I should look into?



2
Confirmation number: 5GW51521HK4876017

Thanks for your work!

3
You mean /var/log/maillog - No.
"/var/log/kloxo/" is empty folder
Hm, not for me. Maybe because I was upgrading from official.
If you do not have Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set message, setting permission on .qmail files should not apply to you.

5
Just noticed these in my /var/log/kloxo/maillog. Are these normal or permissions should be fixed?
 
Mar 25 18:41:16 mydomain spamdyke[5659]: ERROR(filter_recipient_graylist()@filter.c:2594): unable to create directory /var/tmp/graylist.d/mydomain1.com: Permission denied

Thanks

6
it didn't work for me. I've got two kloxomr. One was installed ih january and everuthing i s fine, and another was installed a day ago and promlem exists.
Do you see  Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/ messages in the /var/log/kloxo/maillog
?

7
Kloxo-MR Technical Helps / Clients and php-fpm processes
« on: 2014-03-25, 03:50:17 »
I've been using 3 clients in the official Kloxo as it was a recommended way to have a control on fastcgi processes (php-cgi).
When upgraded to Kloxo-MR, I can see now these groups of php-fpm:
php-fpm: pool client1 (x 4)
php-fpm: pool client2 (x 4)
php-fpm: pool client3 (x 4)
php-fpm: pool default (x 4)
php-fpm: pool admin (x 4)

Are admin and default really needed or I can remove them? I have domains only under client1, client2 and client3, no domains under admin.
Also, as I am running it under lighttpd, there is 5 instances of it running:
apache    1836  0.0  0.2   6828  1428 ?        S    05:19   0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
apache    1837  0.0  0.4   7680  2488 ?        S    05:19   0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
apache    1838  0.0  0.4   7776  2580 ?        S    05:19   0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
apache    1839  0.0  0.4   7708  2516 ?        S    05:19   0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
apache    1840  0.0  0.4   7708  2516 ?        S    05:19   0:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
Can I also remove 2 of these?
Thanks

8
Ok, it is ok now.
Problem was permission on .qmail-default, forget what I said about xfilter...
I did change permissions on .qmail but not on .qmail-default files, so cd /home and run
find . -name ".qmail-default" | xargs chmod -x
if you have the same problem.
Thanks

9
Inform here 'hostname -f; hostname -s; cat /etc/hosts'.

 hostname -f; hostname -s; cat /etc/hosts
labolab.com
labolab

### begin - add by Kloxo-MR
### end - add by Kloxo-MR

127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
199.241.30.164 labolab.com  labolab
::1 localhost.localdomain localhost

But what I found is that I am missing xfilter! So that is probably why I have an issue.
/home/lxadmin/mail/domains/labolab.com/test/.maildroprc contains
xfilter "bogofilter -d /var/bogofilter/ -ep -c /home/lxadmin/mail/domains/labolab.com/test/.bogopref.cf"
which is called by .qmail:
/var/qmail/bin/preline maildrop /home/lxadmin/mail/domains/labolab.com/test/.maildroprc
Please take a look at the #msg31638 and #msg31640

Thanks

10
Or maybe something with /.maildroprc? Here is how mine looks like...

cat /home/lxadmin/mail/domains/labolab.com/test/.maildroprc
SHELL=/bin/sh

if ( $SIZE < 96144 )
{
exception  {
xfilter "bogofilter -d /var/bogofilter/ -ep -c /home/lxadmin/mail/domains/labolab.com/test/.bogopref.cf"
}
}
 if ( /^X-Bogosity: Spam, tests=bogofilter/ )
{
 to /home/lxadmin/mail/domains/labolab.com/test/Maildir
 }

to /home/lxadmin/mail/domains/labolab.com/test/Maildir/

11
Still getting these Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/ !$#^$! messages...

I must be something about .qmail files. Is this how they should look like:

| /var/qmail/bin/preline maildrop /home/lxadmin/mail/domains/labolab.com/test/.maildroprc

Thanks

12
If you update from Kloxo, delete /home/kloxo/httpd/webmail/horde directory.
I did.
For update from Kloxo, run 'sh /script/convert-to-qmailtoaster'. It's possible conflict between qmail-lxcenter and qmail-toaster.
I did this too. Had to run sh /script/convert-to-qmailtoaster --force as noforce would just return "Mail server already use qmail-toaster".
Still getting these Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/ !$#^$! messages...

13
Have you try 'sh /script/fixmail-all'?

Yes, I did. But still have same thing happening...
Only issue when I run it was:
Preparing Horde database
- Fix MySQL commands in import files of Horde
cp: cannot stat `/home/kloxo/httpd/webmail/horde/scripts/sql/horde_groupware.mysql.sql': No such file or directory
cp: cannot stat `/home/kloxo/httpd/webmail/horde/config/horde_conf.php': No such file or directory

but I am not using horde anyway.
Again, when sending email, everything works fine, mail is delivered from my host and I can see it in Sent in roundcube.
Is there any way to "test" maildrop, looks like that might be a problem...
Thanks

14
Investigate what's error found in 'log manager' and 'mail queue'.

It is delivery 2: deferral: Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/ in /var/log/kloxo/maillog
I did some reading and done chmod 644 on all the .qmail files, so now find . -name .qmail | xargs ls -trla
returns all .qmail files as -rw-r--r--
Rebooted, but on new mail still get Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/
Inside .qmail is | /var/qmail/bin/preline maildrop /home/lxadmin/mail/domains/domain.com/test/.maildroprc
What would be the correct permissions for .maildroprc? 

15
Most 'mail queue' issue related to 'wrong' hostname setting.

This should be for outgoing email, right? I can send fine, mail comes fine, but stuck (incoming only) in the queue.
Can it be something with mysql or file system?
Thanks

Pages: [1] 2

Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.055 seconds with 20 queries.

web stats analysis