Home
last modified time | relevance | path

Searched refs:smtp_auth (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/www/gitea/gitea-1.16.5/templates/admin/auth/source/
H A Dsmtp.tmpl3 <label>{{.i18n.Tr "admin.auths.smtp_auth"}}</label>
5 <input type="hidden" id="smtp_auth" name="smtp_auth" value="{{.smtp_auth}}">
6 <div class="text">{{.smtp_auth}}</div>
/dports/net/gnome-online-accounts/gnome-online-accounts-3.40.1/src/goabackend/
H A Dgoaimapsmtpprovider.c274 GoaMailAuth *smtp_auth = NULL; in ensure_credentials_sync() local
366 smtp_auth, in ensure_credentials_sync()
398 g_clear_object (&smtp_auth); in ensure_credentials_sync()
819 GoaMailAuth *smtp_auth = NULL; in add_account() local
1014 smtp_auth, in add_account()
1063 g_clear_object (&smtp_auth); in add_account()
1138 g_clear_object (&smtp_auth); in add_account()
1156 GoaMailAuth *smtp_auth = NULL; in refresh_account() local
1341 smtp_auth, in refresh_account()
1376 g_clear_object (&smtp_auth); in refresh_account()
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/
H A Dftpmail76 my $smtp_auth;
78 eval { $smtp_auth = get_auth_info($opts->{'auth'}) };
344 $email_info->{'auth'} = $smtp_auth;
/dports/www/phpbb3/phpBB3/phpbb/install/module/obtain_data/task/
H A Dobtain_email_data.php55 $smtp_auth = $this->io_handler->get_input('smtp_auth', '');
68 $this->install_config->set('smtp_auth', $smtp_auth);
/dports/devel/git-svn/git-2.34.1/
H A Dgit-send-email.perl242 my ($identity, $aliasfiletype, @alias_files, $smtp_domain, $smtp_auth);
280 "smtpauth" => \$smtp_auth,
477 "smtp-auth=s" => \$smtp_auth,
478 "no-smtp-auth" => sub {$smtp_auth = 'none'},
1373 if (!defined $smtp_authuser || $auth || (defined $smtp_auth && $smtp_auth eq "none")) {
1386 if ($smtp_auth && $smtp_auth !~ /^(\b[A-Z0-9-_]{1,20}\s*)*$/) {
1387 die "invalid smtp auth: '${smtp_auth}'";
1403 if ($smtp_auth) {
1405 mechanism => $smtp_auth,
/dports/devel/git-gui/git-2.34.1/
H A Dgit-send-email.perl242 my ($identity, $aliasfiletype, @alias_files, $smtp_domain, $smtp_auth);
280 "smtpauth" => \$smtp_auth,
477 "smtp-auth=s" => \$smtp_auth,
478 "no-smtp-auth" => sub {$smtp_auth = 'none'},
1373 if (!defined $smtp_authuser || $auth || (defined $smtp_auth && $smtp_auth eq "none")) {
1386 if ($smtp_auth && $smtp_auth !~ /^(\b[A-Z0-9-_]{1,20}\s*)*$/) {
1387 die "invalid smtp auth: '${smtp_auth}'";
1403 if ($smtp_auth) {
1405 mechanism => $smtp_auth,
/dports/devel/git-p4/git-2.34.1/
H A Dgit-send-email.perl242 my ($identity, $aliasfiletype, @alias_files, $smtp_domain, $smtp_auth);
280 "smtpauth" => \$smtp_auth,
477 "smtp-auth=s" => \$smtp_auth,
478 "no-smtp-auth" => sub {$smtp_auth = 'none'},
1373 if (!defined $smtp_authuser || $auth || (defined $smtp_auth && $smtp_auth eq "none")) {
1386 if ($smtp_auth && $smtp_auth !~ /^(\b[A-Z0-9-_]{1,20}\s*)*$/) {
1387 die "invalid smtp auth: '${smtp_auth}'";
1403 if ($smtp_auth) {
1405 mechanism => $smtp_auth,
/dports/devel/git/git-2.34.1/
H A Dgit-send-email.perl242 my ($identity, $aliasfiletype, @alias_files, $smtp_domain, $smtp_auth);
280 "smtpauth" => \$smtp_auth,
477 "smtp-auth=s" => \$smtp_auth,
478 "no-smtp-auth" => sub {$smtp_auth = 'none'},
1373 if (!defined $smtp_authuser || $auth || (defined $smtp_auth && $smtp_auth eq "none")) {
1386 if ($smtp_auth && $smtp_auth !~ /^(\b[A-Z0-9-_]{1,20}\s*)*$/) {
1387 die "invalid smtp auth: '${smtp_auth}'";
1403 if ($smtp_auth) {
1405 mechanism => $smtp_auth,
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-send-email.perl242 my ($identity, $aliasfiletype, @alias_files, $smtp_domain, $smtp_auth);
280 "smtpauth" => \$smtp_auth,
477 "smtp-auth=s" => \$smtp_auth,
478 "no-smtp-auth" => sub {$smtp_auth = 'none'},
1373 if (!defined $smtp_authuser || $auth || (defined $smtp_auth && $smtp_auth eq "none")) {
1386 if ($smtp_auth && $smtp_auth !~ /^(\b[A-Z0-9-_]{1,20}\s*)*$/) {
1387 die "invalid smtp auth: '${smtp_auth}'";
1403 if ($smtp_auth) {
1405 mechanism => $smtp_auth,
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-send-email.perl241 my ($identity, $aliasfiletype, @alias_files, $smtp_domain, $smtp_auth);
275 "smtpauth" => \$smtp_auth,
434 "smtp-auth=s" => \$smtp_auth,
435 "no-smtp-auth" => sub {$smtp_auth = 'none'},
1289 if (!defined $smtp_authuser || $auth || (defined $smtp_auth && $smtp_auth eq "none")) {
1302 if ($smtp_auth && $smtp_auth !~ /^(\b[A-Z0-9-_]{1,20}\s*)*$/) {
1303 die "invalid smtp auth: '${smtp_auth}'";
1319 if ($smtp_auth) {
1321 mechanism => $smtp_auth,
/dports/mail/automx/automx-0.10.2/src/conf/
H A Dautomx.conf.example-complex22 smtp_auth = plaintext
91 smtp_auth = plaintext
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Services/
H A DEmailService.php139 $smtp_auth = (bool) Site::getPreference('SMTP_AUTH');
152 if ($smtp_auth) {
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/mail/
H A Dngx_mail_proxy_module.c19 ngx_flag_t smtp_auth; member
84 offsetof(ngx_mail_proxy_conf_t, smtp_auth),
599 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
643 if (s->login.len && !pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
661 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
694 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
1337 pcf->smtp_auth = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf()
1355 ngx_conf_merge_value(conf->smtp_auth, prev->smtp_auth, 0); in ngx_mail_proxy_merge_conf()
/dports/www/nginx-devel/nginx-1.21.5/src/mail/
H A Dngx_mail_proxy_module.c19 ngx_flag_t smtp_auth; member
84 offsetof(ngx_mail_proxy_conf_t, smtp_auth),
607 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
651 if (s->login.len && !pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
669 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
702 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
1344 pcf->smtp_auth = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf()
1362 ngx_conf_merge_value(conf->smtp_auth, prev->smtp_auth, 0); in ngx_mail_proxy_merge_conf()
/dports/www/nginx-full/nginx-1.20.2/src/mail/
H A Dngx_mail_proxy_module.c19 ngx_flag_t smtp_auth; member
84 offsetof(ngx_mail_proxy_conf_t, smtp_auth),
599 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
643 if (s->login.len && !pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
661 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
694 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
1337 pcf->smtp_auth = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf()
1355 ngx_conf_merge_value(conf->smtp_auth, prev->smtp_auth, 0); in ngx_mail_proxy_merge_conf()
/dports/www/nginx-lite/nginx-1.20.2/src/mail/
H A Dngx_mail_proxy_module.c19 ngx_flag_t smtp_auth; member
84 offsetof(ngx_mail_proxy_conf_t, smtp_auth),
599 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
643 if (s->login.len && !pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
661 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
694 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
1337 pcf->smtp_auth = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf()
1355 ngx_conf_merge_value(conf->smtp_auth, prev->smtp_auth, 0); in ngx_mail_proxy_merge_conf()
/dports/www/nginx-naxsi/nginx-1.20.2/src/mail/
H A Dngx_mail_proxy_module.c19 ngx_flag_t smtp_auth; member
84 offsetof(ngx_mail_proxy_conf_t, smtp_auth),
599 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
643 if (s->login.len && !pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
661 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
694 } else if (pcf->smtp_auth) { in ngx_mail_proxy_smtp_handler()
1337 pcf->smtp_auth = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf()
1355 ngx_conf_merge_value(conf->smtp_auth, prev->smtp_auth, 0); in ngx_mail_proxy_merge_conf()

123456789