This is a discussion on what this command do ? within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hi, I try to understand the qmail scripts in LWQ. Can any body explain what this command do ? /var/qmail/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
learnq wrote:
> Hi, > I try to understand the qmail scripts in LWQ. > Can any body explain what this command do ? > > /var/qmail/bin/qmail-pop3d Maildir 2>&1 > > some more about 2>&1 ??plz . > > Please help . > 2>&1 means redirect the errors information (STDERR) to the normal output (STDOUT) qmail-pop3d is the pop3d application. Maildir designates the default storage (Maildir or Mailbox are the two options.) This is not a complete command and will not work if you just use that. AK |