From: Paul J Stevens <[EMAIL PROTECTED]>
Reply-To: DBMail mailinglist <[email protected]>
To: DBMail mailinglist <[email protected]>
Subject: Re: [Dbmail] Adding a Domain and new user
Date: Sun, 24 Sep 2006 21:37:18 +0200
Jim,
You'll need to hookup your MTA and dbmail. If you're using postfix,
please read README.postfix or INSTALL.postfix (depending on the dbmail
version).
Jim Douglas wrote:
> I have 2 domains up and running sending/receiving mail is fine.
>
> I haven't added a domain and can't get it working..
>
> What I did was,
> dbmail-users -a john -w secret -g 0 -m 25M -s [EMAIL PROTECTED]
> [EMAIL PROTECTED] @net.com
>
> ...The user can send but not receive, am I missing a step somewhere in
> dbmail?
>
> Jim
>
>
> _______________________________________________
> 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
I read it and want to dbmail to accept all mail from Postfix,
This is my main.cf entry,
mailbox_transport = dbmail-lmtp:localhost:24
local_recipient_maps = mysql:/etc/postfix/sql-recipients.cf
This is the error in the log,
Sep 24 16:46:53 cpe-22-22-222-222 postfix/lmtp[6798]: D111938C0057:
to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>,
relay=localhost.phi.rr.com[127.0.0.1], delay=3, status=bounced (host
localhost.phi.rr.com[127.0.0.1] said: 550 Recipient <[EMAIL PROTECTED]>
FAIL (in reply to RCPT TO command))
It's not getting rejected, but bounced to a user that doesn't exist. (I'll
solve that later, for now I just want to recieve the mail as I ca nfor other
users in other domains)
Thanks,
Jim