Current time: 05-05-2024, 11:32 PM Hello There, Guest! (LoginRegister)


Post Reply 
[solved] Have a list of emails of a specific domain
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Have a list of emails of a specific domain
Hi

well - I think I understood right... but I did not write everything... :-/

One way: in ispcp: as domain user you have the addresses on the page with the mailboxes. - of course the "autoresponder" thing is also there which might be disturbing.
the number of lines you can set as ispcp admin in the settings: "domains per page"...

Or there are the system files: as stated... but you might need to filter them...
grep "@domain.tld" /etc/postfix/ispcp/mailboxes | cut -f 1 | sort
(here you don't have the alias-adresses/forwardings)

if you need another approach you have to write your own solution using the data in the mysql database...

/Joxi
04-19-2013 11:07 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Have a list of emails of a specific domain - joximu - 04-19-2013 11:07 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)