Ticket #199 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

address rewriting

Reported by: dnauck Owned by: rjl
Priority: high Milestone: 1.0.0 RC6
Component: PHP scripts Version: 1.0.0 RC6
Severity: critical Keywords:
Cc:

Description

I'm using Postfix, so $address_rewriting_type is set to Option 0. All works fine except of the "Add New Email Address/Alias" function in adminusers.php

example: i'll add the user/email felix@…, so maia add the email felix@… but the user is felix, without the @domain.com

rev 624

Change History

Changed 4 years ago by dnauck

Sorry a typo:

$address_rewriting_type = 4;

4: user@domain, like (0) above, but with the e-mail address
   used as the username (e.g username is the same as the
   e-mail address, and no routing domain is appended).

Username is the eMailaddress with no rewriting.

Changed 4 years ago by dmorton

  • status changed from new to closed
  • resolution set to invalid

with $address_rewriting_type = 4; I get a username and email that are the same, which is as it should be....

with type 0, it creates it as just the first part... which again is as it should be, since the imap/pop3 login is just the user.

Note: See TracTickets for help on using tickets.