[ http://jira.jboss.com/jira/browse/JBAS-1261?page=history ]

Andrew Oliver moved JBMAIL-1 to JBAS-1261:
------------------------------------------

    Project: JBoss Application Server  (was: JBoss Mail)
        Key: JBAS-1261  (was: JBMAIL-1)
    Version: JBossAS-4.0.1 Final
             JBossAS-3.2.6 Final
             JBossAS-4.0.1RC1
             JBossAS-4.0.0 Final
              JBossAS-3.2.5 Final

> Send mail that requires pop authentication
> ------------------------------------------
>
>          Key: JBAS-1261
>          URL: http://jira.jboss.com/jira/browse/JBAS-1261
>      Project: JBoss Application Server
>         Type: Feature Request
>     Versions: JBossAS-4.0.1 Final, JBossAS-4.0.0 Final, JBossAS-3.2.6 Final,  
> JBossAS-3.2.5 Final, JBossAS-4.0.1RC1
>     Reporter: SourceForge User
>     Assignee: Andrew Oliver

>
>
> SourceForge Submitter: mcsweenb .
> I would like to know how to send mail using the jboss 
> mail-service.xml if the mail server first requires pop 
> authentication.
> For example, my server is running jboss-3.2.2 behind a 
> firewall. It's using a mail server outside the firewall which 
> requires pop authentication before mail can be sent. My 
> jboss server is using the mail-service.xml
> I wonder if there is a parameter in the mail-service.xml 
> file that will allow me to use pop authentication.
> An old jboss document
> http://jboss.sourceforge.net/doc-24/ch11s98.html
> pointed me in the direction of altering my class that uses 
> the mail service to include the lines
>  Store s = session.getStore();
>  s.connect(); // POP authentication
> however I'm not sure if this is still valid.
> More seach showed that this has been a discussion last 
> year:
> http://www.mail-archive.com/ejb-
> [EMAIL PROTECTED]/msg22496.html
> However, it says that you need to code a different 
> authentication class.
> I have tried adding the following to my mail-service.xml 
> file but to no avail. 
>           <property name="mail.smtp.auth" value="true"/>
> I still get the error message saying relaying denied.
> Please could someone tell me the correct way to do this.
> thanks so very much,
> Brian

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to