emailrelay-help Mailing List for E-MailRelay (Page 3)
SMTP email proxy and relay server
Brought to you by:
graeme_walker
This list is closed, nobody may subscribe to it.
2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
(2) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
(1) |
Jul
(5) |
Aug
(6) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
(2) |
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(3) |
Sep
(3) |
Oct
(4) |
Nov
|
Dec
(5) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2023 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
From: Buehrer, J. (C. Switzerland) <Joh...@co...> - 2014-01-27 16:43:06
|
Hi, I recently started a successful use of emailrelay 1.9, including OpenSSL version 1.0.1f. But one mail server connecting to emailrelay wants to use a higher version of SSL than supported. Is there a way to refer to higher version of the protocol than --tls-config=3 ? This is on a Solaris-10 x86 box, with GCC 3.4.6 compilation. Interestingly, this mail server accepts inbound ssl v3 from emailrelay, but won't negotiate downwards on outbound connections. The certificate chain is fully valid. Diagnostics: Process Emailrelay runs as an inbound listener on port 25012, forwarding mail to a local application on port 15012. The inbound connection should use SSL/TLS. $ uname -a SunOS hostx 5.10 Generic_150401-03 i86pc i386 i86pc $ pargs 9400 9400: /u/emailrelay/sbin/emailrelay --log --pid-file ... argv[0]: /u/emailrelay/sbin/emailrelay argv[1]: --log argv[2]: --pid-file argv[3]: /var/tmp/emailrelay/pid argv[4]: --remote-clients argv[5]: --spool-dir argv[6]: /var/tmp/emailrelay/spool/ argv[7]: --server-tls argv[8]: /u/ssl/mystore2.pem argv[9]: --forward-to argv[10]: localhost:15012 argv[11]: --poll argv[12]: 15 argv[13]: --port argv[14]: 25012 argv[15]: --anonymous argv[16]: --verbose argv[17]: --log argv[18]: --debug Syslog of the error, with SSL/TLS "SSL3_GET_RECORD:wrong version number" Jan 27 15:56:59 hostx syslog[9400]: [ID 702911 mail.info] emailrelay: info: GSmtp::ServerPeer: smtp connection from 10.112.108.12:12550 Jan 27 15:56:59 hostx syslog[9400]: [ID 702911 mail.info] emailrelay: info: GSmtp::ServerProtocol: tx>>: "220 ready" Jan 27 15:56:59 hostx syslog[9400]: [ID 702911 mail.info] emailrelay: info: GSmtp::ServerProtocol: rx<<: "EHLO mail12" Jan 27 15:56:59 hostx syslog[9400]: [ID 702911 mail.info] emailrelay: info: GSmtp::ServerProtocol: tx>>: "250-hello\r\n250-STARTTLS\r\n250 8BITMIME" Jan 27 15:56:59 hostx syslog[9400]: [ID 702911 mail.info] emailrelay: info: GSmtp::ServerProtocol: rx<<: "STARTTLS" Jan 27 15:56:59 hostx syslog[9400]: [ID 702911 mail.info] emailrelay: info: GSmtp::ServerProtocol: tx>>: "220 ready to start tls" Jan 27 15:56:59 hostx syslog[9400]: [ID 702911 mail.warning] emailrelay: warning: GNet::SocketProtocolImp::log: ssl error: SSL_accept: [error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number] Jan 27 15:56:59 hostx syslog[9400]: [ID 702911 mail.info] emailrelay: info: GSmtp::ServerPeer: smtp connection closed: read error: disconnected: ssl accept: 10.112.108.12:12550 stderr debug emailrelay: info: GSmtp::ServerProtocol: rx<<: "EHLO mail12" emailrelay: debug: GSmtp::ProtocolMessageStore::clear emailrelay: info: GSmtp::ServerProtocol: tx>>: "250-hello\r\n250-STARTTLS\r\n250 8BITMIME" emailrelay: debug: GNet::Select::runOnce: detected event(s) on 1 fd(s) emailrelay: debug: SocketProtocolImp::readEvent: state=0 emailrelay: info: GSmtp::ServerProtocol: rx<<: "STARTTLS" emailrelay: info: GSmtp::ServerProtocol: tx>>: "220 ready to start tls" emailrelay: debug: SocketProtocolImp::sslAccept emailrelay: debug: SocketProtocolImp::sslAcceptImp emailrelay: debug: SocketProtocolImp::log: ssl error: SSL_accept: rc=-1: error 2 => Result_read emailrelay: debug: SocketProtocolImp::sslAcceptImp: result=Result_read emailrelay: debug: GNet::Select::runOnce: detected event(s) on 1 fd(s) emailrelay: debug: SocketProtocolImp::readEvent: state=2 emailrelay: debug: SocketProtocolImp::sslAcceptImp emailrelay: debug: SocketProtocolImp::log: ssl error: SSL_accept: rc=-1: error 1 => Result_error emailrelay: warning: GNet::SocketProtocolImp::log: ssl error: SSL_accept: [error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number] emailrelay: debug: SocketProtocolImp::sslAcceptImp: result=Result_error emailrelay: debug: ServerPeer::onException: exception: read error: disconnected: ssl accept emailrelay: info: GSmtp::ServerPeer: smtp connection closed: read error: disconnected: ssl accept: 10.112.108.12:12550 emailrelay: debug: GNet::TimerList::update: 1390834627 -> 1390834619 emailrelay: debug: GNet::Select::runOnce: select() timeout emailrelay: debug: GNet::TimerList::doTimeouts emailrelay: debug: GNet::ServerPeer::dtor: [0x835c248]: fd 10.112.108.12:12550@6 emailrelay: debug: GNet::EventHandlerList::remove: read-list: removing 6 emailrelay: debug: GNet::EventHandlerList::remove: exception-list: removing 6 emailrelay: debug: GNet::TimerList::update: ? -> 1390834627 emailrelay: debug: GNet::Select::runOnce: detected event(s) on 1 fd(s) emailrelay: debug: GNet::Select::runOnce: select() timeout emailrelay: debug: GNet::TimerList::doTimeouts emailrelay: debug: Main::Run::onPollTimeout emailrelay: debug: GNet::TimerList::update: 0 -> 1390834642 emailrelay: debug: Main::Run::doForwarding: polling emailrelay: debug: GNet::TimerList::update: ? -> 1390834642 Thanks John Buehrer This message (including any attachments) is confidential, for the exclusive use of the intended recipient and may contain privileged information. If you are not the intended recipient, retention, dissemination, distribution, copying or otherwise making use of this message is strictly prohibited. Please be kind enough to notify the sender immediately by e-mail if you have received this message by mistake, and delete it from your system. Thank you. -- E-mails may be intercepted, altered or read by unauthorized persons. If you send us messages by e-mail, we take this as your authorization to correspond with you by e-mail. |
From: Shijad A. <shi...@gm...> - 2013-07-03 11:54:59
|
I want to use emailrelay with roundcube. Please help me to setup roundcube with emailrelay. Please guide me with the procedure to do so. Thank you. |
From: Frans K. <Fra...@ha...> - 2013-01-24 11:46:59
|
Hi there, I am using the Windows version of emailrelay Is there a way to re-submit and forward spooled items who are having extension .BAD ? I know in Linux there is a script for it Thank you in advance |
From: Stephan K. <S.K...@La...> - 2010-02-14 17:14:14
|
sorry, typo. not vent, PREvent. So, how to prevent those lines ? |
From: Stephan K. <S.K...@La...> - 2010-02-14 03:32:20
|
Hi, is there a way to prevent received lines generated by e-mailreplay ? I have a security issues with this as it put the machine name in there. Received: FROM XXXXX ([127.0.0.1]) BY XXXXX.local WITH ESMTP ; Sat, 13 Feb 2010 11:45:25 -0500 I have tried --anonymous but that did not handle it. Any help would really be appreciated. Stephan |
From: Derek V. <der...@ke...> - 2008-10-19 17:05:45
|
I have been running Emailrelay for a number of years (currently 1.4 version) and I just tried installing 1.8.1. It builds and installs no issue but I noticed when I started it would seem to die shortly afterwards. I think tried to run it in the foreground with the --no-daemon option and I get a segmentation fault on it. If I revert back to 1.4 binaries it is ok. I am running on Mandriva 2007 with 2.6.7 kernel. Any ideas? Derek. |
From: Raymond B. <Ray...@nn...> - 2008-10-08 19:15:17
|
I installed emailrelay on windows xp, but cannot invoke the program to forward mail that is in the spool folder. The app events look curious: emailrelay: info: smtp server on 0.0.0.0:25 Does 0.0.0.0. indicate a problem? Thanks. Raymond Boyd |
From: Jacobsen, T. A. <tov...@no...> - 2007-12-05 13:35:42
|
Hi, =20 The client authentication is documented here: = http://emailrelay.sourceforge.net/reference.html#H_1 =20 =20 Regards, Tov Are Jacobsen ________________________________ From: ema...@li... on behalf of Matthew = Barrett Sent: Tue 12/4/2007 16:35 To: ema...@li... Subject: [emailrelay-help] Forwarding to Exchange Hi, =20 I have the server running on SuSE Enterprise SLES v10.1 SP1 and it is = capturing the email just fine. To forward them to our Exchange server I = require authentication through LDAP on the DC before Exchange will = except them. =20 What is the format of the auth file, when used with -C? I cannot find = any info on this. =20 Matthew Barrett Senior Technical Specialist, Information Services=20 PowerStream Inc - P:905.513.4204 - M:416.892.9377 P Please don't print this e-mail or any attachments unless you really = need to. =20 We're moving in the new year=20 PowerStream will be relocating to a new head office facility at 161 = Cityview Boulevard, Vaughan, Ontario, L4H 0A9. Please contact us or = visit our website at www.powerstream.ca for further details. Our main = telephone numbers will continue to be 905-417-6900 for Vaughan local = calls and 1-877-963-6900 for all other areas.=20 Confidentiality Warning: This message and any attachments are intended = only for the use of the intended recipient(s), are confidential, and may = be privileged. If you are not the intended recipient, you are hereby = notified that any review, retransmission, conversion to hard copy, = copying, circulation or other use of this message and any attachments is = strictly prohibited. If you are not the intended recipient, please = notify the sender immediately by return e-mail, and delete this message = and any attachments from your system. Thank you.=20 |
From: Matthew B. <mat...@po...> - 2007-12-04 15:54:20
|
Hi, =20 I have the server running on SuSE Enterprise SLES v10.1 SP1 and it is capturing the email just fine. To forward them to our Exchange server I require authentication through LDAP on the DC before Exchange will except them. =20 What is the format of the auth file, when used with -C? I cannot find any info on this. =20 Matthew Barrett Senior Technical Specialist, Information Services=20 PowerStream Inc - P:905.513.4204 - M:416.892.9377 P Please don't print this e-mail or any attachments unless you really need to. =20 ********************************=0D =0D We?re moving in the new year=0D =0D PowerStream will be relocating to a new head office facility at 161 Cityvie= w Boulevard, Vaughan, Ontario, L4H 0A9. Please contact us or visit our web= site at www.powerstream.ca for further details. Our main telephone numbers= will continue to be 905-417-6900 for Vaughan local calls and 1-877-963-690= 0 for all other areas.=0D =0D ********************************=0D =0D Confidentiality Warning: This message and any attachments are intended only= for the use of the intended recipient(s), are confidential, and may be pri= vileged. If you are not the intended recipient, you are hereby notified tha= t any review, retransmission, conversion to hard copy, copying, circulation= or other use of this message and any attachments is strictly prohibited. I= f you are not the intended recipient, please notify the sender immediately = by return e-mail, and delete this message and any attachments from your sys= tem. Thank you. |
From: Jacobsen, T. A. <tov...@no...> - 2007-10-30 18:50:28
|
Hi, =20 The .auth file I use is for SMTP access and was created using the = emailrelay-gui.exe. You can usually have as many users you want = accessing using the same SMTP server with the same login and = authentication settings (in fact,SMTP services are often set up using no = authentication at all). =20 Regards, =20 Tov Are Jacobsen ________________________________ From: dav...@ie... [mailto:dav...@ie...]=20 Sent: 30. oktober 2007 15:57 To: Jacobsen, Tov Are Cc: ema...@li... Subject: RE: [emailrelay-help] E-MailRelay and SAP R/3 Hi Tov Are,=20 Thanks a lot your help.=20 I implement your recomendations to start service except the = --client-auth.=20 Now I am able to get info events in the eventviewer.=20 The error messages is: emailrelay: info: tx>>: "452 message processing = failed: authentication required by the server"=20 Please, wich config in *.auth i need to send mails only from the = localhost. SAP will send mails from many email address (one per SAP = user).=20 Regards,=20 David Mu=F1oz Coordinador T=E9cnico de Outsourcing Consultor de Sistema B=E1sico de Tecnolog=EDa SAP Centro de Operaciones y Redes IECISA Traves=EDa de Costa Brava, 4 y 6. 28034 - Madrid phone#: 913874700 - 4744 e-mail: dav...@ie... "Jacobsen, Tov Are" <tov...@no...>=20 30/10/2007 14:32=20 =20 Para: <dav...@ie...>=20 cc: <ema...@li...>=20 Asunto: RE: [emailrelay-help] E-MailRelay and SAP R/3 Hi,=20 =20 =20 The messages are logged in the Windows Event Viewer, I think on Windows = 3000 you find that under=20 =20 Start->Administrative Tools->Event Viewer. It's under Applicatoin, to = filter out emailrelay log-entries you can use View->Filter.=20 =20 =20 Here is my batch file, It configures verbose logging to the system log.=20 =20 emailrelay-start.bat=20 =20 =20 "C:\Program Files\emailrelay\emailrelay.exe" --client-auth = C:\WINDOWS\emailrelay.auth --close-stderr --forward-to = smtp.xxxxxxxxx.no:587 --immediate --log --pid-file = C:\WINDOWS\emailrelay.pid --remote-clients --spool-dir = C:\WINDOWS\spool\emailrelay --syslog --verbose --filter "C:\Program\ = Files\emailrelay\scripts\filter.bat"=20 =20 Hope this helps you out a bit.=20 =20 Regards,=20 =20 Tov Are Jacobsen=20 ________________________________ From: ema...@li... = [mailto:ema...@li...] On Behalf Of = dav...@ie... Sent: 30. oktober 2007 14:05 To: ema...@li... Subject: [emailrelay-help] E-MailRelay and SAP R/3 Importance: High Hi,=20 I am triying to use emailrelay to send email messages from SAP 4.6C.=20 I have installed emailrelay in the same Windows 2003 server than host = the SAP application server.=20 The service E-Mailrelay uses the next command to start: "C:\Program = Files\emailrelay\emailrelay-service.exe" --as-proxy --forward-to = 10.238.5.11:smtp.=20 We indicate to SAP by using file mailgw.ini to use command = "C:\Progra-1\emailrelay\emailrelay-submit --from <SENDER_ADDRESS>" to = send mails as indicated in some forums as SAP IT Toolbox.=20 We do not obtain any error in SAP but the messages does not arrive.=20 We can not obtain any error in eventlog or log files from emailrelay, = how can we activate a full log for emailrely?..=20 =20 Any help will be welcome.=20 Thanks in advance.=20 David Mu=F1oz Coordinador T=E9cnico de Outsourcing Consultor de Sistema B=E1sico de Tecnolog=EDa SAP Centro de Operaciones y Redes IECISA Traves=EDa de Costa Brava, 4 y 6. 28034 - Madrid (Spain) e-mail: dav...@ie...=20 Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion confidencial, siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o=20 distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo=20 notifique al remitente y proceda a su borrado. Gracias por su colaboracion. This message (including any attachments) may contain confidential=20 information. It is intended for use by the recipient only. Any=20 dissemination, copying or distribution to third parties without=20 the express consent of the sender is strictly prohibited. If you have received this message in error, please delete it=20 immediately and notify the sender. Thank you for your collaboration. Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion confidencial, siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o=20 distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo=20 notifique al remitente y proceda a su borrado. Gracias por su colaboracion. This message (including any attachments) may contain confidential=20 information. It is intended for use by the recipient only. Any=20 dissemination, copying or distribution to third parties without=20 the express consent of the sender is strictly prohibited. If you have received this message in error, please delete it=20 immediately and notify the sender. Thank you for your collaboration. =09 |
From: <dav...@ie...> - 2007-10-30 14:52:43
|
Hi Tov Are, Thanks a lot your help. I implement your recomendations to start service except the --client-auth. Now I am able to get info events in the eventviewer. The error messages is: emailrelay: info: tx>>: "452 message processing=20 failed: authentication required by the server" Please, wich config in *.auth i need to send mails only from the=20 localhost. SAP will send mails from many email address (one per SAP user). Regards, David Mu=F1oz Coordinador T=E9cnico de Outsourcing Consultor de Sistema B=E1sico de Tecnolog=EDa SAP Centro de Operaciones y Redes IECISA Traves=EDa de Costa Brava, 4 y 6. 28034 - Madrid phone#: 913874700 - 4744 e-mail: dav...@ie... "Jacobsen, Tov Are" <tov...@no...> 30/10/2007 14:32 =20 Para: <dav...@ie...> cc: <ema...@li...> Asunto: RE: [emailrelay-help] E-MailRelay and SAP R/3 Hi, =20 =20 The messages are logged in the Windows Event Viewer, I think on Windows=20 3000 you find that under =20 Start->Administrative Tools->Event Viewer. It's under Applicatoin, to=20 filter out emailrelay log-entries you can use View->Filter. =20 =20 Here is my batch file, It configures verbose logging to the system log. =20 emailrelay-start.bat =20 =20 "C:\Program Files\emailrelay\emailrelay.exe" --client-auth=20 C:\WINDOWS\emailrelay.auth --close-stderr --forward-to=20 smtp.xxxxxxxxx.no:587 --immediate --log --pid-file=20 C:\WINDOWS\emailrelay.pid --remote-clients --spool-dir=20 C:\WINDOWS\spool\emailrelay --syslog --verbose --filter "C:\Program\=20 Files\emailrelay\scripts\filter.bat" =20 Hope this helps you out a bit. =20 Regards, =20 Tov Are Jacobsen From: ema...@li...=20 [mailto:ema...@li...] On Behalf Of=20 dav...@ie... Sent: 30. oktober 2007 14:05 To: ema...@li... Subject: [emailrelay-help] E-MailRelay and SAP R/3 Importance: High Hi,=20 I am triying to use emailrelay to send email messages from SAP 4.6C.=20 I have installed emailrelay in the same Windows 2003 server than host the=20 SAP application server.=20 The service E-Mailrelay uses the next command to start: "C:\Program=20 Files\emailrelay\emailrelay-service.exe" --as-proxy --forward-to=20 10.238.5.11:smtp.=20 We indicate to SAP by using file mailgw.ini to use command=20 "C:\Progra-1\emailrelay\emailrelay-submit --from <SENDER_ADDRESS>" to send= =20 mails as indicated in some forums as SAP IT Toolbox.=20 We do not obtain any error in SAP but the messages does not arrive.=20 We can not obtain any error in eventlog or log files from emailrelay, how=20 can we activate a full log for emailrely?..=20 =20 Any help will be welcome.=20 Thanks in advance.=20 David Mu=F1oz Coordinador T=E9cnico de Outsourcing Consultor de Sistema B=E1sico de Tecnolog=EDa SAP Centro de Operaciones y Redes IECISA Traves=EDa de Costa Brava, 4 y 6. 28034 - Madrid (Spain) e-mail: dav...@ie... Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion confidencial, siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o=20 distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo=20 notifique al remitente y proceda a su borrado. Gracias por su colaboracion. This message (including any attachments) may contain confidential=20 information. It is intended for use by the recipient only. Any=20 dissemination, copying or distribution to third parties without=20 the express consent of the sender is strictly prohibited. If you have received this message in error, please delete it=20 immediately and notify the sender. Thank you for your collaboration. Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion confidencial, siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o=20 distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo=20 notifique al remitente y proceda a su borrado. Gracias por su colaboracion. This message (including any attachments) may contain confidential=20 information. It is intended for use by the recipient only. Any=20 dissemination, copying or distribution to third parties without=20 the express consent of the sender is strictly prohibited. If you have received this message in error, please delete it=20 immediately and notify the sender. Thank you for your collaboration. |
From: Jacobsen, T. A. <tov...@no...> - 2007-10-30 13:38:04
|
Hi, =20 =20 The messages are logged in the Windows Event Viewer, I think on Windows = 3000 you find that under =20 Start->Administrative Tools->Event Viewer. It's under Applicatoin, to = filter out emailrelay log-entries you can use View->Filter. =20 =20 Here is my batch file, It configures verbose logging to the system log. =20 emailrelay-start.bat =20 =20 "C:\Program Files\emailrelay\emailrelay.exe" --client-auth = C:\WINDOWS\emailrelay.auth --close-stderr --forward-to = smtp.xxxxxxxxx.no:587 --immediate --log --pid-file = C:\WINDOWS\emailrelay.pid --remote-clients --spool-dir = C:\WINDOWS\spool\emailrelay --syslog --verbose --filter "C:\Program\ = Files\emailrelay\scripts\filter.bat" =20 Hope this helps you out a bit. =20 Regards, =20 Tov Are Jacobsen ________________________________ From: ema...@li... = [mailto:ema...@li...] On Behalf Of = dav...@ie... Sent: 30. oktober 2007 14:05 To: ema...@li... Subject: [emailrelay-help] E-MailRelay and SAP R/3 Importance: High Hi,=20 I am triying to use emailrelay to send email messages from SAP 4.6C.=20 I have installed emailrelay in the same Windows 2003 server than host = the SAP application server.=20 The service E-Mailrelay uses the next command to start: "C:\Program = Files\emailrelay\emailrelay-service.exe" --as-proxy --forward-to = 10.238.5.11:smtp.=20 We indicate to SAP by using file mailgw.ini to use command = "C:\Progra-1\emailrelay\emailrelay-submit --from <SENDER_ADDRESS>" to = send mails as indicated in some forums as SAP IT Toolbox.=20 We do not obtain any error in SAP but the messages does not arrive.=20 We can not obtain any error in eventlog or log files from emailrelay, = how can we activate a full log for emailrely?..=20 =20 Any help will be welcome.=20 Thanks in advance.=20 David Mu=F1oz Coordinador T=E9cnico de Outsourcing Consultor de Sistema B=E1sico de Tecnolog=EDa SAP Centro de Operaciones y Redes IECISA Traves=EDa de Costa Brava, 4 y 6. 28034 - Madrid (Spain) e-mail: dav...@ie... Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion confidencial, siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o=20 distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo=20 notifique al remitente y proceda a su borrado. Gracias por su colaboracion. This message (including any attachments) may contain confidential=20 information. It is intended for use by the recipient only. Any=20 dissemination, copying or distribution to third parties without=20 the express consent of the sender is strictly prohibited. If you have received this message in error, please delete it=20 immediately and notify the sender. Thank you for your collaboration. =09 |
From: <dav...@ie...> - 2007-10-30 13:03:43
|
Hi, I am triying to use emailrelay to send email messages from SAP 4.6C. I have installed emailrelay in the same Windows 2003 server than host the=20 SAP application server. The service E-Mailrelay uses the next command to start: "C:\Program=20 Files\emailrelay\emailrelay-service.exe" --as-proxy --forward-to=20 10.238.5.11:smtp. We indicate to SAP by using file mailgw.ini to use command=20 "C:\Progra-1\emailrelay\emailrelay-submit --from <SENDER_ADDRESS>" to send= =20 mails as indicated in some forums as SAP IT Toolbox. We do not obtain any error in SAP but the messages does not arrive. We can not obtain any error in eventlog or log files from emailrelay, how=20 can we activate a full log for emailrely?. =20 Any help will be welcome. Thanks in advance. David Mu=F1oz Coordinador T=E9cnico de Outsourcing Consultor de Sistema B=E1sico de Tecnolog=EDa SAP Centro de Operaciones y Redes IECISA Traves=EDa de Costa Brava, 4 y 6. 28034 - Madrid (Spain) e-mail: dav...@ie... Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener informacion confidencial, siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o=20 distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje erroneamente, se ruega lo=20 notifique al remitente y proceda a su borrado. Gracias por su colaboracion. This message (including any attachments) may contain confidential=20 information. It is intended for use by the recipient only. Any=20 dissemination, copying or distribution to third parties without=20 the express consent of the sender is strictly prohibited. If you have received this message in error, please delete it=20 immediately and notify the sender. Thank you for your collaboration. |
From: Jacobsen, T. <tov...@no...> - 2007-10-12 10:31:20
|
Hi, I wonder if it would be possible to make it easier to make routing agents with emailrelay: My current local setup on 127.0.0.1 requires: * emailrelay set up as a service. * A modified emailrelay-start.bat to enable filtering. * Which, since i use python points to a filter.bat * The filter.bat calls a filter.py * The filter.py needs to send email itself. * In addition a whole new set of log-files for the extension, since the appliaction can fail at several places. * Authentication needs to be written in the .py script in addition to the emailrelay installation. The appliacaton is a simple outbound routing mechanism, on certain destinations I need to ensure that a cc is forwarded to the alternative person (since they might have taken a day off work or something). Creating an email alias won't work because one should be in the To header and the second in the CC header (I haven't found an MTA so far capable of doing it). Things that would help is to have a capable cross-platform language available, such as python (because it allready has good functionality for processing email and text: I don't have a C/C++ enviroment available to just try and modify emailrelay, but apparently it isn't so many lines of code: #include "Python.h" int main() { Py_Initialize(); PyRun_SimpleFile("<filename>"); Py_Finalize(); return(); } A more advanced implementation could make available configuration settings to the script. PS: The simplicity of emailrelay is pretty cool. Thanks. --=20 Regards, Tov Are Jacobsen Tlf: +47 995 40 550 |
From: Michael.Burnham <mic...@sw...> - 2005-06-29 16:17:41
|
Hi All I understand that you are all busy people but I would like your help please. I have installed EmailRelay (v1.2) as part of Request Tracker (a bug tracking piece of software) on a windows xp box. The mails are generated by RT and put in the spool directory as expected, but they are not taken from the spool directory and pushed to our third party mail server. This is the error message I get in the spool directory (file type = bad file): X-MailRelay-Reason: smtp client protocol failure: unexpected response: host.domain.net does not exist. My start.bat file looks like this: emailrelay --as-server --port 25 --spool-dir c:\Progra~1\OurInternet\Common\emailrelay\spool --remote-clients emailrelay --as-client host.domain.net:25 --spool-dir c:\Progra~1\OurInternet\Common\emailrelay\spool --remote-clients I have tried searching for help on the net but cannot see anyone with the same problem. Any help/advise would be greatly appreciated Kind Regards < Michael Burnham < SWAPSTREAM < 65 Petty France, London SW1H 9EU < T: +44 (0)20 7799 1717 < F: +44 (0)20 7222 7937 < E: Mic...@sw... < W: www.swapstream.net <http://www.swapstream.net/> |
From: Chris N. <CN...@ci...> - 2005-01-13 15:20:39
|
I'm looking for a simple SMTP server like this to hold incoming email for a few seconds. =20 I do over 1M emails a week.. has anyone else ever deployed Emailrelay in that kind of environment? =20 I'm Win32... =20 Best, Chris |