Chandran,
What do you mean by, "Squirrelmail is not working after updated the
packages."
I don't know what is not working exactly. Can you login? If so, can you
send mail?
If not, what is the error message? Have you looked in any of the logs:
dovecot.log,
maillog, smtp, httpd?
EricB
On 4/7/2016 12:46 AM, Chandran Manikandan wrote:
Hi Eric,
Thank you.
I have removed existing squirrelmail.rpm file and my qt repo below.
qmailtoaster-dist.repo
qmailtoaster-nodist.repo
So please help me to fix this squirrelmail issue.
qmailtoaster-dist.repo file
[qmailtoaster-current]
name=QmailToaster current - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/current/CentOS/mirror.list
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being tested, not for production hosts
[qmailtoaster-testing]
name=QmailToaster testing - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/testing/CentOS/mirror.list
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being developed, for developer use only
[qmailtoaster-devel]
name=QmailToaster development - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/devel/CentOS/mirror.list
enabled=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes
priority=7
qmailtoaster-nodist.repo file below
# qmailtoaster-nodist.repo
#
# The QmailToaster nodist repo supports multiple distros, as well as
universal
# rpms containing scripts that can be used on any platform or arch.
#
# Packages for specific distros are found by their respective repo file.
#
# The 'current' repos are considered production worthy, aka stable.
# The 'testing' repos are considered beta, and should not be used in
production.
# The 'devel' repos are considered alpha, and should be used only by
developers.
#
# Packages in the current repos have all been promoted from testing,
# and signed with the qmailtoaster key.
# If you have installed a package from the testing repo, there is no
purpose
# in reinstalling it after it's been promoted into current.
#
# Packages in testing have been newly built (they're not development
copies),
# and are signed with the qmailtoaster key.
#
# Packages in devel may or may not be signed by the developer.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
# current (stable) packages
[qmailtoaster-current-nodist]
name=QmailToaster current - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/current/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/current/nodist
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being tested, not for production hosts
[qmailtoaster-testing-nodist]
name=QmailToaster testing - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/testing/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/testing/nodist
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7
# packages being developed, for developer use only
[qmailtoaster-devel-nodist]
name=QmailToaster devel - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/devel/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/devel/nodist
enabled=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes
priority=7
Thank you in advance
On Tue, Apr 5, 2016 at 10:58 PM, Eric <[email protected]
<mailto:[email protected]>> wrote:
Yes, your QT squirrelmail got overwritten by another repo.
Remove squirrelmail (yum remove squirrelmail) and install QT
squirrelmail
from mirrors. What's the priority on your QT repo in
/etc/yum.repos.d?
On 4/3/2016 10:16 PM, Chandran Manikandan wrote:
Hi Eric,
This machine had qmailtoaster with all packages was running fine
earlier.
I had updated all packages through webmin two days back.
Email is working fine in outlook and thunderbird after updated
the packages.
But webmail(Squirrelmail) is not opening the page and shown above
error.
I have gone through yum.log . it show below package for squirrelmail.
Mar 31 12:59:54 Updated: squirrelmail-1.4.22-4.el6.noarch
Then I have checked squirrelmail rpm in my server it shows below.
which squirrelmail
/usr/bin/which: no squirrelmail in
(/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
Is it any overwrited existing packages after updated or any file
permission in squirrelmail folder. path: /usr/share/squirrelmail
Should i need to reinstall the squirrelmail package. If yes could
you let me know the steps.
Could you help me .
On Mon, Apr 4, 2016 at 2:26 AM, Eric <[email protected]
<mailto:[email protected]>> wrote:
Chandran,
I'm not sure what's not working. Can you explain?
What squirrelmail package is installed and where did it come
from?
What vpopmail and dovecot packages are installed.
EricB
On 4/2/2016 11:40 PM, Chandran Manikandan wrote:
Hi All,
I have running cenots 6.6 64 bit machine.
I have updated all packages through webmin.
Am running qmailtoaster in the same machine.
Squirrelmail is not working after updated the packages.
It's shows welcome screen.
virtual host config and squirrelmail config files are not
change anything.
Below is log for mail.xxxx.com <http://mail.xxxx.com> url
from server.
Options FollowSymLinks or SymLinksIfOwnerMatch is off which
implies that RewriteRule directive is forbidden:
/usr/share/squirrelmail/
squirrelmail.conf below
<IfModule mod_alias.c>
Alias /webmail /usr/share/squirrelmail/
</IfModule>
<Directory /usr/share/squirrelmail>
Options SymLinksIfOwnerMatch
DirectoryIndex index.php
Options Indexes MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
httpd.conf below
<VirtualHost 192.168.1.20>
ServerName mail.xxxx.in <http://mail.xxxx.in>
ServerAlias xxxx.in/webmail <http://xxxx.in/webmail>
ServerAdmin [email protected] <mailto:[email protected]>
DocumentRoot /usr/share/squirrelmail
ErrorLog logs/mail.xxxx-error_log
TransferLog logs/mail.xxxx-access_log
</VirtualHost>
Could anyone help me to fix my issue
--
*Thanks,*
*Manikandan.C*
*System Administrator*
--
*Thanks,*
*Manikandan.C*
*System Administrator*
--
*Thanks,*
*Manikandan.C*
*System Administrator*