Hi,

On Sun, Feb 15, 2015 at 14:01:15 +0000, Ultramedia Libertad wrote:
> I'm going to explain
> I have OpenBSD 5.6 and OpenSMTPD 5.4.3
> 
> I can send and receive emails to all over the world, but I have two
> big problems, I can't send to my contacts that are also virtual users
> in my own domain.
> example
> [email protected] --> [email protected] --works correct.
> [email protected] --> [email protected] --works correct.
> 
> but [email protected] --> [email protected] --does Not work

I'm not sure if this is the "correct" way of doing things,
but I'd say you need one more line in your config before the DKIM-Proxy-Part
like this: 
accept tagged CLAM_OUT for domain <vdomains> virtual <valiases> relay via \
lmtp://127.0.0.1

So that way you accept mail for your own domain. 

> as you can see it seems that there are a spammer atacandome and don't
> know how to stop it nothing more I turn on the smtpd and starts to
> send

Spam: The last line in your config accepts mail for any domain. You probably
only want to handle mail for your own <vdomains>:
accept from any for domain <vdomains> relay via smtp://127.0.0.1:10025 # 
incoming mail

I hope this helps, I'm no expert myself. 

Cheers,
Christoph

> thanks for any help
> 
> 2015-02-15 13:05 GMT+00:00 Gilles Chehade <[email protected]>:
> > On Sun, Feb 15, 2015 at 12:27:51PM +0000, kanzer wrote:
> >> I have the same problem friend,
> >>
> >> you was able to solve this, I would appreciate if someone gives a light
> >>
> >> thanks
> >>
> >
> > Still happens ?
> > OpenBSD too ? What version ?
> >
> >
> > --
> > Gilles Chehade
> >
> > https://www.poolp.org                                          @poolpOrg
> 
> 
> 
> -- 
> editor de sueqos
> 
> --
> You received this mail because you are subscribed to [email protected]
> To unsubscribe, send a mail to: [email protected]

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to