View Issue Details

IDProjectCategoryView StatusLast Update
0024238mantisbtmigrationpublic2018-04-18 17:51
ReporterPsy_duck Assigned Toatrol  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version1.3.0 
Summary0024238: Problem with SMTP mail sending
Description

Hello. I migrated mantis (version 1.2.9) from windows server 2003 to Centos 7, [i'm didnt upgrade mantis, people are disagree with new GUI].
I have problem with SMTP mail sending.
All mail config wrote in "config_defaults_inc" :
$g_administrator_email = '-@gmail.com';

$g_webmaster_email      = '-@gmail.com';
$g_from_email           = '-@gmail.com';
$g_from_name            = 'Mantis Bug Tracker';
$g_return_path_email    = '-@gmail.com';
$g_enable_email_notification    = ON;
$g_default_notify_flags = array('reporter'  => ON,
                                'handler'   => ON,
                                'monitor'   => ON,
                                'bugnotes'  => ON,
                                'explicit'  => ON,
                                'threshold_min' => NOBODY,
                                'threshold_max' => NOBODY);

$g_notify_flags['new']  = array('bugnotes'  => OFF,
                                'monitor'   => OFF);
$g_notify_flags['monitor'] = array( 'reporter'  => OFF,
                                    'handler'   => OFF,
                                    'monitor'   => OFF,
                                    'bugnotes'  => OFF,
                                    'explicit'  => ON,
                                    'threshold_min' => NOBODY,
                                    'threshold_max' => NOBODY);

$g_email_receive_own    = OFF;
$g_validate_email       = ON;
$g_check_mx_record      = OFF;
$g_allow_blank_email    = OFF;
$g_limit_email_domain   = OFF;
$g_show_user_email_threshold = NOBODY;
$g_show_user_realname_threshold = NOBODY;
$g_mail_priority        = 3;
$g_phpMailer_method     = PHPMAILER_METHOD_SMTP;
$g_smtp_host            = 'mail.---';
$g_smtp_username = '-----@----';

$g_smtp_password = '-----';

$g_smtp_connection_mode = '';

$g_smtp_port = 25;

$g_email_send_using_cronjob = OFF;

25 port is open, postfix install. What's need for work SMTP yet?

TagsNo tags attached.

Activities

atrol

atrol

2018-04-09 05:57

developer   ~0059484

Psy_duck,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

If you want to use 1.3.x you should not use 1.3.0 but the latest one (1.3.14 at the moment)

Psy_duck

Psy_duck

2018-04-09 09:13

reporter   ~0059487

I agree with you, but i want write right solution for centOS 7 there:

yum install sendmail

setsebool -P httpd_can_sendmail=on