Search found 16 matches
- 21 May 2014, 16:07
- Forum: Help
- Topic: Tickets - Privacy
- Replies: 2
- Views: 3103
Re: Tickets - Privacy
Thanks 
- 21 May 2014, 14:23
- Forum: Help
- Topic: Tickets - Privacy
- Replies: 2
- Views: 3103
Tickets - Privacy
Hi,
The version of my mantis is 1.2.17 and found that all users have created, can see all tickets created.
Needed to know if it's possible users only see their tickets as a matter of privacy. If yes, can you tell me how?
Thanks.
The version of my mantis is 1.2.17 and found that all users have created, can see all tickets created.
Needed to know if it's possible users only see their tickets as a matter of privacy. If yes, can you tell me how?
Thanks.
- 09 May 2014, 11:37
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
Sorry for double post but i solved the problem.
I did this:
#to see Selinux Booleans
getsebool -a | grep mail
and httpd is not allowed to use sendmail.
#allow_postfix_local_write_mail_spool --> on
#httpd_can_sendmail --> off
#logging_syslogd_can_sendmail --> off
So I used this command ...
I did this:
#to see Selinux Booleans
getsebool -a | grep mail
and httpd is not allowed to use sendmail.
#allow_postfix_local_write_mail_spool --> on
#httpd_can_sendmail --> off
#logging_syslogd_can_sendmail --> off
So I used this command ...
- 09 May 2014, 11:05
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
Any error or warning in mail log?
In my maillog i have this
"localhost sendmail[32626]: NOQUEUE: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission denied"
I followed this link: http://stackoverflow.com/questions/12804841/how-can-apache-be-allowed-to-send-email , I saw the ...
In my maillog i have this
"localhost sendmail[32626]: NOQUEUE: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission denied"
I followed this link: http://stackoverflow.com/questions/12804841/how-can-apache-be-allowed-to-send-email , I saw the ...
- 08 May 2014, 13:32
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
No. It's all right...atrol wrote:Do you get any errors or warnings in web server log?
- 07 May 2014, 11:38
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
sendmail is /usr/sbin/sendmailatrol wrote:What do you wet when entering the following commandCode: Select all
type sendmail
- 07 May 2014, 10:36
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
Do you have mail or sendmail installed on your system?
Are you able to start mail or sendmail from command line?
Yes, i have installed and configured sendmail.
I can send emails via command line between users.
Edit:
I changed config_inc.php to $g_phpMailer_method = PHPMAILER_METHOD_SENDMAIL ...
Are you able to start mail or sendmail from command line?
Yes, i have installed and configured sendmail.
I can send emails via command line between users.
Edit:
I changed config_inc.php to $g_phpMailer_method = PHPMAILER_METHOD_SENDMAIL ...
- 05 May 2014, 10:04
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
Now the same question again, hope you understand it now.
Does sending work if you don't use SMTP?
Check settings PHPMAILER_METHOD_MAIL and PHPMAILER_METHOD_SENDMAIL
If i run with PHPMAILER_METHOD_SENDMAIL i receive this error:
"Could not execute: /usr/sbin/sendmail"
If i run with PHPMAILER ...
Does sending work if you don't use SMTP?
Check settings PHPMAILER_METHOD_MAIL and PHPMAILER_METHOD_SENDMAIL
If i run with PHPMAILER_METHOD_SENDMAIL i receive this error:
"Could not execute: /usr/sbin/sendmail"
If i run with PHPMAILER ...
- 02 May 2014, 09:41
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
I use this:
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
- 02 May 2014, 09:01
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
Sorry but dont understand the question.atrol wrote:Does sending work if you don't use SMTP?
The mantis works perfectl but i need to send emails.
- 29 Apr 2014, 17:11
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
atrol wrote:run admin/check.php
Do you get any errors or warnings?
Are there any errors or warnings in your webserver logs?
Only this:
Checking MantisBT upload file size is less than php : BAD
- 29 Apr 2014, 13:31
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
atrol wrote:Maybe caused by a typo in your SMTP settings.
Double check that the SMTP host name is correct.
Check also that there is no firewall preventing the access to the SMTP server.
The SMTP hostname is correct.
My firewall (iptables) is turned off.
Do I need any extra configuration?
- 29 Apr 2014, 11:09
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
I changed the file /core/logging_api.php to rw-rw-rw-.
:?: Why did you change this file? This is source from MantisBT and you shouldn't change anything.
You wrote that you have set
$g_log_destination = 'file:/var/www/html/mantis/mantis.log';
Thus you have to check/set permissions for /var ...
- 29 Apr 2014, 10:05
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
Sorry for the delay.
I changed the file /core/logging_api.php to rw-rw-rw-.
The owner is root on both the directory and the files.
I changed the file /core/logging_api.php to rw-rw-rw-.
The owner is root on both the directory and the files.
- 17 Apr 2014, 11:47
- Forum: Help
- Topic: Cannot create log file and send emails
- Replies: 26
- Views: 27147
Re: Cannot create log file and send emails
All files have -rwxr-xr-x.