| Author |
Message |
Magnus Bäck *nix forums Guru
Joined: 26 Feb 2005
Posts: 1366
|
Posted: Sat Feb 04, 2006 5:14 pm Post subject:
Re: Resending e-mail.
|
|
|
On Saturday, February 04, 2006 at 14:20 CET,
uidzero <uidzero@bsdhacker.org> wrote:
| Quote: | Is there a way to resend (reque) e-mails that have already been sent
to a user mail directory that is on the server?
|
Sure, just feed them to sendmail(1).
sendmail -oi her_other_account@example.com < msg
If the mailbox is in mbox format you can use formail(1) to extract the
individual messages.
Of course, for future messages you should implement an alias (either
local or virtual) to forward her messages.
[...]
--
Magnus Bäck
magnus@dsek.lth.se |
|
| Back to top |
|
 |
uidzero *nix forums beginner
Joined: 29 Mar 2005
Posts: 6
|
Posted: Sat Feb 04, 2006 1:20 pm Post subject:
Resending e-mail.
|
|
|
Is there a way to resend (reque) e-mails that have already been sent to
a user mail directory that is on the server? I have a client that
insists on her e-mail to be forwarded to another account on a different
server. Is this possible at all? (None of these e-mails have been read.)
Thanks,
Michael |
|
| Back to top |
|
 |
Cafer ÅžimÅŸek *nix forums beginner
Joined: 05 Sep 2005
Posts: 12
|
Posted: Fri Feb 03, 2006 3:44 pm Post subject:
Re: Load Balance
|
|
|
wietse@porcupine.org (Wietse Venema) writes:
| Quote: | Cafer ?im?ek:
Hi,
I'm setting up a server as running secondary smtp. So, first smtp
server has some virtual hosts, and virtual mail boxes. Virtual mail
boxes are located in first smtp server (/home/vmail directory). How to
configure the main.cf for second server? I've write some directives,
and the second server's main.cf file is following. But that's not
running as I want.
http://www.postfix.org/STANDARD_CONFIGURATION_README.html#backup
|
thnx
--
bu imza için sponsor aranıyor
Cafer 'cfb' ÅžimÅŸek
http://cafer.org |
|
| Back to top |
|
 |
Wietse Venema *nix forums Guru
Joined: 27 Feb 2005
Posts: 2697
|
Posted: Fri Feb 03, 2006 3:39 pm Post subject:
Re: Load Balance
|
|
|
Cafer ?im?ek:
| Quote: | Hi,
I'm setting up a server as running secondary smtp. So, first smtp
server has some virtual hosts, and virtual mail boxes. Virtual mail
boxes are located in first smtp server (/home/vmail directory). How to
configure the main.cf for second server? I've write some directives,
and the second server's main.cf file is following. But that's not
running as I want.
|
http://www.postfix.org/STANDARD_CONFIGURATION_README.html#backup |
|
| Back to top |
|
 |
Cafer ÅžimÅŸek *nix forums beginner
Joined: 05 Sep 2005
Posts: 12
|
Posted: Fri Feb 03, 2006 2:48 pm Post subject:
Load Balance
|
|
|
Hi,
I'm setting up a server as running secondary smtp. So, first smtp
server has some virtual hosts, and virtual mail boxes. Virtual mail
boxes are located in first smtp server (/home/vmail directory). How to
configure the main.cf for second server? I've write some directives,
and the second server's main.cf file is following. But that's not
running as I want.
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
myhostname = second.domain.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = second.domain.com, localhost.localdomain, localhost
relayhost = first.domain.com
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
disable_vrfy_command = yes
virtual_alias_domains = $virtual_alias_maps
virtual_alias_maps = pgsql:/etc/postfix/virtual_domains.cf pgsql:/etc/postfix/virtual_forwardings.cf pgsql:/etc/postfix/virtual_email2email.cf pgsql:/etc/postfix/virtual_mailboxes.cf
Best Regards.
--
Cafer 'cfb' ÅžimÅŸek
http://cafer.org |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|