PDA

View Full Version : Email Goes to Spam and Sender ID points with Wrong Domain


sakthig
25th March 2009, 13:48
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 " web1_sakthi@example.com " where as it should be " web1_sakthi@drsforum.com"

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:sakthi@drsforum.com

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 " web1_sakthi@drsforum.com" to "sakthi@drsforum.com"?

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

falko
26th March 2009, 18:25
Can i change the user name from " web1_sakthi@drsforum.com" to "sakthi@drsforum.com"?Yes, you can set the sender address in SquirrelMail.

Can i create the email users automatically using php scrip without login to the ispadmin panel (like yahoo mail signup form)?http://www.ispconfig.org/remoting_plugin.htm

sakthig
27th March 2009, 13:20
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?

falko
28th March 2009, 20:07
You can do this with the remoting plugin.