LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-03-2018, 09:45 AM   #1
albug1
LQ Newbie
 
Registered: Nov 2018
Posts: 4

Rep: Reputation: Disabled
squirrel webmail auto response error


hello members, its ma please to join this community and be part of the family.
am having an issue with squirrel webmail auto response. am running a debian server for mails but when i try to set it up am getting these errors """There was a problem uploading your forward file: "cannot connect to localhost". Please contact your support department.
There was a problem connecting to your FTP server: "cannot connect to localhost". Please contact your support department.
There was a problem connecting to your FTP server: "cannot connect to localhost". Please contact your support department."""
anyone who can help me on how i can fix it
thanks alot
 
Old 11-03-2018, 05:31 PM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,175
Blog Entries: 1

Rep: Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042
Hi and welcome to LQ,
Quote:
Originally Posted by albug1 View Post
hello members, its ma please to join this community and be part of the family.
am having an issue with squirrel webmail auto response. am running a debian server for mails but when i try to set it up am getting these errors """There was a problem uploading your forward file: "cannot connect to localhost". Please contact your support department.
There was a problem connecting to your FTP server: "cannot connect to localhost". Please contact your support department.
There was a problem connecting to your FTP server: "cannot connect to localhost". Please contact your support department."""
anyone who can help me on how i can fix it
thanks alot
You didn't give many details, but I guess you're trying to install this autoresponder squirrelmail plugin
If that's the case, then you need to also run an FTP server, in order for the plugin to upload a .forward file in the user's homedir.

Regards
 
Old 11-04-2018, 01:32 AM   #3
albug1
LQ Newbie
 
Registered: Nov 2018
Posts: 4

Original Poster
Rep: Reputation: Disabled
hello Bathory

Quote:
Originally Posted by bathory View Post
Hi and welcome to LQ,

You didn't give many details, but I guess you're trying to install this autoresponder squirrelmail plugin
If that's the case, then you need to also run an FTP server, in order for the plugin to upload a .forward file in the user's homedir.

Regards
thanks for the reply, to give you more hint on my situation, this squirrel module i have been using it and users are using webmail very well but when they wanted to activate "auto response" it brings in errors and that's when i discovered the problem. what surprises me is that i have "Proftpd server running on the box and its in running status" but FTP server cant connect to localhost, do i need to install a new FTP? if not how can i make it access localhost or FTP access IMAP account home directories. i need some help there

thanks alot
 
Old 11-05-2018, 02:22 AM   #4
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,175
Blog Entries: 1

Rep: Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042
Quote:
Originally Posted by albug1 View Post
thanks for the reply, to give you more hint on my situation, this squirrel module i have been using it and users are using webmail very well but when they wanted to activate "auto response" it brings in errors and that's when i discovered the problem. what surprises me is that i have "Proftpd server running on the box and its in running status" but FTP server cant connect to localhost, do i need to install a new FTP? if not how can i make it access localhost or FTP access IMAP account home directories. i need some help there

thanks alot
You should start by telling us your distro, how did you install proftpd, post its config file and any other useful file (like logs), that could allow us to help you on this.

To check if proftpd is running and listening on the local loopback interface, run:
Code:
netstat -tanpl|grep 21
 
Old 11-10-2018, 04:04 AM   #5
albug1
LQ Newbie
 
Registered: Nov 2018
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks Bathory for support

Quote:
Originally Posted by bathory View Post
You should start by telling us your distro, how did you install proftpd, post its config file and any other useful file (like logs), that could allow us to help you on this.

To check if proftpd is running and listening on the local loopback interface, run:
Code:
netstat -tanpl|grep 21
sorry for late reply, i was away for 4 days, i ran the netstat command you sent and the results are attached as well as the log and config files for proftpd. am using debian distro version 9, you asked how i installed proftpd; like any other debian package software.
find the attached files and maybe they can help
Attached Thumbnails
Click image for larger version

Name:	netstat command result.JPG
Views:	14
Size:	167.6 KB
ID:	28942   Click image for larger version

Name:	Proftpd server install.jpg
Views:	21
Size:	213.3 KB
ID:	28943  
Attached Files
File Type: txt proftpd.config file.txt (5.4 KB, 17 views)
File Type: log proftpd.log (13.2 KB, 3 views)
File Type: log error.log (239 Bytes, 3 views)
 
Old 11-10-2018, 09:32 AM   #6
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,175
Blog Entries: 1

Rep: Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042Reputation: 2042
Hi,

There is nothing relevant in logs.
Try to ftp to localhost directly from command line and see what you get:
Code:
ftp -d localhost
Maybe you should disable ipv6 using the following in proftpd.conf:
Code:
UseIPv6 Off
and see if it helps.

Regards
 
Old 11-10-2018, 09:41 AM   #7
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,767

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
n/m
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto reply setup process in squirrel mail Fahima Linux - Newbie 6 11-02-2012 05:46 AM
differente global mails in squirrel mail or open webmail kalidoss Linux - Software 0 10-11-2012 03:35 AM
squirrel webmail login problem SKYNET2 Linux - Server 3 07-01-2012 08:35 AM
Cannot change passwd on Squirrel webmail phamletam Linux - Networking 0 07-06-2006 01:28 AM
Problems using squirrel webmail... 3spre10 Linux - Software 2 09-17-2004 08:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration