Hi folks, I'm following; http://www.howtoforge.com/virtual_users_and_domains_with_postfix_debian_etch_p4 building a mail server On; 10 Install Razor, Pyzor And DCC And Configure SpamAssassin I can't find dcc-client on repo which has been removed. I found following threads:- Problem with dcc-client installation (Postfix) http://www.howtoforge.com/forums/showthread.php?p=145733 http://linux.derkeiler.com/Mailing-Lists/Debian/2008-09/msg00862.html Yeah, it's been removed from unstable, testing and even stable. See What can I do. Continue to proceed without it? B.R. satimis
Noted. Thanks Re: 13 Populate The Database And Test http://www.howtoforge.com/virtual_users_and_domains_with_postfix_debian_etch_p6 Code: INSERT INTO `domains` (`domain`) VALUES ('example.com'); INSERT INTO `users` (`email`, `password`, `quota`) VALUES ('[email protected]', ENCRYPT('secret'), 10485760); In my case I suppose; replacing 'example.com' with 'satimis.com' replacing '[email protected]' with '[email protected]', which is the only user on this server other than root. replacing 'secret' with 'mysecret' with only alphabet and number. other entries remains intact? Code: INSERT INTO `forwardings` (`source`, `destination`) VALUES ('[email protected]', '[email protected]'); INSERT INTO `transport` (`domain`, `transport`) VALUES ('example.com', 'smtp:mail.example.com'); I suppose; ignore '[email protected]' replacing '[email protected]' with '[email protected]' replacing 'example.com' with 'satimis.com' how about 'smtp:mail.example.com'? I don't have a server named 'mail.satimis.com'. The server name is 'xen02.satimis.com'. TIA B.R. satimis
These addresses have absolutely nothing to do with your system users. They are virtual users, and you can make up any address you like. This is only needed if you need forwards and transports. You don't need this if you don't need transports.