(11-20-2008 10:50 AM)BioALIEN Wrote: Can you please elaborate on which file and what line?
I understand he's talking about /etc/postfix/ispcp/domains file that you must edit by hand and rehash, then restart postfix.
But from what I see in my installation (recent stable one - ispCP 1.0.2 OMEGA - build: 20090821) you need to edit also "aliases" and "mailboxes" (and rehash them also)
Those files have lines referencing the domain (or emails of the domain). I suggest you comment them out (add # in front - like
domain.com
becomes
# domain.com
Rehashing is something like:
cd /etc/postfix/ispcp/
postmap aliases
postmap domains
postmap mailboxes
and you check the date on the aliases.db, domain.db and mailboxes.db files.
I hope some developer adds this feature to the trunk - it's very much needed and it's easy to implement (me thinks).
Eric