 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

16th May 2005, 05:15 PM
|
|
Registered User
|
|
Join Date: Apr 2004
Location: Euregio
Posts: 3,613

|
|
Quote:
|
Originally Posted by StickyC
I tried the first time on a CentOS box and spent a good hour chasing down dependancies based on that OS. I'm trying it again with a real FC3 setup and getting the same error. Is there an easier way to get ClamAV installed? Is there a specific place I should be pulling the RPM from?
.
|
http://www.fedorafaq.org/#installsoftware
yum install clamav
should do it.
|

16th May 2005, 05:56 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 14

|
|
Quote:
|
Originally Posted by ilja
|
Tried that one early on:
Code:
# yum install clamav
Setting up Install Process
Setting up Repos
base 100% |=========================| 1.1 kB 00:00
updates-released 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
base : ################################################## 2622/2622
primary.xml.gz 100% |=========================| 349 kB 01:02
MD Read : ################################################## 889/889
updates-re: ################################################## 889/889
No Match for argument: clamav
Nothing to do
Got this even with the alternate yum.conf from the FAQ.
Is there some other YUM repository setup I should be using besides the defaults found in /etc/yum.repos.d/ or the FAQ file?
Code:
-rw-r--r-- 1 root root 233 Nov 1 2004 fedora-devel.repo
-rw-r--r-- 1 root root 244 Nov 1 2004 fedora.repo
-rw-r--r-- 1 root root 280 Nov 1 2004 fedora-updates.repo
-rw-r--r-- 1 root root 282 Nov 1 2004 fedora-updates-testing.repo
Last edited by StickyC; 16th May 2005 at 05:59 PM.
|

16th May 2005, 05:58 PM
|
|
Registered User
|
|
Join Date: Apr 2004
Location: Euregio
Posts: 3,613

|
|
|
|

16th May 2005, 06:02 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 14

|
|
Quote:
|
Originally Posted by ilja
|
Bingo! That seems to have fixed things - thanks!
|

17th May 2005, 12:21 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 14

|
|
|
Okay, running into a few more issues. I was actually able to install most of the extra packages in step 9 using yum except for perl-BerkeleyDB and amavisd-new (which I dont understand why, since I was able to download it from the Dag repository via http).
I was completely unable to find the listed version of amavisd-new, so I grabbed the latest (amavisd-new-2.3.1-1.1.fc3.rf.i386). However, starting it as a service barfs with a "Convert::UUlib version 1.05 required--this is only version 1.03 at (eval 41) line 17.". Seems the most recent version yum update grabs is 1.03, so I had to grab perl-convert-UUlib 1.05 manually (again from Dag). Why the RPM didn't catch the dependancy, I dunno. In any case, that seemed to fix things.
AmavisD has some other dependancies I ran into that I didn't see in the original post: unarj, ripole, and unrar. All satisfied by hand (again, from Dag).
I'm curious about the deviations between my setup steps/hurdles and those of the original poster and most of the followups (who've not posted about having similar issues). Since I've been following the steps pretty tightly, are there some early on packages/starting configurations that are being missed? For completeness sake (since this thread is one of the first that comes up in a google search for email/fedora howtos), I'd like to see as many of the stumbling blocks documented as possible for the next guy.
|

17th June 2005, 03:22 PM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 2

|
|
Hi,
I am new to linux and am setting up a mail server. I have followed this excellent tutorial but have ground to a halt at step 7.
I am using Outlook and have entered the relevant server details. When I click the test account settings all everything is fine apart from "send test email". I get an error: unable to connect to the outgoing mail server (SMTP).
I have gone over steps 1-6 again to see if I have missed anything.
I have turned off the firewall and still can't send email
Any suggestions welcome!
Thanks
Darren.
|

18th June 2005, 05:09 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 4

|
|
|
Darren,
Check you main.cf file. Make sure you have appropriate settings for either myhostname or mydomain. I had the same problem until I set the myhostname=yourdomain.com
that did the trick for me. I think you can also set mydomain=yourdomain.com and it will work as well. 'yourdomain.com' is your the domain you have registered and own.
|

18th June 2005, 08:31 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 2

|
|
Hi sssssm,
Thanks for the reply  .
The server is sat on the internal network and can't see the outside world. The hostname is lnx-svr-01. I haven't set a domain name anywhere! Can I still set up the email to work internally?
Thanks again
Darren.
|

25th June 2005, 04:43 AM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 4

|
|
|
Sorry for long delay in replies Darren. if you are using it internally you can set hostname to localhost and address each of your users with 'user@localhost'.I think setting your hostname to your server's ip address or the localhost address '127.0.0.1'. I hope this helps.
|

25th June 2005, 09:35 PM
|
|
Registered User
|
|
Join Date: Mar 2005
Posts: 1

|
|
|
Thanks for the excellent writeup. I'm running this configuration on FC3. I am NOT getting the Spamassassin headers in my 'ham' messages.
I have the following in /etc/mail/spamassassin/local.cf
# Add header to ALL messages
add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_
And this entry in /etc/amavisd.conf
$sa_tag_level_deflt = 0; # add spam info headers if at, or above that level
But yet I haven't been able to figure out why I'm not getting SA headers in the good messages.
Mike
|

9th July 2005, 01:40 AM
|
 |
Registered User
|
|
Join Date: Jun 2005
Location: Los Angeles
Age: 36
Posts: 145

|
|
I'm at work right now and I set all this up using SSH. Now I'm trying to check my mail but I can't go to http://localhost/webmail. How can I access webmail from outside? I tried http://mydomainname.com/webmail but that doesn't work. It says not found.
|

15th July 2005, 02:47 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Posts: 2

|
|
|
Hi everybody
I was experimenting some problems with my mail server, and i reviewed my selinux and iptables and the problems continued but now it's solved just i did the next:
yum install gcc //for updating GCC
and of course
up2date
looking for new versions of dovecot, postfix, squirrel, etc. ..... and now
alll is OK
i feel this could serve you
Thanks again Nephila
|

15th July 2005, 08:25 AM
|
|
Registered User
|
|
Join Date: Feb 2005
Posts: 121

|
|
Quote:
|
Originally Posted by Cajun
Thanks for the excellent writeup. I'm running this configuration on FC3. I am NOT getting the Spamassassin headers in my 'ham' messages.
I have the following in /etc/mail/spamassassin/local.cf
# Add header to ALL messages
add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_
And this entry in /etc/amavisd.conf
$sa_tag_level_deflt = 0; # add spam info headers if at, or above that level
But yet I haven't been able to figure out why I'm not getting SA headers in the good messages.
Mike
|
If I recall Correctly, AmavisD only tags bad messages, all the good ones are left intact, that might explain why the good ones don't have SA headers, it makes sense, why waste time tagging perfectly ok messages?
|

18th July 2005, 04:00 AM
|
|
Registered User
|
|
Join Date: Jul 2005
Posts: 6

|
|
Quote:
|
Originally Posted by nephila
main.cf:
Code:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = 192.168.10.28
myorigin = $mydomain
|
hi, this has been a great guide to me...very appreciate it..thanks....but, I m abit confused on certain areas...
1) as shown, in ur example, u have myhostname as ip, but, I cannot use ip...because it will give error when I try to restart the postfix.
2) how can I configure my mail server to receive external email like yahoo!.
sorry to be such a noob...but, i m a newbie...thanks...cheers...
|

26th July 2005, 08:19 AM
|
|
Registered User
|
|
Join Date: Jun 2005
Location: Bangalore
Posts: 1

|
|
Postfix: Where and How to add my mail scaning php program?
Hi,
My server information is
Fedora Core 3, Postfix mail server including Amavis running. My requirement before amavis i want to check the mail content, i wrote it in php program..
Where can i call my php program(main.cf or master.cf)...
Can anybody help me for this ...
Advance thanks for this...
with regards,
Chandran
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 17:37 (Saturday, 18-05-2013)
|
|
 |
 |
 |
 |
|
|