
nmw at ion
May 9, 2007, 1:13 AM
Post #3 of 3
(370 views)
Permalink
|
|
Re: Folders being created for non-existant accounts
[In reply to]
|
|
Don O'Neil wrote: > I have a virtual domain on my system that keeps getting 'accounts' created > for absolutely no reason. In the virtual users password file there are 3 > accounts, but exim keeps creating & delivering mail to about 20 mailboxes. > > Where could exim be getting this information from to create these mailboxes? > I have deleted the paths for these mailboxes, but as soon as mail comes in > they are re-created. > > Any assistance would be appreciated. > > Thanks! > Presumably Exim thinks they are valid recipients, so there must be a router somewhere within your configuration which is validating them. Run Exim in debug mode to see what's going on: exim -d+verify -bv recipient where recipient is one of the recipients which is accepted but shouldn't be. The output should tell you which router is accepting and routing the recipient. -- Nigel Wade, System Administrator, Space Plasma Physics Group, University of Leicester, Leicester, LE1 7RH, UK E-mail : nmw [at] ion Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555 -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
|