Hi together,
i have installed a fresh ubuntu 14 installation without any other packages. After linux installation i directly installed imscp branch version 1.3.x.
everything works fine, but ftp login doesen't work so far.
i found older post (FTP) but i can't solv my problem.
My auth.log says:
some other messages:
- Sep 29 11:25:35 myServer postfix/smtpd[9552]: sql_select option missingSep 29 11:25:35 myServer postfix/smtpd[9552]: auxpropfunc error no mechanism availableSep 29 11:25:35 myServer postfix/smtpd[9552]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sqlSep 29 11:25:35 myServer saslauthd[6987]: pam_mysql - SELECT returned no result.Sep 29 11:25:35 myServer saslauthd[6987]: pam_mysql - SELECT returned no result.Sep 29 11:25:35 myServer saslauthd[6987]: DEBUG: auth_pam: pam_authenticate failed: User not known to the underlying authentication moduleSep 29 11:25:35 blimustec saslauthd[6987]: do_auth : auth failure: [user=owner] [service=smtp] [realm=] [mech=pam] [reason=PAM auth error]
i did check the proftpd.conf (user sql settings):
- # i-MSCP SQL Managment<IfModule mod_sql.c> SQLBackend mysql SQLAuthTypes Crypt SQLAuthenticate on SQLConnectInfo imscp@localhost "vftp_user" "secretpasswordstring" SQLUserInfo ftp_users userid passwd uid gid homedir shell SQLGroupInfo ftp_group groupname gid members SQLMinUserUID 1001 SQLMinUserGID 1001</IfModule>
They seems to be ok. I tried to login on phpmyadmin & console with this credentials (vftp_user + pass) and check if the fields exists in database. It seems to be ok, too:
mysql -u vftp_user -psecretpasswordstring imscp
ftp User exists in tables.
I tried to reinstall several times the same version again (1.3.x) with
perl imscp-autoinstall -d
Then i tried to install the stable version 1.2.9, but this doesent work (i a downgrade possible?)
Because there are more erros in auth log (see above this post), i think perhaps there are some problems with sql conenction between services (proftp) and the database? I don't know iff this could be a imscp insatllation bug or any other problems from me.
I checked the "Service Ports" in control panel, too: FTP | 0.0.0.0, i-MSCP-Daemon,< 127.0.0.1
Any idea how can a solve my problem?