I'm using Koha 3.0.0.3 on Suse 11.1 box How to I setup Koha (or Suse Linux) to use our main Mail server (GroupWise) to send out all generated mails ? I don't see any settings in Koha System Preferences Rudy Wuthrich Kodaikanal International School http://koha.kis.in
2009/7/16 ISM KIS <Ism@kis.in>
I'm using Koha 3.0.0.3 on Suse 11.1 box
How to I setup Koha (or Suse Linux) to use our main Mail server (GroupWise) to send out all generated mails ?
I don't see any settings in Koha System Preferences
That's because it has nothing to do with Koha. Koha is not a SMTP server. This is a job for the system administrator of your Koha system. If they cannot setup the system so they can send to your preferred mail server, then Koha cannot either. -- Joe Atzberger LibLime - Open Source Library Solutions
2009/7/17 ISM KIS <Ism@kis.in>:
I'm using Koha 3.0.0.3 on Suse 11.1 box
How to I setup Koha (or Suse Linux) to use our main Mail server (GroupWise) to send out all generated mails ?
I don't see any settings in Koha System Preferences
Koha itself uses Mail::Sendmail for this task. This Perl library can be used and configured in runtime. Koha does not provide a way for doing this, so it uses a 'default' configuration, wich expects you have a mail server listening on port 25 on localhost (i.e. the same machine that hosts koha). So, until we have a proper way for setting this through Koha System Preferences you have to edit the file /usr/share/perl5/Mail/Sendmail.pm and change the line that contains: 'smtp' => [ qw( localhost ) ], so it looks like 'smtp' => [ qw( my.smtp.server ) ], ... And that's it. To+ -- Aparición con vida de Jorge Julio López.
participants (3)
-
ISM KIS -
Joe Atzberger -
Tomás