Koozali.org: home of the SME Server

multipop

paul

multipop
« on: January 23, 2003, 12:26:58 AM »
Hi

I am trying to install the multipop rpm using system update and although it does not show any errors in the log when installing it does not appear in the installed rpm list.
Is this compatible with SME 5.6 or am I being stupid ?

Thanks
Paul

guestHH

Re: multipop
« Reply #1 on: January 23, 2003, 12:51:01 AM »
What do the release notes say?

paul

Re: multipop
« Reply #2 on: January 23, 2003, 01:08:20 AM »
I am new to all this, where can I find the release notes ?

Thanks
Paul

guestHH

Re: multipop
« Reply #3 on: January 23, 2003, 07:51:29 AM »
Which multipop RPM and version are you talking about ?

paul

Re: multipop
« Reply #4 on: January 23, 2003, 11:38:26 AM »
I am using e-smith-multipop-0.1-4.src.rpm

Thanks
Paul

paul

Re: multipop
« Reply #5 on: January 23, 2003, 11:43:27 AM »
By the way I am using system update to install this from my user home directory is this correct ?

Paul

guestHH

Re: multipop
« Reply #6 on: January 23, 2003, 03:59:11 PM »
Paul,

You are installing a SOURCE file. This is not correct. You should use the file e-smith-mulitpop-0.1-4.noarch.rpm

Regards,
guestHH

paul

Re: multipop
« Reply #7 on: January 24, 2003, 12:16:44 AM »
Thanks for that, easy when you know how !

Is there a log for this as I still am unable to pick up mail from the other account.

Thanks
Paul

guestHH

Re: multipop
« Reply #8 on: January 24, 2003, 12:43:48 AM »
examine /var/log/@maillog

Regards,
guestHH

paul

Re: multipop
« Reply #9 on: January 24, 2003, 01:06:02 AM »
I have checked the log but there is no mention of second pop account.
I have set up the multiple pop3 account and double checked all the settings.

Paul

Steve

Re: multipop
« Reply #10 on: January 25, 2003, 01:24:17 AM »
I've just been through this process with e-smith-multipop-0.1-4.

There seems to be a fault with this when using SME 5.6. Changes to the settings in the "multiple pop3's" screen don't affect the file /etc/fetchmail like they should.

I've found that after changing these settings, you need to run "/sbin/e-smith/signal-event console-save" in order to make the changes live.

I haven't investigated a simpler way to make them live, or why this isn't happening by default - anyone else have any ideas?

I have finally managed to get it to work by running the "/sbin/e-smith/signal-event console-save"...

Cheers -

Steve

Re: multipop
« Reply #11 on: January 25, 2003, 01:35:59 AM »
OK, I've found my problem, and it may affect others as well.

The script /etc/e-smith/events/multipop-save/S55conf-multipop will only rebuild /etc/fetchmail.conf when the connection type is defined as 'dialup'.

So, if you've got a permenant connection, and don't have sme configured as 'dialup', then fetchmail will never get rebuilt.

Commenting out the line if ($conf{'AccessType'} eq "dialup") in the above script makes it work as I would expect, adds/changes/updates now result in appropriate changes to /etc/fetchmail.

I'm not sure of a 'good' fix for this...

Cheers -