<div dir="ltr">Hi Amavisd users; <div><br></div><div>I need to set up multiple domains with amavisd-new. </div><div><br></div><div>I need <b>one mysql database per domain with amavisd-new while having multiple domains</b>. Is it posible? </div><div><br></div><div>Let's say i have a domain called <b><a href="http://example.com">example.com</a></b>. I want everything for that domain to be stored in mysql database called <b>db_example</b>. </div><div>Now, Let's say I have another domain called <b> <a href="http://client1.com">client1.com</a></b>.  I want everything for that domain to be stored in mysql database called <b>db_client1</b>.</div><div><br></div><div>in  amavisd.conf, Will  these lines reach my goal?</div><div><br></div><div>@lookup_sql_dsn =  ( ['DBI:mysql:database=db_example;host=127.0.0.1;port=3306', 'admin_db_example', 'secret'],<br>                                    ['DBI:mysql:database=db_client1;host=127.0.0.1;port=3306', 'admin_db_client1', 'secret']);<br>@storage_sql_dsn = @lookup_sql_dsn;<br></div><div><br></div><div><br></div><div>in addition to the above,  if used below mysql commands.</div><div><br></div><div>mysql> USE db_example;<br>Database changed<br>INSERT INTO users VALUES ( NULL, 5, 5, '@<a href="http://example.com">example.com</a>',      NULL, 'Y');<br><br><br>mysql> USE db_client1;<br>Database changed<br>INSERT INTO users VALUES ( NULL, 5, 5, '@<a href="http://client1.com">client1.com</a>',      NULL, 'Y');<br></div><div><br></div><div>Your ideas are welcome.  Pls insert your INPUTS. </div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">cat /etc/motd<br><br>Thank you<br>Indunil Jayasooriya <br><a href="http://www.theravadanet.net/" target="_blank">http://www.theravadanet.net/</a><br><br></div></div></div></div></div></div>