Ville Ahonen wrote: > I'm having trouble with a fresh dbmail installation.. I can log in via > IMAP, but for some reason I can't receive any mail. When I send mail to > [EMAIL PROTECTED], this pops up in messages: > > Dec 28 11:36:33 calyx postfix/local[6746]: D594F2040E0: > to=<[EMAIL PROTECTED]>, relay=local, delay=0, status=bounced (unknown > user: "ville")
relay=local?? try: postconf -e 'mailbox_transport=lmtp:[localhost]:24' assuming you have dbmail-lmtpd up and running. > > Any idea where the problem is, my postfix or dbmail config files? The > setup is: gentoo 2.6.16 running postfix 2.2.10 and dbmail 2_2_branch > from svn.. > > dbmail_aliases: > > alias_idnr, alias, deliver_to, client_idnr > 1, [EMAIL PROTECTED], 4, 0 > > dbmail_users: > > user_idnr, userid, passwd, client_idnr, maxmail_size, curmail_size, > maxsieve_size, cursieve_size, encryption_type, last_login > 1, [EMAIL PROTECTED]@__, , 0, 0, 0, 0, 0, md5, 1979-11-03 > 22:05:58 > 2, anyone, , 0, 0, 0, 0, 0, md5, 1979-11-03 22:05:58 > 3, __public__, , 0, 0, 0, 0, 0, md5, 1979-11-03 22:05:58 > 4, vahonen, ***, 0, 0, 5339, 0, 0, crypt, 2006-12-28 11:35:53 > > main.cf: > > myhostname = localhost > mydomain = mydomain.org > inet_interfaces = all > mydestination = $myhostname, $mydomain > mynetworks_style = host > sendmail_path = /usr/sbin/sendmail > #home_mailbox = .maildir/ > local_destination_concurrency_limit = 2 > default_destination_concurrency_limit = 10 > local_recipient_maps = mysql:/etc/postfix/sql-recipients.cf > alias_maps = $local_recipient_maps > > sql-recipients.cf: > > user = dbmail > password = *** > hosts = 127.0.0.1 > dbname = dbmail > table = dbmail_aliases > select_field = alias > where_field = alias > > _______________________________________________ > DBmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail > -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
