Fedora :: Can't Authenticate Using Via POP3 For Dovecot / Fix It?

Jul 4, 2010

I believe I have everything but this setup, as when I use my Outlook's Test Account Setting, it's able to do the following:
1) Send a test e-mail
2) Connect to POP3
3) See the actual test e-mail at /var/spool/mail/<username>

However, the Test Account Setting wasn't able to authenticate to POP3. I then do the following:
1) Start up Command Prompt.
2) Execute "telnet <server IP> 110". It gives me "+OK Dovecot ready".
3) Type "user <username>"
4) Type "pass <password>". It gives me "-ERR Authentication failed".

Then I searched around and found this. However, I'm not sure if I am able to make any sense out of it.

My CentOS 5.5 is setup with the following standard files:
/etc/passwd (password field contains the character "x")
/etc/shadow (examining this reveals it's using MD5 has as the password field begins with $1$)

So how should I set my /etc/dovecot.conf? I think it's this file I need to setup to enable POP3 authentication?

View 3 Replies


ADVERTISEMENT

Debian Configuration :: Install Courier-pop3 And Dovecot-pop3 Simultaneously ?

Apr 16, 2010

For long-term migration from courier to dovecot I would like to install courier-pop and dovecot-pop3d simultaneously. Aptitude offers me to install one, by removing the other, only. Can this be done without creating problems for the package manager and future upgrades? And why if not?

The following NEW packages will be installed:

The following actions will resolve these dependencies:

Remove the following packages:

Score is -170

View 1 Replies View Related

Fedora Servers :: Dovecot Stopped To Authenticate / Why Is So?

Jul 13, 2009

This happened during the bump from 1.1.4 to 1.2.0 (in F11), but now nobody can login into the mail server.

The strace of dovecot-auth says that it sends messages over an AF_NETLINK socket before failing. Why in the world would it do that?

View 2 Replies View Related

Fedora Servers :: Retrieving Mail From POP3 Boxes And Inserting Into Dovecot?

Apr 28, 2009

I have recently set up a mail server running dovecot and everything is fine. However, I now want to retrieve the contents of 2 pop mail boxes and insert them into the IMAP structure under dovecot. I need to check for spam and sort them according to sender and recipient.

What is my best software option for retrieving the mail?

View 3 Replies View Related

Software :: POP3 Access Through Dovecot With Outlook 2007

Aug 15, 2010

I have recently set up a mail system using Postfix, Dovecot, Spamassasin, ClamAV and atMail - I'm new at this, so proud of myself to have gotten this far. I have required secure authetication for both sending through SMTP and access via POP3 and IMAP. All seems to work properly. I have tested POP3 with KMail and Evolution and everything works great. The only problem is I cannot get Outlook 2007 to authenticate for POP3. I can send through SMTP with secure authentication from Outlook, but no matter what I try I cannot get it to authenticate for POP3 access. Checking SPA in Outlook causes it to repeatedly ask for credentials which it does not accept, while un-checking it causes the client to be immediately rejected by the server.

I have turned on all the various relevant client work-around options in Dovecot and Postfix (that I am aware of) and I have hunted through the web to see what I can find, but no luck.

Besides using the listed client work-arounds in the Dovecot config file, can anyone shed light on what else I might need to do to get Outlook 07 working with POP3?

View 4 Replies View Related

General :: Failed To Start Dovecot POP3/IMAP Server?

May 13, 2011

i have some problems to start my dovecot server. I tried to install it from webmin using "un-used modules" but it was allways the same error: "E: Unable to locate package dovecot-pop3d".When I tried to install it from console using the commands: apt-get install dovecot-imapd dovecot-pop3d dovecot-common - and there are no problems with dovecot-imapd and dovecot-common, but still the same error with dovecot-pop3d. After command: service dovecot status: could not access PID file for dovecot ... failed!
After try to start dovecot with comand "dovecot": Error: mail_executable: Can't use /usr/lib/dovecot/pop3: No such file or directoryFatal: Invalid configuration in /etc/dovecot/dovecot.confI've read a few similar threads in this forum about dovecot errors but still can't to fix it.

View 4 Replies View Related

Server :: Dovecot: Local User Can't Login Imap And Pop3

Jul 3, 2011

I'm trying to configure dovecot in RHEL6, but seems system won't accept local user login. I've already disabled pam. I've tried mutt -f imap://xxxx, and Thunderbird to connect as imap and pop3, but both failed, seems dovecot won't accept the password of the login user.the dovecot info log as, Jul 03 20:48:42 imap-login: Info: Disconnected: Too many invalid commands (no auth attempts): rip=192.168.1.3, lip=192.168.1.3, mpid=0, secured

#passdb {
# driver = pam
# [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=<n>]
# [cache_key=<key>] [<service name>]

[code]....

View 1 Replies View Related

Ubuntu Servers :: Dovecot - Outlook - POP3 - Extremely Slow Receiving?

Jul 11, 2011

recently I've replaced an old windows mailserver with a new one running 10.04 LTS (postfix - dovecot) but I got a strange problem with MS Outlook 2003 and 2007 on Win XP. These MUAs receive new messages extremely slow. Some of messages are received repeatedly. All I found in /var/log/mail.log is login and then (after 1 minute) disconnection for inactivity. No errors.:

Jul 11 10:36:51 dovecot: pop3-login: Login: user=(user@domain.org), method=NTLM, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx Jul 11 10:37:07 dovecot: POP3(user@domain.org): Disconnected for inactivity top=0/0, retr=1/5434, del=0/12, size=954793 nothing more. And outlooks wait and wait reporting "receiving". What they are waiting for? Is there something dovecot should send them?

At the same time Mozilla Thunderbird and Opera Mail on the same network with the same setup don't have any problems. I just don't get it. Does anyone know what to do to get it work please?

[Code]...

View 4 Replies View Related

CentOS 5 :: Dovecot/pop3 Email Service Following File System Restoration?

Sep 11, 2009

I am trying to prepare procedures for email restoration following a file system loss that contained user Maildir directories. Assuming that my most recent backup is earlier than the last time that many users received and downloaded email, the restored mail directories will not contain messages that were previously received and downloaded to clients following the backup and preceding the crash. This is not a problem in itself, however, it does appear to cause problems for the email clients.

My desire would be for email clients (outlook, outlook express, thunderbird) to properly recognize the messages that currently exist on the server, ignore previously downloaded messages and download newly arriving messages.The behavior that I am seeing is that the email client fails to recognize that any new messages exist and fails to download any messages at all. By removing the dovecot.index... files and the uidlist file, the clients will download ALL messages that are present in the "new" and "cur" directories even if previously downloaded. This is also an undesirable outcome.

View 1 Replies View Related

CentOS 5 Server :: Starting Dovecot Imap: Fatal: Protocol Pop3 Given More Than Once

May 21, 2010

CentOS 5.4

/etc/init.d/dovecot start
Starting Dovecot Imap: Fatal: Protocol pop3 given more than once

View 1 Replies View Related

General :: Setup A Functioning Imap And Pop3 Mail Server Using Dovecot-postfix?

May 4, 2010

I'm somewhat familiar with Linux and became pretty decent at installing and configuring packages in Ubuntu. One of the things I was able to do with my tinkering was set up a functioning imap and pop3 mail server using dovecot-postfix. Now I'm experimenting with Slackware to get the feel of another distro, and I noticed that the mail server packages were already installed. On my client computer they can pick up that I have users configured and my mx record is working.

However it is failing to send mail saying that it is failing to relay the e-mail message and that the server responded 5.7.1 which was a problem that I was having in Ubuntu when first configuring the mail server. The fix was to edit the postfix.conf file and adding the localhost name of my server. Does anybody know of the file that I need to edit to make it possible to relay my messages with both pop3 and imap.

View 1 Replies View Related

General :: Download Mail From POP3 Server To POP3 Server?

Jan 19, 2010

How can I download Mail from Dovecot POP3 Server to new Dovecot POP3 Server of all users and will always run every minute. I've tried fetchmail and getmail but only in one user and need to run fetchmail or getmail to retrieve new emails.

View 6 Replies View Related

Fedora Security :: Restrict POP3 Or IMAP For Particular Users?

Oct 30, 2009

Is it possible in Linux to restrict POP3 or IMAP for particular users.I need a confirmation on this, that it is possible or not in Linux.

View 3 Replies View Related

Fedora Servers :: Change Port Pop3/imap & Smtp?

Jan 12, 2010

Now, i want to change port smtp, not use 25

View 3 Replies View Related

Fedora Installation :: Documentation To Create A Mail Server With Pop3?

Jun 17, 2010

i've been tryin to configure sendmail with cyrus to create a mail server that'll allow outlook users to connect to and download mails. I've done a lot of googling but so far no success have been able to configure sendmail with cyrus but can't connect the outlook to the server. I've come across certain documentation that says it requires to configure saslauthd. Is there any way i can create a mail server to which users can connect and download their mails. Shall i switch to postfix and dovecot instead? Is that easier?

View 14 Replies View Related

Fedora Networking :: Setup A Single Imap Server To Pop3 Service ?

Mar 31, 2010

My actual mail is via pop3 from verizon. What I've done so far is just pull my pop3 mail onto my main machine at my house. But I'm finding I'd rather have a single imap server on my network so then all my machines could see the same mail.

I don't really want the imap server to poll verizon for mail, I just want the imap server to check pop3 mail at verizon only when one of my mail apps checks into it to look for mail.

View 1 Replies View Related

Fedora Servers :: Unable To Authenticate Through AFP From My MAC / Sort It?

Jun 15, 2009

I installed netatalk for Linux in Fedora 10. I managed to get the service starting correctly at every boot and from Linux side everything looks good. I even manged to tweak avahi-daemon to advertise my server on the network so would show in Finder sidebar (with a snazy tux icon). But when I try to connect to the server it asks me for username and password (as it should), but my password doesn't work. I changed my password, I even gave it a simple one to rule out possibility of "fat-finger"-ing. No success.
I tried many options in my afpd.conf file. Here is the latest code...

View 3 Replies View Related

Fedora Security :: Set Up 2 Root Accounts And Need Both To Be Able To Authenticate?

Nov 20, 2009

fedora 10 and im trying to set up some user accounts on a computer. My current problem is that we set up 2 root accounts and we need both to be able to authenticate. So far this works on the command line but whenever i'm on the GUI it seems that it only allows root to give its password for things. How do i enable the second account to do that as well.as a note, i am doing this for someone else so i have little to no control how this is set up, so please, i am not looking for reasons why this is not a good idea i would just like to figure this out

View 2 Replies View Related

Fedora Servers :: Fedora 10 - Sendmail / Dovecot Relay

Jun 7, 2009

I am trying to setup sendmail on a fc10 box with dovecot running imap. I have everything configured and running on the server. For example, when I run "echo 'test' | mail -s test user@mydomain.com" or even to someuser@gmail.com, the mail goes through just fine. I can then reply from both of those accounts back to the server, no problem.

Relaying denied Cannot send mail. The SMTP server does not recognize any of the authentication methods supported by Entourage. Try changing the SMTP authentication options in Account settings or contact your network administrator.

View 10 Replies View Related

Fedora :: Configure Postfix And The Dovecot?

May 27, 2010

I have configured Postfix, mysql and Dovecot according to following guide. [URL] My issue is When I'm Install dovecot ( using yum command). it Didn't create a "/usr/lib/dovecot/deliver" folder.Then my mail.log trace this error message

Code:

May 27 16:36:02 localhost pipe[26056]: fatal: pipe_command: execvp /usr/lib/dovecot/deliver: No such file or directory May 27 16:36:02 localhost postfix/pipe[26055]: CE9768FED3: to=<john@example.com>, relay=dovecot, delay=26, delays=26/0.02/0/0.02, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/lib/dovecot/deliver: No such file or directory )
After that I have create "/usr/lib/dovecot/deliver' folder. Then I have set permission using follwing command.

Code:

mkdir /usr/lib/dovecot/deliver
chown vmail /usr/lib/dovecot/deliver

Now My log file trace this message

Code:

May 27 19:26:52 localhost postfix/pipe[30111]: E178F9000E: to=<john@example.com>, relay=dovecot, delay=388941, delays=388941/0.02/0/0, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/lib/dovecot/deliver: Permission denied )

how to set permission for this? Or My configuration is wrong?

View 6 Replies View Related

Fedora Installation :: GDM Login Screen - Cannot Authenticate User

Mar 23, 2009

Previously I have a hard disk running OpenSUSE partitioned as follows:
Code:
/dev/sda1 = swap
/dev/sda2 = /
/dev/sda3 = /home

I redid the default partitioning scheme that Fedora tries to use (no LVM crap). Basically told it to make the above layout and to format swap and slash, but NOT to format /home because I want that data. I had it go ahead and install grub on the MBR of this HD as well. The install seems to have went ok and it rebooted. That is when the first problem comes up. I never see grub. I just get a black screen then a bar at the bottom that progressively turns blue, which I assume is Fedora loading.

This is all well and good, then it gets to the login screen (GDM) and I try to log in as root and it tells me "can't authenticate user" hangs for a bit, then goes back to the log in box. I try to get a virtual console (Ctrl+Alt+F#) and nothing. So I guess I have 3 problems in order of significance:
- Why no grub?
- Why no virtual console?
- Why root can't log in?

Normally I would edit kernel option line at the grub prompt to boot into single user mode and fix the problem, but can't. I was able to use the "rescue mode" on the Fedora DVD to accomplish this, but have not had a chance to figure things out any further. I don't think having a /home created by another OS would prevent root from logging in since root "home dir" is /root.

View 1 Replies View Related

Fedora Networking :: Fc11: Broadcom BCM4322 Can't Authenticate

Jul 15, 2009

I can't get my Broadcoam BCM4322 to connect to a protected access point. I've tried the drivers from rpmfusion, and tried to build the module with the source+binary package from Broadcom, all with no luck. The failure seems to happen during the WPA negotiation.

I haven't tried connecting to an unsecured WiFi access point.

When booting this same laptop to Kubuntu 9.04, it can connect to secured, so it is possible under linux.

Here's output from lspci, and the tail of the log while KNetworkManager is trying to connect the device.

lspci | grep -i network
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
0c:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01)

[Code]....

View 3 Replies View Related

Fedora Networking :: [F15] Can't Authenticate On WiFi Connection / Sort It?

May 24, 2011

I cannot authenticate on my wireless network. it keeps asking me the WPA key (which I correctly enter everytime it asks me to). I COULD do that before rebooting. Now I can't. Nice.
What can I do? I've read somewhere that in the RC there where problems with the network applet I don't know what... can this be reconducted to that?

View 2 Replies View Related

Red Hat / Fedora :: Dovecot On RHEL4 - Err Authentication Failed

Aug 22, 2010

I am trying to setup Postfix along with dovecot on RHEL4. I have done the necessary settings in dovecot.conf, yet I am not able to log into the POP3 server. The error I can see through WireShark/Ethereal is "Err- Authentication failed" Some of the important settings in /etc/dovecot.conf are

disable_plaintext_auth = no
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = pam
auth_user = root

The users/passwords are setup on Linux file system without MQSql or any other database. SASL etc is not configured at all.

View 1 Replies View Related

Fedora Servers :: Samba Shares And Windows Vista - Cannot Authenticate

May 22, 2009

I had an older fedora box (I think it was Core 3) that acted as my file server in my small network (4). It worked fine when I had all XP clients connecting to it. Recently we decided to get all new computers. So now I have a fedora 10 box acting as my file/print server and all Vista Home premium computers as the clients. For the life of me I can not get samba to work. When I try to map the network drives on windows it will not let me authenticate. I install swat and try it that way, still no luck. Here is a copy of my smb.conf file:

Code:
# Samba config file created using SWAT
# from UNKNOWN
# Date: 2009/05/19 21:47:31

[global]
workgroup = AIVILANET
server string = Bighat Samba Server
interfaces = eth0
null passwords = Yes
smb passwd file = /etc/samba/smbpasswd
passdb backend = tdbsam
username map = /etc/samba/smbusers
syslog only = Yes
announce version = 5.0
name resolve order = hosts wins bcast
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = CUPS
wins support = Yes

[HP-LaserJet-1200]
comment = HP LaserJet 1200
path = /var/spool/samba
read only = No
printable = Yes
printer name = HP-LaserJet-1200
oplocks = No
share modes = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[home]
path = /home/savona/
username = savona
valid users = @Users
admin users = savona
write list = savona
force user = savona
force group = savona
read only = No
hosts allow = 10.0.0.2

View 8 Replies View Related

Fedora Servers :: Dovecot Stopped Getting Localhost Mail?

Oct 23, 2010

Last time I rebooted, sendmail & dovecot started from init and everything worked. I needed to reboot this weekend [new videocard] & yum had given me a new kernel etc.Now.2.6.34.7-56.fc13.i686 running Thunderbird - with 2 accounts chuck@otherserver.com and chuck@localhost.
The "otherserver" account works fine. Localhost won't pull in the mail.

/var/log/maillog says
dovecot: pop3-login: Login: user=<chuck>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
dovecot: POP3(chuck): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0

[code]....

View 2 Replies View Related

Fedora Hardware :: Prolific Pl2303 + Serial Modem - Dials But PPP Won't Authenticate

Apr 7, 2010

Background info

1) Compaq laptop, legacy free (no COM or LPT ports, USB only)

2) The laptop owner has dial-up and can't get broadband right now.

3) The laptop is running F12 with the PAE kernel.

4) Internal modem is a Conexant modem masquerading as Intel ICHxxx chipset. All attempts at getting a driver to work for this so far have failed.

5) I downloaded a Linuxant RPM but this failed to work.

So my only option that will get the computer back to its owner is an external modem using a Prolific PL2303 USB to SERIAL adaptor cable. When using the PL2303 cable my external modem appears as /dev/ttyUSB0 For the most part this works fine. I used the steps in the solution from the following thread

[URL]

The only problem I have is getting PPP to work THROUGH the cable. I have verified the cable is the issue. HOW?

1) I have tested all the modems on another machine with F12 through the onboard COM port. All modems dial, connect, then authenticate and maintain connection until I manually disconnect.

2) I have tested all modems used on the other machine with the PL2303 and can replicate the problem on that machine.

3) I have used more than one PL2303 cable and get the same behaviour.

Using the network configuration utility / wvdial / modem lights OR kppp produces the same results when controlling the modem located at /dev/ttyUSB0 So do I

1) have to make some configuration changes to relating to /dev/ttyUSB0

OR

2) is the something in ppp that needs configuring

OR

3) is it something else altogether that I am not aware of?

View 14 Replies View Related

Fedora Servers :: Email Sender Address - Postfix / Dovecot Etc

May 21, 2009

I have an email server configured with postfix, dovecot, saslauthd and squirrelmail. It works great. In fact I'd even say it works too well: in squirrelmail, I can configure any sender address and my server will accept it. Message will be sent, wether the sender's address is [URL] or [URL]. Is there any way of limiting it in such way that only [URL] is accepted as sender's address?

View 6 Replies View Related

Fedora Security :: Dovecot User Authentication Failed With Selinux

Jun 24, 2010

I'm using FC8 and have installed a mailserver(postfix+dovecot),when I trying to enable the selinux mode to enforcing and i'm have some issue, the user authentication failed.if turn the selinux mode to permissive, then it work right.How can i to fix this problem?

View 14 Replies View Related

Fedora Installation :: Setup An Email Server Using Sendmail And DOVECOT On F13?

Sep 11, 2010

I wish to setup an email server, using sendmail and DOVECOT on F13 With no modification of the DOVECOT config file ( fresh installation ), I can see that :

service dovecot restart
shows me :
service imap stop
service imap start

In the config file, I have :

protocols = imap pops imaps pop3s

and of course, I cannot connect as pop3

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved