Roundcube Community Forum

 

Different Imap and SMTP Servers

Started by Joejoescreations, November 11, 2015, 12:37:35 PM

Previous topic - Next topic

Joejoescreations

Hey, so is there a way you can help me setup Roundcube to where people who have there Smtp and Imap servers as their domain name but with a port 21


So for example i want this email
[email protected]

and this email

[email protected]

to be able to login with the same application

but the smtp server and ftp server is
[email protected]:21
[email protected]:21

Please help me! Thanks

SKaero

I'm confused about what your asking for. Do you want to run SMTP and FTP on the same port?

Joejoescreations

Okay, so i run a business called Joejoescreations.com
I have a hosting service that i use for my clients called "Hostgator".
Now i want them to be able to login to there email via my website...

The only problem is the FTP and SMTP server will be different and will be the domain name of the email client with the port 21

So is there a way to tell the files that whatever comes after the @ is the FTP and SMTP server with the port 21

So like (url):21

alec

I don't know what are you using ftp for, but for smtp you have smtp_port and smtp_server options. In smtp_server you can use some variables. the domain part of email address is not directly supported, but maybe you can use another variable. See https://github.com/roundcube/roundcubemail/blob/release-1.1/config/defaults.inc.php#L225

Joejoescreations

I mean IMAP.. So is there a way i can tell the system to use the URL and to just use the port?