how to rewrite from address before relaying?

2015-08-26 Thread Manfred Lotz
Hi all,
(Hope this is no duplicate as I did send this before via gmane when I
wasn't registered yet)

When sending an email from command line my from address is say
manfred@localhost. I want to get this rewritten to for instance
manfred.l...@arcor.de when relaying the mail. 

Could I have a map like

manfred@localhost  manfred.l...@arcor.de
manfred@phoenix  manfred.l...@arcor.de

?

How can I do something like this?  Thanks.


-- 
Manfred

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



Re: how to rewrite from address before relaying?

2015-08-26 Thread Manfred Lotz
On Wed, 26 Aug 2015 19:15:52 +0200
Manfred Lotz manfred.l...@arcor.de wrote:

 Hi all,
 (Hope this is no duplicate as I did send this before via gmane when I
 wasn't registered yet)
 
 When sending an email from command line my from address is say
 manfred@localhost. I want to get this rewritten to for instance
 manfred.l...@arcor.de when relaying the mail. 
 
 Could I have a map like
 
 manfred@localhost  manfred.l...@arcor.de
 manfred@phoenix  manfred.l...@arcor.de
 

Oops. Gmane messed up my sample. It should be manfred.lotz at arcor.de


 ?
 
 How can I do something like this?  Thanks.
 
 




-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



OpenSMTPD 5.7.1 portable - received invalid command RCPT TO ...

2015-08-26 Thread Alan Cheng

Hello,
My OpenSMTPD is having problems sending out emails. It gets a error message 
saying somthing like received invalid command: RCPT 
TO:alan.ch...@andex.com.Turned on debugging but still no clue. 
Anyone has any pointers? thanks!

Here is related log:

root@cactus:/usr/local/etc# tail -f /var/log/mail.log

Aug 27 01:51:30 cactus smtpd[12220]: debug: smtp: new client on listener: 
0x953f50
Aug 27 01:51:30 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: 
connection from host 54.209.64.223.static.js.chinamobile [223.64.209.54] 
established
Aug 27 01:51:31 cactus dovecot: imap(acheng): Connection closed in=23 out=501
Aug 27 01:51:31 cactus smtpd[12220]: debug: session_start_ssl: switching to SSL
Aug 27 01:51:31 cactus smtpd[12220]: debug: pony: rsae_priv_enc
Aug 27 01:51:31 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: TLS 
started version=TLSv1/SSLv3 (TLSv1.2), cipher=ECDHE-RSA-AES128-GCM-SHA256, 
bits=128
Aug 27 01:51:31 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: 
received invalid command: RCPT TO:alan.ch...@andex.com

And here is my smtpd.conf:
pki cactus.keda.io certificate /etc/ssl/private/cactus.keda.io.crt
pki cactus.keda.io key /etc/ssl/private/cactus.keda.io.key
listen on localhost
listen on eth0 tls pki cactus.keda.io auth-optional
table aliases file:/usr/local/etc/mail/aliases
table secrets file:/usr/local/etc/mail/secrets
accept for local alias aliases deliver to maildir 
/var/mail/%{user.username}/
accept from any for domain keda.io alias aliases deliver to maildir 
/var/mail/%{user.username}/
accept for any relay
OS is Ubuntu 15.04 and OpenSMTPD is compiled from 5.7.1 portable release.
Thanks,Alan


Re: OpenSMTPD 5.7.1 portable - received invalid command RCPT TO ...

2015-08-26 Thread James Lott
Ah ok, probably not the problem I was thinking of then :/

 On Aug 26, 2015, at 11:26 PM, Alan Cheng ach...@gobsd.org wrote:
 
 oh, I'm not able to change that.  The command was actually from email clients 
 (I tried web mail and anroid email client).
 
 
 --
 From:James Lott ja...@lottspot.com
 Time:2015 Aug 27 (Thu) 11:08
 To:Alan Cheng ach...@gobsd.org
 Cc:misc misc@opensmtpd.org
 Subject:Re: OpenSMTPD 5.7.1 portable - received invalid command RCPT TO ...
 
 I believe the R conflicts with an OpenSSL command-- try 'rcpt to' rather than 
 'RCPT TO'
 
 
 On Aug 26, 2015, at 10:00 PM, Alan Cheng ach...@gobsd.org wrote:
 
 
 Hello,
 
 My OpenSMTPD is having problems sending out emails. It gets a error message 
 saying somthing like received invalid command: RCPT 
 TO:alan.ch...@andex.com.
 Turned on debugging but still no clue. 
 Anyone has any pointers? thanks!
 
 Here is related log:
 
 root@cactus:/usr/local/etc# tail -f /var/log/mail.log
 
 Aug 27 01:51:30 cactus smtpd[12220]: debug: smtp: new client on listener: 
 0x953f50
 Aug 27 01:51:30 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: 
 connection from host 54.209.64.223.static.js.chinamobile [223.64.209.54] 
 established
 Aug 27 01:51:31 cactus dovecot: imap(acheng): Connection closed in=23 out=501
 Aug 27 01:51:31 cactus smtpd[12220]: debug: session_start_ssl: switching to 
 SSL
 Aug 27 01:51:31 cactus smtpd[12220]: debug: pony: rsae_priv_enc
 Aug 27 01:51:31 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: TLS 
 started version=TLSv1/SSLv3 (TLSv1.2), cipher=ECDHE-RSA-AES128-GCM-SHA256, 
 bits=128
 Aug 27 01:51:31 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: 
 received invalid command: RCPT TO:alan.ch...@andex.com
 
 And here is my smtpd.conf:
 
 pki cactus.keda.io certificate /etc/ssl/private/cactus.keda.io.crt
 pki cactus.keda.io key /etc/ssl/private/cactus.keda.io.key
 
 listen on localhost
 listen on eth0 tls pki cactus.keda.io auth-optional
 table aliases file:/usr/local/etc/mail/aliases
 table secrets file:/usr/local/etc/mail/secrets
 
 accept for local alias aliases deliver to maildir 
 /var/mail/%{user.username}/
 accept from any for domain keda.io alias aliases deliver to maildir 
 /var/mail/%{user.username}/
 accept for any relay
 
 OS is Ubuntu 15.04 and OpenSMTPD is compiled from 5.7.1 portable release.
 
 Thanks,
 Alan
 


Re: OpenSMTPD 5.7.1 portable - received invalid command RCPT TO ...

2015-08-26 Thread James Lott
I believe the R conflicts with an OpenSSL command-- try 'rcpt to' rather than 
'RCPT TO'


 On Aug 26, 2015, at 10:00 PM, Alan Cheng ach...@gobsd.org wrote:
 
 
 Hello,
 
 My OpenSMTPD is having problems sending out emails. It gets a error message 
 saying somthing like received invalid command: RCPT 
 TO:alan.ch...@andex.com.
 Turned on debugging but still no clue. 
 Anyone has any pointers? thanks!
 
 Here is related log:
 
 root@cactus:/usr/local/etc# tail -f /var/log/mail.log
 
 Aug 27 01:51:30 cactus smtpd[12220]: debug: smtp: new client on listener: 
 0x953f50
 Aug 27 01:51:30 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: 
 connection from host 54.209.64.223.static.js.chinamobile [223.64.209.54] 
 established
 Aug 27 01:51:31 cactus dovecot: imap(acheng): Connection closed in=23 out=501
 Aug 27 01:51:31 cactus smtpd[12220]: debug: session_start_ssl: switching to 
 SSL
 Aug 27 01:51:31 cactus smtpd[12220]: debug: pony: rsae_priv_enc
 Aug 27 01:51:31 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: TLS 
 started version=TLSv1/SSLv3 (TLSv1.2), cipher=ECDHE-RSA-AES128-GCM-SHA256, 
 bits=128
 Aug 27 01:51:31 cactus smtpd[12220]: smtp-in: session e228d1ddb97126ff: 
 received invalid command: RCPT TO:alan.ch...@andex.com
 
 And here is my smtpd.conf:
 
 pki cactus.keda.io certificate /etc/ssl/private/cactus.keda.io.crt
 pki cactus.keda.io key /etc/ssl/private/cactus.keda.io.key
 
 listen on localhost
 listen on eth0 tls pki cactus.keda.io auth-optional
 table aliases file:/usr/local/etc/mail/aliases
 table secrets file:/usr/local/etc/mail/secrets
 
 accept for local alias aliases deliver to maildir 
 /var/mail/%{user.username}/
 accept from any for domain keda.io alias aliases deliver to maildir 
 /var/mail/%{user.username}/
 accept for any relay
 
 OS is Ubuntu 15.04 and OpenSMTPD is compiled from 5.7.1 portable release.
 
 Thanks,
 Alan