Discussion on:

10
Comments

Join the conversation!

Follow via:
RSS
Email Alert
0 Votes
+ -
there are two files mentioned, alias and aliases are the two the same or its just a typo?
0 Votes
+ -
/etc/aliases
freelock 14th Apr 2003
The listing in the table should point alias_maps
to /etc/aliases, because that's the name of the file
that already exists.

You could use /etc/alias if you wanted to, but it
adds another file you'll need to maintain...

Cheers,
John (the author)
0 Votes
+ -
When I run the make command I receive the following errors:
make:***[dict_mysql.o] Error 1
make:***[update] error 1

above that it is also saying mysql.h: no such file or directory. Even though I verified it does exist?

dict_mysql.o doesn't exist but .c and .h do?

Where can I get help with this?
Make sure you are specifying the full directory path to your MySQL includes directory. i.e. if 'mysql.h' is located in '/usr/local/mysql/include/mysql', then make sure you are specifying '-I/usr/local/mysql/include/mysql' when entering your 'make' command. After you have already ran the initial 'make' command, you can also review your 'Makefile' for 'SYSLIBS', 'CC', and the 'CARGS' section of the 'EXPORT' line.
0 Votes
+ -
It was the missing space at the end of the CCARG line or beginning of AUXLIBS line. When I cat the Makefile I noticed the Incude path was '/usr/include/mysql/AUXLIBS' . Dam computers should know what I mean:)

On to the config part!

Thanks
0 Votes
+ -
Anybody know when the next part of the article will be published?
0 Votes
+ -
I'm not sure if a follow-up article will need Apache and PHP, but as of now they are totally unneeded. You can run Postfix just fine without them. The note about MySQL is nice. If you are running a large domain then you can really speed up access byhaving Postfix rely on a local MySQL server. It also makes administration of vhosts easy as well.
In the next article(s), I believe the author is going to be discussing how to configure Postfix to use a MySQL backend, as well as how to configure Squirrel Mail which will require Apache with PHP.
0 Votes
+ -
Hey guys when is the next part? Do we have to wait for another week, month?!?
0 Votes
+ -
benchmark
tom@... 6th May 2003
I have done what was said in these articles. It would be great to have some benchmarks of completion. So, I have Postfix set up what do I do to test it?
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.