Koozali.org: home of the SME Server

Finding Installed applications

kuyaz

Finding Installed applications
« on: October 26, 2004, 12:05:01 AM »
Hello,

I'm trying to use EZMLM and got it installed on my SME 6.0 Server. I've created a test group, but everytime I send to it, I get a bounce saying the email doesn't exsist. I've installed EZMLM on my server at the begining of the year, but had to wipe my server since then.

I also installed a few months back an application that restricts, which domain name a user can use to email out of. I'm trying to see if that is the source of my problems.

so I want to know how to find out what applications are installed and how I can uninstall them.

Thanks for your help :)

Offline jpeters

  • *
  • 20
  • +0/-0
Finding Installed applications
« Reply #1 on: October 26, 2004, 01:42:37 AM »
If the applications were installed via RPM then at console type

rpm -qa
or
rpm -qa |less

for output like this

djbdns-1.05-01
hwdata-0.47-1es2
rmt-0.4b27-3
filesystem-2.1.6-2
buffer-1.19-5es
compat-libstdc++-6.2-2.9.0.16
db2-2.4.14-10
e2fsprogs-1.27-3
gdbm-1.8.0-14
hdparm-4.6-1
libjpeg-6b-19
lsof-4.51-2
mingetty-1.00-1
ncompress-4.2.4-28
patch-2.5.4-12
perl-CGI-Persistent-0.22-4
perl-CPAN-1.59_54-34.99.6
perl-Digest-HMAC-1.01-1
perl-Error-0.14-01
perl-HTML-Tagset-3.03-14
perl-Mail-RFC822-Address-0.3-1
perl-NDBM_File-1.75-34.99.6

The "|less" is optional but the list can be very long.

Cheers,
Jpeters
........................

Offline raem

  • *
  • 3,972
  • +4/-0
Re: Finding Installed applications
« Reply #2 on: October 26, 2004, 04:58:24 AM »
> I also installed a few months back an application > that restricts, which domain name a user can use
> to email out of.

That will most likely be the problem, one of the mailrules variants, perhaps
e-smith-domain_mail_user-0.4-1.noarch.rpm
or
dungog-mailblocking-1.0-3.noarch.rpm

Try
rpm -q e-smith-domain_mail_user
rpm -q dungog-mailblocking

The workaround is to put the mail list name in the "allowed from" list.

Those rpms are blocking mail for invalid email addresses, and they do not seem to be aware of the newly added mail list address.
...