
22 Sep
2004
22 Sep
'04
3:20 p.m.
Hallo
Bei der Email-Adresse vom OTRS-Notification-Master sollte aber otrs2@efkon.com stehen, und bei der URL am Ende der Mail sollte entweder der interne Link https://otrs2.efkon/otrs2/index.pl oder der externe Link https://www.efkon.com/otrs2/index.pl angefuehrt sein.
Die Einstellung, die Du suchst (Config.pm): $Self->{FQDN} = 'yourhost.example.com'; und ggf. (falls explizit andere notification-addresse gesucht): $Self->{NotificationSenderEmail} = 'otrs@<OTRS_CONFIG_FQDN>'; Also z.B. $Self->{FQDN} = 'www.efkon.com'; $Self->{NotificationSenderEmail} = 'otrs2@efkon.com'; Gruss Stefan Bedorf