Author |
|
NEvgenyN Newbie
Joined: 07 March 2016 Location: Russian Federation
Online Status: Offline Posts: 2
|
Posted: 07 March 2016 at 6:22am | IP Logged
|
|
|
Hello dear customer support.
I found myself your product WebMail Lite I liked it but there are many questions about the domain settings.
Hochuchtoby users began registrirovatsya that is, in my domain.
user@domain.com
But I do not know how to do this in the settings public_html / mail / data / settings / settings.xml
including the registration of the user <AllowRegistration> On </ AllowRegistration> and set the domain <RegistrationDomains> site.com </ RegistrationDomains> but registration pish*t mistake in what could be the problem?
|
Back to Top |
|
|
NEvgenyN Newbie
Joined: 07 March 2016 Location: Russian Federation
Online Status: Offline Posts: 2
|
Posted: 07 March 2016 at 6:33am | IP Logged
|
|
|
Maybe in another configuration file that you want to change something?
Here what to write?
<? Php
$ ASieveDomains = array ( 'imap.domain1.com', 'imap.domain2.com');
return array (
'Sieve' => false,
'Sieve.autoresponder' => true,
'Sieve.forward' => true,
'Sieve.filters' => true,
'Sieve.config.host' => '',
'Sieve.config.port' => 2000
'Sieve.config.filters-folder-charset' => 'utf-8', // [utf7-imap, utf-8]
'Sieve.config.domains' => $ aSieveDomains,
'Links.importing-contacts' => 'http://www.afterlogic.com/wiki/Importing_contacts_(WebMail_Lite)',
'Plugins.external-services' => true,
'Plugins.external-services.connectors' => array (
'Google',
'Dropbox',
'Facebook',
'Twitter'
)
);
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 07 March 2016 at 9:49am | IP Logged
|
|
|
With AfterLogic WebMail, you can only access existing email accounts. Registration of new users isn't possible, as creating new email accounts isn't supported by standard email protocols. Typical scenario assumes that you specify IMAP and SMTP server details under Default settings in AdminPanel, and then any user with the email account on that server will be able to log into that account with WebMail.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|