Let me reword what I'm trying to accomplish. 

We have corporate addresses that relay off our internal mail server straight to 
Google. We wanted encryption on anything that was outgoing. This is working 
beautifully, although I haven't quite figured out how to get signatures working 
yet. Encryption is working fine. 

I have some accounts on the local mail server that use an internal domain name 
and I would like mail addressed to those internal users to be delivered to the 
local mail server, i.e., I don't want these mails to relay.  They should end up 
in the local mbox. 

So things addressed to [email protected] should stay local, things addressed to 
[email protected] should go outbound to Google.  Outbound is working great. 
Local is not. 

How do I achieve this configuration with the ciphermail interface. I'd like to 
avoid custom configs if possible so they don't get wiped out if someone happens 
to use the MTA configuration on the Ciphermail interface. 

Thank you very much for your help. 

And by the way, I tried many encryption gateways, which was the primary goal 
and Ciphermail was the only thing that didn't destroy html mail. So kudos for 
that. 

-jeremy

> On Feb 2, 2016, at 8:45 AM, [email protected] wrote:
> 
> 
> Zitat von Jeremy Hansen <[email protected]>:
> 
>> Remote mail works just fine.  I’m trying to send mail to a local user on the 
>> localhost:
>> 
>> echo test | mail -s Test test@localhost && tail -f maillog
>> 
>> It looks like the response coming back from cipher mail is that it can’t 
>> find localhost:
>> 
>> Feb  2 00:23:29 mx postfix/smtp[5852]: 22CD28F65E: to=<test@localhost>, 
>> relay=none, delay=0.05, delays=0.04/0.01/0/0, dsn=5.4.4, status=bounced 
>> (Host or domain name not found. Name service error for name=localhost 
>> type=A: Host not found)
> 
> This is Postfix telling you that it has no idea how to deliver mail to the 
> domain localhost. To my knowledge you should set localhost in mydestination 
> of Postfix to get it work, but be aware that by default this will be 
> delivered on the local machine to the OS user test if available.
> 
> Regards
> 
> Andreas
> 
> 
> _______________________________________________
> Users mailing list
> [email protected]
> https://lists.djigzo.com/lists/listinfo/users
_______________________________________________
Users mailing list
[email protected]
https://lists.djigzo.com/lists/listinfo/users

Reply via email to