Open Bug 948237 Opened 11 years ago Updated 8 years ago

Webtools - ISPDB Database Entries - Update for pdx.edu

Categories

(Webtools :: ISPDB Database Entries, defect)

defect
Not set
normal

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: kirbyb, Unassigned)

Details

Attachments

(1 file)

1.31 KB, application/xml
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Steps to reproduce:

Hello, 
We migrated mail systems (in house > Google Apps). The stored settings (https://autoconfig.thunderbird.net/v1.1/pdx.edu) are no longer valid.

I've modified our XLM file below, in the "What should have happened" section. 
End result settings should be... 
*Incoming* 
Host: imap.gmail.com
Port: 993
Socket: SSL
Requires SSL: Yes
Username: username@domain (i.e. username@pdx.edu)

*Outgoing*
Host: smtp.gmail.com
Port: 587
Socket: STARTTLS
Requires SSL: Yes
Username: username@domain (i.e. username@pdx.edu)

Note: I assumed "domain" is captured as a variable: 
<username>%EMAILADDRESS%@%domain%</username>


If these changes cannot be made then please delete our stored settings xml files. 
https://autoconfig.thunderbird.net/v1.1/pdx.edu
https://autoconfig.thunderbird.net/v1.0/pdx.edu

Thank you, 
-kirby 
kirbyb |at|  pdx   d0t   edu


Actual results:

// OLD (WRONG) SETTINGS
<clientConfig version="1.1">
<emailProvider id="pdx.edu">
<domain>pdx.edu</domain>
<displayName>Portland State University Mail</displayName>
<displayShortName>PSU Mail</displayShortName>
<incomingServer type="imap">
<hostname>psumail.pdx.edu</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>psumail.pdx.edu</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mailhost.pdx.edu</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>mailhost.pdx.edu</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="http://oit.pdx.edu/psu-email-settings-advanced-users">
<descr lang="en">
Portland State University Email Settings for Advanced Users
</descr>
</documentation>
</emailProvider>
</clientConfig>


Expected results:

// New (Correct) SETTINGS
<clientConfig version="1.1">
<emailProvider id="pdx.edu">
<domain>pdx.edu</domain>
<displayName>Portland State University Mail</displayName>
<displayShortName>PSU Mail</displayShortName>
<incomingServer type="imap">
<hostname>psumail.pdx.edu</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%@%domain%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.gmail.com</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password</authentication>
<username>%EMAILADDRESS%@%domain%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.gmail.com</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password</authentication>
<username>%EMAILADDRESS%@%domain%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.gmail.com</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password</authentication>
<username>%EMAILADDRESS%@%domain%</username>
</outgoingServer>
<documentation url="http://oit.pdx.edu/psu-email-settings-advanced-users">
<descr lang="en">
Portland State University Email Settings for Advanced Users
</descr>
</documentation>
</emailProvider>
</clientConfig>
settings from http://www.pdx.edu/oit/advanced-email-settings


Email Settings

Incoming mail server

    Protocol: IMAP
    Server: imap.gmail.com
    Username: YourOdinUsername@pdx.edu (include @pdx.edu)
    Port: 993
    Connection Type: SSL/TLS

Outgoing mail server

    Protocol: SMTP
    Server: smtp.gmail.com
    Port: 465 or 587
    Connection Security: SSL
    Username: YourOdinUsername@pdx.edu
    Authentication Required? Yes
Attached file pdx.edu.xml
Can you verify the settings in the attached file are correct?




Mozilla ISP DB: https://live.mozillamessaging.com/autoconfig/v1.1/pdx.edu
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: