Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Joejoescreations on November 11, 2015, 12:37:35 PM

Title: Different Imap and SMTP Servers
Post by: Joejoescreations on November 11, 2015, 12:37:35 PM
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
Title: Re: Different FTP and SMTP Servers
Post by: SKaero on November 11, 2015, 01:02:53 PM
I'm confused about what your asking for. Do you want to run SMTP and FTP on the same port?
Title: Re: Different FTP and SMTP Servers
Post by: Joejoescreations on November 12, 2015, 01:21:17 AM
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
Title: Re: Different FTP and SMTP Servers
Post by: alec on November 12, 2015, 02:48:53 AM
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
Title: Re: Different FTP and SMTP Servers
Post by: Joejoescreations on November 12, 2015, 05:06:14 PM
I mean IMAP.. So is there a way i can tell the system to use the URL and to just use the port?