[rt-users] Problem Creating a Ticket via Email

Michael van Elst mlelstv at dev.de.cw.net
Wed Jun 4 14:09:39 EDT 2003


On Wed, Jun 04, 2003, Andy Melton wrote:

> "RT could not load a valid user, and RT's configuration does not allow
> for the creation of a new user for your email."

This says that RT does not find the sender address in the database.

RT first looks for an address in the 'Reply-To'-Header, if missing then it
looks at 'From' and if there is no address either it finally looks at
'Sender'.

RT then uses CanonicalizeEmailAddress() to map the address to
something. The default function uses search+replace as configured
in RT_SiteConfig.pm.

Then it tries to match the address against the users email addresses
from the database.

If nothing was found it tries again against the users name.

If nothing was found a new user is automatically added IF the group
'Everyone' or 'Unprivileged' is allowed to create tickets.

Otherwise you get this error message.


I guess the mail has an address in the 'Reply-To' Header that isn't
in RT's database.

N.B. the default superuser for RT is named 'root', when you use
'root' for an ordinary user you may want to change this.


Greetings,
-- 
    ,eM""=.            a"-.                         Michael van Elst
   dWWMWM" -          :GM==;                        mlelstv at dev.de.cw.net
  :WWMWMw=--.          "W='  cable & wireless
   9WWMm==-.
    "-Wmw-"  CABLE & WIRELESS



More information about the rt-users mailing list