sqlite> .schema maildomains CREATE TABLE maildomains ( domain text primary key, owner text, destination_ip text, reject_sender_verify boolean, greylist boolean, reject_maybe_spam boolean, reject_definitely_spam boolean, reject_virus boolean ); sqlite> select * from maildomains; wibble.dnorth.net|david|212.110.165.240|0|0|0|1|0 test.dnorth.net|david|212.110.165.240|1|0|0|1|1 bmtest.michaelhowe.org|michael|oolon.michaelhowe.org|0|0|0|0|1