On Tue, 07 Jul 2009, Carlos Williams wrote:
> The link above seems to be working fine however I start at step 10. I don't
> have
> or am using a MySQL database for Postfix. My users are not in MySQL but
> regular
> shell / bash users. I installed Postfix from 'apt' and got everything
> working and then
> used apt to install everything else the guide recommended from step 10 but I
> am
> confused on one section...
>
> The guide linked above indicates I need to add the following to
> /etc/amavis/conf.d/50-user
>
> @lookup_sql_dsn = (
> ['DBI:mysql:database=mailserver;host=127.0.0.1;port=3306',
> 'mailuser',
> 'mailuser2007']);
>
> $sql_select_policy = 'SELECT name FROM virtual_domains WHERE
> CONCAT("@",name) IN (%k)';
Of course if you don't use sql, you don't need non-default sql lines in your
configuration!
--
Sahil Tandon <[email protected]>
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/