Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

email configuration - help #259

Open
ebym opened this issue Sep 24, 2022 · 1 comment
Open

email configuration - help #259

ebym opened this issue Sep 24, 2022 · 1 comment

Comments

@ebym
Copy link

ebym commented Sep 24, 2022

How do i config email server with Authentication Method = Password, transmitted insecurely (without NTLM, Kerberos, etc..) and Connection Security = None (without STARTTLS or SSL/TLS) in library/daloradius.conf.php ?.

I have tried the following entries without any success (yes have restarted apache2 and freeradius services after each modifications) and no errors in logs regarding new "configValues".

$configValues['CONFIG_MAIL_SMTPADDR'] = 'mailserver-ip';
$configValues['CONFIG_MAIL_SMTPPORT'] = '587';
$configValues['CONFIG_MAIL_SMTPAUTH'] = 'Password';
$configValues['CONFIG_MAIL_SMTPPASS'] = 'actual password';
$configValues['CONFIG_MAIL_SMTPFROM'] = 'user@mailserver';

I've not defined any plans, because this setup is used for internal wired .1x authentication, just want to automate the process of sending login credentials thru email.

When new user is created from Billing, the "bill-pos-new.php" loads and is blank.

Thanks,

@Focuslinkstech
Copy link

I will suggest that you install and configure sendmail/sendemail as an alternative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants