MC Press Online Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Email (SNDDST) works But not to the outside world ?? (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Email (SNDDST) works But not to the outside world ??
#74380
David Abramowitz (User)
Posts: -5
graphgraph
User Offline Click here to see the profile of this user
Email (SNDDST) works But not to the outside world ?? 4 Years ago Karma: 0  
It sounds as you are doing things corerctly. You may have to get your ISP to run a trace on the mail to see where it is being stopped. <p>Dave
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74381
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 4 Years ago  
It's also possible that you mail server may not allow forwarding of SMTP messages. On Exchange server that can be overriden to allow messages to be forwarded from your iSeries based on its IP address. (This setting is found under routing restrictions in the Exchange Admin.)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74382
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 4 Years ago  
Our iSeries has LPAR, one for DEV and the other for PROD. I can send email from DEV to Outlook and it worked fine, but when I tried to moved the program to PRODUCTION, the email doesnt go to the OUTLOOK. It seems that the AS/400 configuration were the same and the message shows 'Send Distribution was successful'. What will be the possible reason why it doesnt go to MS Exchange server on Production Side. Any help will be greatly appreciated. <p>TIA <BR>
TIKI
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74383
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 4 Years ago  
Mike, <p>I we use Lotus Notes as our mail system. <p>In the directory entry (WRKDIRE), on about the 3rd screen down, it has an option for "MAIL SERVICE LEVEL" & one of the values is for "Lotus Domino". <p>It also has an option for "PREFERRED MAIL ADDRESS". <p>Ya think anyof these'd help since I know my mail server is Lotus Notes, albeit somewhere else on the corporate WAN. <p>Thanks for the help. <BR>
Martin
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74384
dchristie (User)
Platinum Boarder
Posts: 349
graphgraph
User Offline Click here to see the profile of this user
Email (SNDDST) works But not to the outside world ?? 4 Years ago Karma: 0  
Have you tried resetting the servers? I usually have to do this now and then to get things going.
<pre> <p>/* End */
&nbsp;ENDTCPSVR SERVER(*SMTP)
&nbsp;ENDMSF <p>/* Cleans out old messages */
&nbsp;CRTDTAARA DTAARA(QUSRSYS/QTMSCLEAN) TYPE(*CHAR) LEN(1) +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VALUE('c') AUT(*ALL) <p>/* Start */
&nbsp;STRTCPSVR SERVER(*SMTP)
&nbsp;STRMSF <p></pre> <p>Then send a message.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74385
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 3 Years, 11 Months ago  
Is there anyway to receive attachments if you do not have OfficeVision/400 ?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74386
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 3 Years, 11 Months ago  
Hi mcarpenter <p>We seems to have the same problem. I'm using Lotus Notes 4.6. My OS400 is V4R4. Except that I've manage to send the mail to my yahoo mail account. BUT the mail send was an indication that the mail cannot support some MIME setting (which I have no idea what that is!). Until now, I haven't got the solution to this problem. (You can refer attachment) <p>Regards <BR>
Araman Amru ( This e-mail address is being protected from spam bots, you need JavaScript enabled to view it / araman_amru@yahoo.com)
File Attachment:
File Name: 6b176674_ShowLetter.htm
File Size: 24
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74388
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 3 Years, 11 Months ago  
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74387
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 3 Years, 11 Months ago  
Where did you put your xxx.CSV? (should be in QDLS) <BR>
What is your parameter setting for SNDDST? <p>Regards <BR>
Araman
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74389
David Abramowitz (User)
Posts: -5
graphgraph
User Offline Click here to see the profile of this user
Email (SNDDST) works But not to the outside world ?? 3 Years, 11 Months ago Karma: 0  
SNDDST is a function of the SMTP server, not Office Vision. <p>When you create yor directory entry (WRKDIRE or ADDDIRE) press F19 for the input of domain info. Once that has been done, you can receive mail through MS Outlook, or any other email program. <p>Dave
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74390
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 3 Years, 11 Months ago  
MY DOCUMENTS WAS IN QDLS. <BR>
ATTACHED CL CODE, BY THE WAY THIS WORKED ON OUR DEVT BOX. <p>THANKS <BR>
TIKI <p><!--mccodelink_begin--> <BR>
<!-- do not remove --> <BR>
<hr width=50 align=left><small><a href='http://www.mcpressonline.com/mc/showcode@@.6b14a756/11' target='_blank'>Code</a></small> <BR>
<!--mccodelink_end-->
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74391
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 3 Years, 11 Months ago  
Dave, <p>I was actually wanting to receive/detach a text file attachment to the IFS or /QDLS & process it from a batch job on the AS400 using CPYFRMSTMF.... <p>Martin
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74392
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 3 Years, 11 Months ago  
Can you send me how to setup parm for SNDDST? <BR>
Thanks <BR>
TIKI
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74393
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 2 Years, 10 Months ago  
Don't know if this is something you'd be interested in or not, but if you want yet another alternative to sending email from the iSeries from your custom RPG, COBOL and CL applications... you could use the iSeries PC-Engine by TurboGorilla to do it. <p>It'll use the user's own installed PC-based email client such as OUTLOOK, to send email from the iSeries. <p>You can download a full function trial version at: <p><a href="http://www.turbogorilla-software.com">http://www.turbogorilla-software.com</a> <p>HTH
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#74379
Guest.Visitor (Visitor)

Birthdate:
Email (SNDDST) works But not to the outside world ?? 2 Years, 10 Months ago  
I finally went through the TCPIP configuration manual & got SNDDST command to send me an email from the AS/400 to my work email: AS400 & email server are all within the corporate firewall. <p>However, if I try & send an email to me personal email at AOL, I never get it. <p>My setup for SMTP is pretty much all the defaults, the only things I had to configure when I got this working was <p>1) Directory entry (WRKDIRE) for my userid pointed to System name/Group: TCPIP. <p>2) An SMTP Alias name for the directory entry in (1) above: WRKNAMSMTP, chose 1 for System Alias table & added an entry for the directory entry from (1) above & specified <p>SMTP userid of MYUSERID <BR>
SMTP domain of MYDOMAIN. <p>Then whenever I do a SNDDST of type *MSG or *LMSG to that email, it works ! <p>HOWEVER, It does not work when I try to send an email to the outside world, like to my personal email account at AOL.COM: that is, point the an SMTP alias that specifies an SMTP domain outside the corporate firewall: <p>SMTP Userid: mypersonalid <BR>
SMTP domain: mypersonalispdomain <p>I've tried setting the MAILROUTER (w/ FIREWALL(*YES)) on the CHGSMTPA command to various servers that I believe are the SMTP mail router for my network but I haven't had any luck. <p>No matter what I've specifed for MAILROUTER, my SNDDST still comes to my local (inside the firewall) company email address. <p>Any ideas on where to look ? <p>Perhaps I'll have to use the SMTP Route instead of SMTP Userid/domainname in the alias table & specify the specific mail route ? <p>Thanks <BR>
Martin
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
   MC-STORE.COM