cat ZZZAuto.pm
# OTRS config file (automatically generated)
# VERSION:1.1
package Kernel::Config::Files::ZZZAuto;
use utf8;
sub Load {
my ($File, $Self) = @_;
$Self->{'PostMaster::PreFilterModule::NewTicketReject::Body'} = 'Dear Customer,
Unfortunately we could not detect a valid ticket number
in your subject, so this email can\'t be processed.
Please create a new ticket via the customer panel.
Thanks for your help!
Your Helpdesk Team
';
$Self->{'PostmasterFollowUpSearchInReferences'} = '1';
delete $Self->{'PreferencesGroups'}->{'SpellDict'};
$Self->{'SMIME'} = '1';
$Self->{'PGP'} = '1';
$Self->{'SendmailModule::AuthPassword'} = 'xxxxxxxxxx';
$Self->{'SendmailModule::Port'} = '587';
$Self->{'SendmailModule'} = 'Kernel::System::Email::SMTPTLS';
$Self->{'Organization'} = 'mydomain';
$Self->{'SecureMode'} = '1';
}
1;
Please suggest further.