Exclamation Email Goes to Spam and Sender ID points with Wrong Domain Hi: I am using ispconfig2 on centos 5 production server and this server is acting as maiil server also . I am using the squirrelmail plugin to send mails, when i sent mails its shows the reverse recipent as " [email protected] " where as it should be " [email protected]" I have done the following configuration with the following in my server Domain name: drsforum.com name server :ns1.drsforum.com mx : mail.drsforum.com user:[email protected] i checked the mx record configuration with the following command " dig MX @localhost drsforum.com " and its results will be (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51804 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0 ;; QUESTION SECTION: ;drsforum.com. IN MX ;; ANSWER SECTION: drsforum.com. 86400 IN MX 10 mail.drsforum.com. ;; AUTHORITY SECTION: drsforum.com. 86400 IN NS ns1.drsforum.com. drsforum.com. 86400 IN NS ns2.drsforum.com. ;; Query time: 22 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Wed Mar 25 16:51:00 2009 ;; MSG SIZE rcvd: 87 can any one tell me what will be the problem is ? how can i sent the mails with the relevant domain name? Can i change the user name from " [email protected]" to "[email protected]"? Can i create the email users automatically using php scrip without login to the ispadmin panel (like yahoo mail signup form)? Thanx everyone Edit/Delete Message Reply With Quote Multi-Quote This Message Quick reply to this message
Squerillmail Can change user name? Thanks folko for your comment .ya there will be an option called "personel information" in squrrielmail where we can set the sender id for ourselves. But in my application i have integrate to the sign up form for users where they can register and avail the user name for their usage( service like yahoo mail) flako how can i integrate this service ( mail service like yahoo )with scripting language like php?