
On Thu, 10 Jun 2004 11:48:00 +0200 Dennis.Buehring@net-and-works.de wrote:
Hi,
i am currently installing OTRS for a Typo3 single-signon demo environment. I want to disable some functions of OTRS and already got rid of 'Logout' and 'change password', but i dont know which is the best way to disable all outgoing mail traffic (i want to show single-signon and dont want the users to use otrs ).
mfg Dennis
Hi, In your Config.pm: # SendmailModule # (Where is sendmail located and some options. # See 'man sendmail' for details. Or use the SMTP backend.) $Self->{'SendmailModule'} = 'Kernel::System::Email::Sendmail'; $Self->{'SendmailModule::CMD'} = '/bin/true'; Or something like that, just put a binary who do nothing... Yann -- o--------------------------------------------------------------o | Yann Richard | | GPG FingerPrint: | .oO| A2F4 1EFB 66B6 65F8 1093 E11A 3E0A 9DF6 72E7 DE9E | `--------------------------------------------------------------o -- o--------------------------------------------------------------o | Yann Richard ze@nawak-online.org | | #ICQ 295617227 http://www.nawak-online.org/~ze/ | | GPG FingerPrint: | .oO| A2F4 1EFB 66B6 65F8 1093 E11A 3E0A 9DF6 72E7 DE9E | `--------------------------------------------------------------o