webmail

default webmail url workaround

Hi, Is there a way or at least a workaround on masking default webmail urls or disabling access webmail urls so users will not be able to change their passwords? Website is PHP based and is using apache server under a shared hosting account. The thing is that http://domain.com/webmail will let users access the main panel where they can...

Link to Hotmail / Windows Live email compose -- maintaining BCC

My app creates a mailto-esque link that takes the end user to a Hotmail compose screen with various attributes pre-filled. Most of the functionality I need is working: to, cc, subject, body. However, Hotmail seems to be stripping out any BCC attributes that I pass into the URL. For example, this link works as advertised: http://mail....

recommended mail server for a closed system?

I'm looking at installing atmail as a replacement to my home-grown system for internal member-to-member emails on my website. Currently, these messages are kept in mysql. All of the IMAP servers I've come across keep emails on the filesystem, I'm guessing there are allot of good reasons that there are not many implementations using mys...

Apache forward everything to Tomcat except webmail

I have my Apache HTTP server set up to forward all requests to Tomcat, i.e. proxy_ajp.conf looks like: ProxyPass / ajp://localhost:8009/ where Tomcat is listening on port 8009. This works find except when I try to access squirrelmail (i.e. webmail) on the server. Is there a way to forward all requests to Tomcat except those going to...

Webmail and domain. I need a solution to this problem.

Hi! Im hoping you geniuses here at stackoverflow can help me with this. Recently i had to point my domain name to a network on Ning.com to map and merge the site with the domain, so i had to add an A and CNAME record. This disconnected the link between my domain and my web host and because of this my friends cant access their email any...

Embedded Image shown as AT00001.bin in Office Outlook Web Access

I am embedding image(s) inside the body of an email and then mailing it. When I view such a received email from my Outlook client installed on my local machine I am able to view all the content along with the embedded image(s) exactly the way I had sent it. But when I try to view the same email through the Outlook Web Access, except the ...

fail-safe mailto setup

I find that (spamprotected) mailto tags are relevant because its convenient for the user (just one click) and they have a record of the sent email. I don't like the alternatives; plaintext(needs to be copy pasted), or phpform that send a copy to the user for archive (incoming, should be outgoing) Also I like the fact that an email sent ...

mail account authentication

hi, i am using parrel's server for windows users to host website . it use horde's webmail now thing is that i can not send mail form locally host domain to another one . mail goes perfacttly to other accounts . this is the error. what do i do? Recipient: [SMTP:[email protected]] Reason: 551 This mail server requir...

Put Downloaded Emails Back to POP3 Server

How can I put my downloaded emails back to my POP3 server? I want it to appear like how it was sent originally. I made a mistake of setting thunderbird to delete my server-side emails and keep only the local one. Now I need to re-upload it back to my web mail. How do I go about doing such? NOTE: The Mailredirect Extension is not compati...

How do I identify a webmail service from an email address?

If I have an email address, such as [email protected] I can identify that it belongs to the gmail webmail service from the gmail.com domain name. There are also googlemail.com addresses which belong to the same service. Is there a known list of domains belonging to popular email services? E.g. Hotmail (hotmail.com, live.com..) G...

Access CPanel Webmail using PHP

I have a domain and CPanel account with a host from which I can create email accounts. I want to write a PHP script to connect to any of the created email accounts provided the username and password and view all the emails sent to this email inbox. If this is possible I would like to have a guide in creating this kind of script. ...