Question about vm-pop3d

nuance9

Verified User
Joined
Aug 22, 2004
Messages
9
I'm switching to a new server that is running DA and vm-pop3d.

On my current server the email usernames are in the style of user+domain.com

It appears the default style for vm-pop3d is [email protected]

Is it possible to adjust this somewhere, so that I can make the transfer transparent to the end users?

Thanks!
 
Ok. It's all done, and appears to be working. Here is what I did.

From the DA site:

wget http://files.directadmin.com/services/da_vm-pop3d-1.1.7f.tar.gz
tar xvzf da_vm-pop3d-1.1.7f.tar.gz
cd da_vm-pop3d-1.1.7f

##### Start Hack

vim extra.c
edit line 648 to: const char domain_delimiters[] = "+;!:@%"
save and exit

##### End Hack

./configure --prefix=/usr
make
make install

I then just restarted vm-pop3d from the DA control panel. I can now login as desired with a user+domain.com style login.
 
Last edited:
Back
Top