Actually im able to connect to database successfully because when I run /home/vpopmail/bin/vuserinfo at server A i get the following information
[r...@localhost ~]# /home/vpopmail/bin/vuserinfo postmaster Error. Domain example.com was not found in the assign file name: postmaster passwd: $1$ZnriEvdc$dod24YiLJ.o8UV0weOLm6/ clear passwd: password comment/gecos: Postmaster uid: 0 gid: 0 flags: 0 gecos: Postmaster limits: No user limits set. dir: /home/vpopmail/domains/example.com/postmaster quota: 10485760S,1000C usage: 0% last auth: Wed Aug 26 10:18:10 2009 last auth ip: x.x.x.x but when i try to send email i get the following error in /var/log/maillog Aug 26 09:03:43 localhost vpopmail[31785]: vchkpw-submission: vpopmail user not found [email protected]:x.x.x.x Thanks for the quick response. Manny ----- Original Message ----- From: Phil Leinhauser To: [email protected] Sent: Wednesday, August 26, 2009 9:52 AM Subject: RE: [qmailtoaster] SMTP AUTH for Submission port Are you sure the user account in mysql is allowed access from server A? By default, MySQL is set for localhost access only. You need to set it for u...@% instead of u...@localhost. From: mailing [mailto:[email protected]] Sent: Tuesday, August 25, 2009 9:46 PM To: [email protected] Subject: [qmailtoaster] SMTP AUTH for Submission port Hi to all, I configured two mail server , Server A services include SMTP,SUBMISSION,CLAMAV and SPAMASSASSIN while Server B will provide the IMAP and POP3 services. All incoming mails to Server A will go to Server B. My users will be using SERVER A's submission port to send emails and will be authenticated via SERVER B, I edited Server A's /home/vpopmail/etc/vpopmail.mysql with the following SERVER_B_IP|0|vpopmail|vpoppassword|vpopmail . But when i try to send email seems server A does not accepting my username and password ? Any one had done this before ? Your help is highly appreciated. Regards, manny
