Steve Finkelstein wrote:
> Hi all,
> 
> I've heard wonderful things about DBMail and I'm looking to switch my
> existing setup. One of the reasons I'm looking to switch is because of
> the ability to filter virtual user mail with sieve. Currently I'm
> having the following issues:
> 

Steve,

glad you like Dbmail, but this is all really postfix 101 stuff.


> Oct 20 11:19:47 catalyst postfix/smtp[8449]: A61964443FE:
> to=<[EMAIL PROTECTED]>, relay=none, delay=0.17, delays=0.07/0/0.1/0,
> dsn=5.4.6, status=bounced (mail for phpgeek.org loops back to myself)
> Oct 20 11:19:47 catalyst postfix/qmgr[8441]: A61964443FE: removed

This means phpgeek.org has an MX that points to you, but you don't seem
to recognize phpgeek.org as a local destination

> mydestination =
> myhostname = mail.phpgeek.org


so:

postfix -e 'mydomain=phpgeek.org'
postfix -e
'mydestination=localhost,localhost.$mydomain,$myhostname,$mydomain'

should clear that up.

Make sure you get that up and running before you start messing with
stuff like sasl.

-- 
  ________________________________________________________________
  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

Reply via email to