Re: postfix problems

2003-09-02 Thread Simon J Mudd
[EMAIL PROTECTED] (Kjell Rune Glærum) writes:

 On Sun, Aug 31, 2003 at 03:31:09PM -0600, RYAN vAN GINNEKEN wrote:
  i keep geting this error in my postfix logs have tried newaliases 
  command and it does not help also have tried to forward roots mail to a 
  different accout and it does not seem to be working can someone help 
  with this
  
  postfix/local[617]: warning: database /etc/mail/aliases.db is older than 
  source file /etc/mail/aliases
 
 You need to update the /etc/mail/aliases.db file, run portmap /etc/mail/aliases

Better still postmap /etc/postfix/aliases
   ^
   |

:-)

Simon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: postfix problems

2003-09-02 Thread Simon J Mudd
[EMAIL PROTECTED] (Kjell Rune Glærum) writes:

 On Sun, Aug 31, 2003 at 03:31:09PM -0600, RYAN vAN GINNEKEN wrote:
  i keep geting this error in my postfix logs have tried newaliases 
  command and it does not help also have tried to forward roots mail to a 
  different accout and it does not seem to be working can someone help 
  with this
  
  postfix/local[617]: warning: database /etc/mail/aliases.db is older than 
  source file /etc/mail/aliases
 
 You need to update the /etc/mail/aliases.db file, run portmap /etc/mail/aliases

Ignore my previous post: fat fingers

postalias /etc/mail/aliases is what you need for an aliase file.
postmap is used for the other maps.

The only difference between the 2 I believe is the alias file format
is key: value rather than key value used by postmap.

Simon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix/receiving mail through router problem

2003-07-25 Thread Simon J Mudd
[EMAIL PROTECTED] (pat bey) writes:

 FreeBSD 4.8 Release  hijra.homeunix.com
 
 Checking all the postfix conf files and everything seems to be in
 the right place.  Thou this is my first time setting up a mail
 server so it's a learning experience for me.  There are no errors in
 any of the log files anywhere. Telneting to port 143 and 25
 everything is working fine.

Postfix only listens on port 25 (as does every mail server).  Port 143
is for the imap server.

 So I figured it must be a problem with my router I think.  Checking
 maillog shows that mail is being queued coming in and I can send
 with no problem.

Show us the log files.  If mail comes in ok, and mail goes out ok then
I'm not sure what problem you have. [Where's it being queued?]

 Hope this is enough information. Always thanks for your time and
 consideration :)

Show the output of postconf -n (non default configuration items) and
tell us which version of Postfix you are using.

Simon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix auth problems on one system, not the other

2002-11-04 Thread Simon J Mudd
[EMAIL PROTECTED] (H. Wade Minter) writes:

 This is a tale of two postfix installs.
 
 Install one was on a clean 4.7 system, and works like a charm.  Using
 pwcheck_pam, everything's peachy.
 
 On the other system, also a 4.7 install, currently running sendmail, I'm
 attempting to migrate to postfix.  Everything seems to be working fine,
 except I cannot get SMTP AUTH to work properly.
 
 I've got pwcheck_pam running, just like on System 1.
 /usr/local/lib/sasl/smtpd.conf contains:
 pwcheck_method: pwcheck
 
 just like on System 1.
 
 However, when I connect to System 2, and do an AUTH PLAIN
 (base64-encoded-string), it hangs for 5 seconds or so and spits back
 Authentication failed, whereas on System 1, it immediately returns with
 authentication accepted.
 
 One clue - when I truss pwcheck_pam on System 1, it shows lots of
 activity.  When I truss it on System 2, there's no activity at all.
 
 So it looks like System 2 isn't even contacting the pwcheck daemon to try
 to auth the password.
 
 I'm at my wit's end, so hopefully someone will be able to point me toward
 something to try to get this working.  Any help will be appreciated.
 
 Package info, System 1:
 cyrus-sasl-1.5.27_7
 postfix-1.1.11,1
 
 Package info, System 2:
 cyrus-sasl-1.5.27_7
 postfix-1.1.11,1

With any postfix question always provide the following:
1. output of postconf -n (non default configurations)
2. output of /var/log/maillog

In your case it may also be useful to enable debugging in smtpd by
modifying master.cf and adding a -v line, and then restarting postfix
with postfix reload.

Hope this helps track down the problem.

Simon
-- 
Simon J Mudd, Postfix RPM Packager, Amsterdam, The Netherlands.
email: [EMAIL PROTECTED], Tel: +31-627-592 627

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Server administration while on holiday

2002-10-22 Thread Simon J Mudd
[EMAIL PROTECTED] (Simon Dick) writes:

 Or the putty ssh client, a single downloadable windows exe file which
 requires no installation.

Yes, I've used this on many ocassions to enter my FreeBSD/Linux
machines and in most Internet Cafés you can download it and use it.

Simon
-- 
Simon J Mudd, Postfix RPM Packager, Amsterdam, The Netherlands.
email: [EMAIL PROTECTED], Tel: +31-627-592 627

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message