Eric, I checked and those lines were in my config file. I missed copying and pasting to my email. I went and commented those lines out and squirrelmail started working. I did a fresh installed and adjusted my soft limits higher. Squirrelmail is working. I must not have had the soft limits high enough. Thank again for your help. Rick
-----Original Message----- From: Eric [mailto:[email protected]] Sent: Monday, August 15, 2016 4:25 PM To: [email protected] Subject: Re: [qmailtoaster] Squirrel mail Send Problem in Centos 7 Rick, Here's mine: <?php #################### # Local configuration for Qmail Toaster # configure to suit your requirements # these were in the former toaster config, # changed/removed for stock dovecot (w/out courier compat config) # $imap_server_type = 'courier'; # $optional_delimiter = '.'; # $default_folder_prefix = 'INBOX.'; # $delete_folder = true; # $show_contain_subfolders_option = false; $org_name = "QmailToaster"; # $org_logo = SM_PATH . 'images/sm_logo.png'; # $org_logo_width = '308'; # $org_logo_height = '111'; # $org_title = "SquirrelMail $version"; $provider_uri = 'http://qmailtoaster.com/'; $provider_name = 'QmailToaster'; # smtp server options $smtpServerAddress = 'localhost'; $smtpPort = 587; $smtp_auth_mech = 'login'; # imap server options $imapServerAddress = 'localhost'; $imap_server_type = 'dovecot'; # SM doesn't support starttls until v1.5.1, so we'll use digest-md5 til then #$use_imap_tls = true; $imap_auth_mech = 'digest-md5'; $useSendmail = false; $optional_delimiter = 'detect'; $default_folder_prefix = ''; $show_prefix_option = false; $force_username_lowercase = true; $hide_sm_attributions = true; $plugins[] = 'calendar'; $plugins[] = 'notes'; $plugins[] = 'filters'; $plugins[] = 'quota_usage'; $plugins[] = 'unsafe_image_rules'; $plugins[] = 'qmailadmin_login'; ?> It looks like you're missing these settings (maybe others): $smtpServerAddress = 'localhost'; $smtpPort = 587; $smtp_auth_mech = 'login'; Eric On 8/15/2016 8:38 AM, Rvaught wrote: > <?php > #################### > # Local configuration for Qmail Toaster # configure to suit your > requirements > > # these were in the former toaster config, > # changed/removed for stock dovecot (w/out courier compat config) > # $imap_server_type = 'courier'; > # $optional_delimiter = '.'; > # $default_folder_prefix = 'INBOX.'; > # $delete_folder = true; > # $show_contain_subfolders_option = false; > > $org_name = "QmailToaster"; > # $org_logo = SM_PATH . 'images/sm_logo.png'; > # $org_logo_width = '308'; > # $org_logo_height = '111'; > # $org_title = "SquirrelMail $version"; > $provider_uri = 'http://qmailtoaster.com/'; > $provider_name = 'QmailToaster'; > > # smtp server options > $smtpServerAddress = 'localhost'; > $imap_server_type = 'dovecot'; > # SM doesn't support starttls until v1.5.1, so we'll use digest-md5 til then > #$use_imap_tls = true; > $imap_auth_mech = 'digest-md5'; > > $useSendmail = false; > $optional_delimiter = 'detect'; > $default_folder_prefix = ''; > $show_prefix_option = false; > $force_username_lowercase = true; > $hide_sm_attributions = true; > > $plugins[] = 'calendar'; > $plugins[] = 'notes'; > $plugins[] = 'filters'; > $plugins[] = 'quota_usage'; > $plugins[] = 'unsafe_image_rules'; > $plugins[] = 'qmailadmin_login'; > > > > > > > > > > > > > -----Original Message----- > From: Eric [mailto:[email protected]] > Sent: Monday, August 15, 2016 10:16 AM > To: [email protected] > Subject: Re: [qmailtoaster] Squirrel mail Send Problem in Centos 7 > > What's in /etc/squirrelmail/config_local.php? Can you post it on the list? > > > On 8/15/2016 7:56 AM, Rvaught wrote: >> I installed QT on a standalone server and a Proxmox VM for testing. I am >> looking to move an older QT server running on Centos 5. I used the packages >> from: >> >> ftp://ftp.whitehorsetc.com/pub/repo/qmt/CentOS/7/current/x86_64/1.qmail-centos7-install.README >> . >> >> Everything seems to be working ok. I am able to send email from POP3 and >> IMAP clients. I am receiving mail ok. >> >> The problem I am having is with Squirrel mail. I can sign on and view mail >> ok but when I try to send mail I am getting: >> >> Message not sent. Server replied: >> Temporary authentication failure >> 454 oops, problem with child and I >> can't auth (#4.3.0) >> >> I looked thru the archives and have increased the soft limit, uninstalled >> and reinstalled Squirrel mail, restarted Dovecot, rebooted. This is >> occurring on both Centos 7 servers. >> >> Am I missing a setting in Squirrel mail conf? Dovecot? Permissions somewhere >> ? >> >> Thanks in advance, >> >> Rick >> >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> [email protected] >> For additional commands, e-mail: >> [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: > [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: > [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
