Macintosh user needs help with pop3d


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Macintosh user needs help with pop3d
# 1  
Old 03-03-2006
Macintosh user needs help with pop3d

Hi folks!


I am not a power user, and have been able to enable Postfix to run on my Macintosh. It was a little bit difficult for me. But I payed good attention, while following an Internet Tutorial.

Postfix version 2.1.5

I can send out emails, from local accounts or even from other computers on the network.

I am having a problem with pop3:

The GUI email programs on other computers tell me that I am supplying with the wrong password, and this is what I get on the terminal window on the Mac:


correiofacil-com:~ bernardo$ telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK POP3 [127.0.0.1] 2004.88 server ready
user bernardo
+OK User name accepted, password please
pass xxxxxxxxxxxxxx
-ERR Bad login

I have reinstalled the whole system 3 times, and still get the same message.

My guess is that somehow pop3 daemon is not retrieving the password correctly from the system.

May be someone could help me?

Thank you!

Bernardo Höhl
Rio de Janeiro - Brazil
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. OS X (Apple)

Macintosh Mount Clarification

Hi All, I am having a clarification regarding the mounted file systems on a normal mac. This is the output displayed once i launch terminal and key in mount command. ************************************************** /dev/disk0s2 on / (hfs, local, journaled) devfs on /dev (devfs, local,... (1 Reply)
Discussion started by: Achilles_Hectar
1 Replies

2. UNIX for Dummies Questions & Answers

macintosh

hello, i am new to this forum. i own a macbook pro running mac os x 10.5.2 leopard. just wondering, if these forums will help me? i work a lot in an application called terminal, it is apples command line. i like programming and have questions, like there was a post about text scrolling, the... (2 Replies)
Discussion started by: jamesapp
2 Replies

3. Shell Programming and Scripting

UNIX in the MacIntosh (for sed people)

Hi, I'm trying to use sed to process some files on Macs running OSX. Anyone know anything about Macs and sed? Here's the problem sed 's/^/ /g' test_file > endfile (there are spaces betwen the second and third /, but the forum software compresses them) This should put spaces at... (3 Replies)
Discussion started by: Laurel Maury
3 Replies

4. UNIX for Dummies Questions & Answers

IP Address History for Macintosh

Hi all, I have been assigned the following task; I have a Macintosh iBook laptop computer running OSX (10.3). This computer was used to download some unwanted content from the Internet. We know by looking at the browser history that these downloads took place between May 1 and May 3. What... (0 Replies)
Discussion started by: olifer
0 Replies

5. UNIX for Advanced & Expert Users

Is Unix a Network operating system for Macintosh computers

I am in the process of reading up on and learning about linux,and as i read, i am seeing that it was built off of the unix system platform,and i also believe that it is used in the mac computer field,i would like to know if this is true, and if i should learn about the macintosh computer... (2 Replies)
Discussion started by: Bill1263
2 Replies

6. Shell Programming and Scripting

Game spy arcade for halo and macintosh?

I need help i heard you can play halo over online and you have a macintosh version where can I get it please respond (1 Reply)
Discussion started by: memattmyself
1 Replies

7. Where do I download LINUX & UNIX?

Unix for Macintosh

Hi all, I'm a Mac-user (imac se at the moment), using Mac OS 9.1 I really want to learn how to work with unix-systems. What is the best place for me to start? Where can i download a system? Can i still use my imac as a software basestation for an ibook running OS 9.1? It seems like i... (9 Replies)
Discussion started by: Icarus
9 Replies
Login or Register to Ask a Question
PMU(4)							   BSD Kernel Interfaces Manual 						    PMU(4)

NAME
pmu -- support for Power Management Units found in all Apple laptops and some desktop Power Macintosh computers SYNOPSIS
pmu* at obio? nadb* at pmu? battery* at pmu? smartbat* at pmu? DESCRIPTION
The pmu driver provides support for the Power Management Unit found in Apple laptops and some desktop Power Macintosh computers. Functions controlled by the PMU include the real time clock, ADB, power, batteries, on some laptops like the PowerBook 3400c and similar machines it also controls hotkeys and display brightness, on others it provides an iic(9) bus and on some it controls CPU speed. On many older machines it also provides access to some non-volatile memory and thermal sensors. Not all those features are present on all machines, for instance Power Macintosh G4 and later machines don't have ADB, many more recent laptops have display brightness and backlight control built into the graphics controller instead of the PMU, only a few older PowerBooks use the PMU for CPU speed control and newer machines use a different way to access non-volatile memory. However, all known PMUs so far provide a real time clock and power control. Notes by model Real time clock and power control are present and supported on all machines that can run NetBSD/macppc, ADB is supported when present. PowerBook 2400, 3400c, and 3500 Battery status and thermal sensors found on the mainboard and in the battery pack are supported by the battery(4) driver, val- ues can be read via envsys(4). Hotkeys for brightness control are supported, CPU speed control and parameter RAM are present but unsupported. Power Macintosh G4 ADB is not present, iic(9) is present but unsupported. SEE ALSO
battery(4), cuda(4), nadb(4), nvram(4), obio(4), iic(9) BUGS
Some features are currently unsupported, like the iic(9) bus, access to parameter RAM and CPU speed control. BSD
May 14, 2007 BSD